| 1 | [ Feb 25 03:48:29 Enabled. ] | ||
| 2 | [ Feb 25 03:48:29 Rereading configuration. ] | ||
| 3 | [ Feb 25 03:48:30 Rereading configuration. ] | ||
| 4 | [ Feb 25 03:48:36 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 | [ Feb 25 03:48:36 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.02.25 03:48:37.407664 [ 1 ] {} <Information> Application: Will watch for the process with pid 23162 | ||
| 29 | 2025.02.25 03:48:37.408100 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.02.25 03:48:37.646216 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23162 | ||
| 31 | 2025.02.25 03:48:37.646971 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.02.25 03:48:37.647648 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.02.25 03:48:37.733490 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.02.25 03:48:37.755460 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.02.25 03:48:37.755519 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.02.25 03:48:37.755533 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.02.25 03:48:37.755598 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.02.25 03:48:37.756005 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.02.25 03:48:37.757553 [ 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.02.25 03:48:37.758286 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.02.25 03:48:37.759127 [ 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.02.25 03:48:37.759150 [ 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.02.25 03:48:37.759166 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.02.25 03:48:37.759342 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.02.25 03:48:37.760364 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.02.25 03:48:37.765328 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.02.25 03:48:37.766035 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.02.25 03:48:37.767409 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.02.25 03:48:37.767471 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.02.25 03:48:37.768996 [ 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.02.25 03:48:37.769477 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.02.25 03:48:37.773701 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.02.25 03:48:37.774379 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.02.25 03:48:37.775906 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.02.25 03:48:37.776280 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.02.25 03:48:37.776641 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.02.25 03:48:37.777020 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.02.25 03:48:37.778327 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.02.25 03:48:37.778353 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.02.25 03:48:37.778422 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.02.25 03:48:37.778602 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.02.25 03:48:37.791673 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.02.25 03:48:37.791699 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000150963 sec | ||
| 68 | 2025.02.25 03:48:37.791739 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.02.25 03:48:37.791754 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.02.25 03:48:37.792836 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.02.25 03:48:37.793844 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.02.25 03:48:37.805227 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.02.25 03:48:37.805269 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.02.25 03:48:37.805291 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.02.25 03:48:37.805304 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.02.25 03:48:37.805333 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.02.25 03:48:37.805352 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.02.25 03:48:37.807920 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.02.25 03:48:37.807961 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.02.25 03:48:37.807982 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.02.25 03:48:37.808161 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.02.25 03:48:37.808180 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.02.25 03:48:37.808213 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.02.25 03:48:37.808232 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.02.25 03:48:37.808245 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.02.25 03:48:37.808272 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.02.25 03:48:37.808290 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.02.25 03:48:37.834246 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.02.25 03:48:37.840075 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.02.25 03:48:37.840109 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5241e-05 sec | ||
| 91 | 2025.02.25 03:48:37.840125 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.02.25 03:48:37.840138 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.02.25 03:48:37.840164 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.02.25 03:48:37.840391 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.02.25 03:48:37.840444 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.02.25 03:48:37.840461 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.02.25 03:48:37.840475 [ 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.02.25 03:48:37.840490 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.02.25 03:48:37.852535 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.02.25 03:48:37.852740 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2025.02.25 03:48:37.853668 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.299e-05 sec. | ||
| 102 | 2025.02.25 03:48:37.854591 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.02.25 03:48:37.854674 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.02.25 03:48:37.854693 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.02.25 03:48:38.467637 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56939 | ||
| 106 | 2025.02.25 03:48:38.467902 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.02.25 03:48:38.467965 [ 3 ] {} <Debug> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56939 | ||
| 108 | 2025.02.25 03:48:38.468004 [ 3 ] {} <Debug> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.02.25 03:48:38.468030 [ 3 ] {} <Debug> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.02.25 03:48:38.468128 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.02.25 03:48:38.468160 [ 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.02.25 03:48:38.468189 [ 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.02.25 03:48:38.470510 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47977 | ||
| 114 | 2025.02.25 03:48:38.470560 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61351 | ||
| 115 | 2025.02.25 03:48:38.470653 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.02.25 03:48:38.470697 [ 4 ] {} <Debug> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Authenticating user 'default' from [fd00:1122:3344:101::d]:47977 | ||
| 117 | 2025.02.25 03:48:38.470725 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 118 | 2025.02.25 03:48:38.470737 [ 4 ] {} <Debug> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2025.02.25 03:48:38.470774 [ 5 ] {} <Debug> TCP-Session: ab495553-8260-4b96-ad8d-4084f66cc5e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61351 | ||
| 120 | 2025.02.25 03:48:38.470780 [ 4 ] {} <Debug> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.02.25 03:48:38.470834 [ 5 ] {} <Debug> TCP-Session: ab495553-8260-4b96-ad8d-4084f66cc5e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.02.25 03:48:38.470862 [ 5 ] {} <Debug> TCP-Session: ab495553-8260-4b96-ad8d-4084f66cc5e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.02.25 03:48:38.471365 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61925 | ||
| 124 | 2025.02.25 03:48:38.471423 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61213 | ||
| 125 | 2025.02.25 03:48:38.471583 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.02.25 03:48:38.471595 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53311 | ||
| 127 | 2025.02.25 03:48:38.471741 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61747 | ||
| 128 | 2025.02.25 03:48:38.471755 [ 253 ] {} <Debug> TCP-Session: 8c355b06-c5b8-4ba4-bc06-77e53e0cedfe Authenticating user 'default' from [fd00:1122:3344:101::d]:61925 | ||
| 129 | 2025.02.25 03:48:38.471740 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 130 | 2025.02.25 03:48:38.471802 [ 253 ] {} <Debug> TCP-Session: 8c355b06-c5b8-4ba4-bc06-77e53e0cedfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2025.02.25 03:48:38.471852 [ 254 ] {} <Debug> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Authenticating user 'default' from [fd00:1122:3344:101::d]:61213 | ||
| 132 | 2025.02.25 03:48:38.472015 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46174 | ||
| 133 | 2025.02.25 03:48:38.472058 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57232 | ||
| 134 | 2025.02.25 03:48:38.472066 [ 254 ] {} <Debug> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2025.02.25 03:48:38.472086 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 136 | 2025.02.25 03:48:38.472093 [ 253 ] {} <Debug> TCP-Session: 8c355b06-c5b8-4ba4-bc06-77e53e0cedfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2025.02.25 03:48:38.472071 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 138 | 2025.02.25 03:48:38.472177 [ 254 ] {} <Debug> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2025.02.25 03:48:38.472391 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 140 | 2025.02.25 03:48:38.472519 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2025.02.25 03:48:38.472526 [ 255 ] {} <Debug> TCP-Session: 1787e4a5-ee6e-435e-8f59-1d680c5f98db Authenticating user 'default' from [fd00:1122:3344:101::d]:53311 | ||
| 142 | 2025.02.25 03:48:38.472559 [ 258 ] {} <Debug> TCP-Session: a628eff7-6668-498b-8c51-d0c0f3ab0a95 Authenticating user 'default' from [fd00:1122:3344:101::d]:57232 | ||
| 143 | 2025.02.25 03:48:38.472589 [ 256 ] {} <Debug> TCP-Session: 36851e61-8dc7-45d6-98bc-cccf477802f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61747 | ||
| 144 | 2025.02.25 03:48:38.472651 [ 258 ] {} <Debug> TCP-Session: a628eff7-6668-498b-8c51-d0c0f3ab0a95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.02.25 03:48:38.472652 [ 257 ] {} <Debug> TCP-Session: 4a66162d-fdad-4fcb-8be8-85dcc8bcd9c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46174 | ||
| 146 | 2025.02.25 03:48:38.472639 [ 255 ] {} <Debug> TCP-Session: 1787e4a5-ee6e-435e-8f59-1d680c5f98db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.02.25 03:48:38.472695 [ 258 ] {} <Debug> TCP-Session: a628eff7-6668-498b-8c51-d0c0f3ab0a95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.02.25 03:48:38.472710 [ 257 ] {} <Debug> TCP-Session: 4a66162d-fdad-4fcb-8be8-85dcc8bcd9c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.02.25 03:48:38.472738 [ 255 ] {} <Debug> TCP-Session: 1787e4a5-ee6e-435e-8f59-1d680c5f98db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.02.25 03:48:38.472678 [ 256 ] {} <Debug> TCP-Session: 36851e61-8dc7-45d6-98bc-cccf477802f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.02.25 03:48:38.472839 [ 257 ] {} <Debug> TCP-Session: 4a66162d-fdad-4fcb-8be8-85dcc8bcd9c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.02.25 03:48:38.472839 [ 256 ] {} <Debug> TCP-Session: 36851e61-8dc7-45d6-98bc-cccf477802f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.02.25 03:48:38.474382 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 154 | 2025.02.25 03:48:38.477574 [ 3 ] {546687b3-75d3-4eaa-8e02-50f34a974e0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.02.25 03:48:38.529300 [ 3 ] {546687b3-75d3-4eaa-8e02-50f34a974e0c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:56939) (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.02.25 03:48:38.530630 [ 3 ] {546687b3-75d3-4eaa-8e02-50f34a974e0c} <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.02.25 03:48:38.530754 [ 3 ] {546687b3-75d3-4eaa-8e02-50f34a974e0c} <Debug> TCPHandler: Processed in 0.057977996 sec. | ||
| 204 | 2025.02.25 03:48:38.531088 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.02.25 03:48:38.531320 [ 4 ] {71d2cb81-331e-4a04-9f9e-3f401987a2bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.02.25 03:48:38.531689 [ 4 ] {71d2cb81-331e-4a04-9f9e-3f401987a2bf} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47977) (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.02.25 03:48:38.531813 [ 4 ] {71d2cb81-331e-4a04-9f9e-3f401987a2bf} <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.02.25 03:48:38.531899 [ 4 ] {71d2cb81-331e-4a04-9f9e-3f401987a2bf} <Debug> TCPHandler: Processed in 0.000965462 sec. | ||
| 255 | 2025.02.25 03:48:38.534191 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.02.25 03:48:38.535444 [ 3 ] {0ae136a1-e2f9-4fb1-88a9-8bd917e2c1ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.02.25 03:48:38.535539 [ 3 ] {0ae136a1-e2f9-4fb1-88a9-8bd917e2c1ee} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 258 | 2025.02.25 03:48:38.537486 [ 3 ] {0ae136a1-e2f9-4fb1-88a9-8bd917e2c1ee} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 259 | 2025.02.25 03:48:38.537509 [ 3 ] {0ae136a1-e2f9-4fb1-88a9-8bd917e2c1ee} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.6741e-05 sec | ||
| 260 | 2025.02.25 03:48:38.537524 [ 3 ] {0ae136a1-e2f9-4fb1-88a9-8bd917e2c1ee} <Trace> ReferentialDeps: No tables | ||
| 261 | 2025.02.25 03:48:38.537551 [ 3 ] {0ae136a1-e2f9-4fb1-88a9-8bd917e2c1ee} <Trace> LoadingDeps: No tables | ||
| 262 | 2025.02.25 03:48:38.537581 [ 3 ] {0ae136a1-e2f9-4fb1-88a9-8bd917e2c1ee} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 263 | 2025.02.25 03:48:38.538299 [ 3 ] {0ae136a1-e2f9-4fb1-88a9-8bd917e2c1ee} <Debug> TCPHandler: Processed in 0.004233164 sec. | ||
| 264 | 2025.02.25 03:48:38.538527 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 265 | 2025.02.25 03:48:38.538755 [ 4 ] {be174f55-036c-47cf-a2a0-bedefdbae91c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) /* 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.02.25 03:48:38.538816 [ 4 ] {be174f55-036c-47cf-a2a0-bedefdbae91c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 268 | 2025.02.25 03:48:38.547118 [ 4 ] {be174f55-036c-47cf-a2a0-bedefdbae91c} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 269 | 2025.02.25 03:48:38.552486 [ 4 ] {be174f55-036c-47cf-a2a0-bedefdbae91c} <Debug> oximeter.version (4bfa914a-0d43-4bf1-932b-49fdca69b733): Loading data parts | ||
| 270 | 2025.02.25 03:48:38.552938 [ 4 ] {be174f55-036c-47cf-a2a0-bedefdbae91c} <Debug> oximeter.version (4bfa914a-0d43-4bf1-932b-49fdca69b733): There are no data parts | ||
| 271 | 2025.02.25 03:48:38.556103 [ 4 ] {be174f55-036c-47cf-a2a0-bedefdbae91c} <Debug> TCPHandler: Processed in 0.017642884 sec. | ||
| 272 | 2025.02.25 03:48:38.556406 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 273 | 2025.02.25 03:48:38.556711 [ 3 ] {24588b32-32a8-42d2-9209-c2ac437f0dbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) /* 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.02.25 03:48:38.556856 [ 3 ] {24588b32-32a8-42d2-9209-c2ac437f0dbc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 285 | 2025.02.25 03:48:38.567707 [ 3 ] {24588b32-32a8-42d2-9209-c2ac437f0dbc} <Debug> oximeter.measurements_bool (862ccf2f-f011-4614-b070-7f8c6a16912a): Loading data parts | ||
| 286 | 2025.02.25 03:48:38.567987 [ 3 ] {24588b32-32a8-42d2-9209-c2ac437f0dbc} <Debug> oximeter.measurements_bool (862ccf2f-f011-4614-b070-7f8c6a16912a): There are no data parts | ||
| 287 | 2025.02.25 03:48:38.569577 [ 3 ] {24588b32-32a8-42d2-9209-c2ac437f0dbc} <Debug> TCPHandler: Processed in 0.013243157 sec. | ||
| 288 | 2025.02.25 03:48:38.569788 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 289 | 2025.02.25 03:48:38.570070 [ 4 ] {7d194e5f-00c3-4049-a2df-244ac25cad3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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.02.25 03:48:38.570142 [ 4 ] {7d194e5f-00c3-4049-a2df-244ac25cad3e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 291 | 2025.02.25 03:48:38.572039 [ 4 ] {7d194e5f-00c3-4049-a2df-244ac25cad3e} <Debug> oximeter.measurements_i8 (b9cc3a9d-a198-4c5f-bf0e-0cb59fcd6867): Loading data parts | ||
| 292 | 2025.02.25 03:48:38.572192 [ 4 ] {7d194e5f-00c3-4049-a2df-244ac25cad3e} <Debug> oximeter.measurements_i8 (b9cc3a9d-a198-4c5f-bf0e-0cb59fcd6867): There are no data parts | ||
| 293 | 2025.02.25 03:48:38.573419 [ 4 ] {7d194e5f-00c3-4049-a2df-244ac25cad3e} <Debug> TCPHandler: Processed in 0.003703582 sec. | ||
| 294 | 2025.02.25 03:48:38.573616 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 295 | 2025.02.25 03:48:38.573826 [ 3 ] {3f72e27a-fa3b-4b24-91c2-1ff1ca2226a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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.02.25 03:48:38.573891 [ 3 ] {3f72e27a-fa3b-4b24-91c2-1ff1ca2226a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 297 | 2025.02.25 03:48:38.575841 [ 3 ] {3f72e27a-fa3b-4b24-91c2-1ff1ca2226a4} <Debug> oximeter.measurements_u8 (9ab640ec-f786-4dd6-a42d-0ab479236db3): Loading data parts | ||
| 298 | 2025.02.25 03:48:38.575995 [ 3 ] {3f72e27a-fa3b-4b24-91c2-1ff1ca2226a4} <Debug> oximeter.measurements_u8 (9ab640ec-f786-4dd6-a42d-0ab479236db3): There are no data parts | ||
| 299 | 2025.02.25 03:48:38.577264 [ 3 ] {3f72e27a-fa3b-4b24-91c2-1ff1ca2226a4} <Debug> TCPHandler: Processed in 0.003707022 sec. | ||
| 300 | 2025.02.25 03:48:38.577458 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 301 | 2025.02.25 03:48:38.577699 [ 4 ] {28d03e89-b9e4-4c70-96d6-912b750dd824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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.02.25 03:48:38.577745 [ 4 ] {28d03e89-b9e4-4c70-96d6-912b750dd824} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 303 | 2025.02.25 03:48:38.579590 [ 4 ] {28d03e89-b9e4-4c70-96d6-912b750dd824} <Debug> oximeter.measurements_i16 (7f0a8c47-ae03-4307-91c2-c4169fd53df1): Loading data parts | ||
| 304 | 2025.02.25 03:48:38.579740 [ 4 ] {28d03e89-b9e4-4c70-96d6-912b750dd824} <Debug> oximeter.measurements_i16 (7f0a8c47-ae03-4307-91c2-c4169fd53df1): There are no data parts | ||
| 305 | 2025.02.25 03:48:38.580989 [ 4 ] {28d03e89-b9e4-4c70-96d6-912b750dd824} <Debug> TCPHandler: Processed in 0.00359716 sec. | ||
| 306 | 2025.02.25 03:48:38.581181 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 307 | 2025.02.25 03:48:38.581386 [ 3 ] {01bb16ab-1112-4307-abd6-e91c8dc83c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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.02.25 03:48:38.581449 [ 3 ] {01bb16ab-1112-4307-abd6-e91c8dc83c7f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 309 | 2025.02.25 03:48:38.583214 [ 3 ] {01bb16ab-1112-4307-abd6-e91c8dc83c7f} <Debug> oximeter.measurements_u16 (66f9c808-261e-45cd-b687-3797c6c10185): Loading data parts | ||
| 310 | 2025.02.25 03:48:38.583372 [ 3 ] {01bb16ab-1112-4307-abd6-e91c8dc83c7f} <Debug> oximeter.measurements_u16 (66f9c808-261e-45cd-b687-3797c6c10185): There are no data parts | ||
| 311 | 2025.02.25 03:48:38.584599 [ 3 ] {01bb16ab-1112-4307-abd6-e91c8dc83c7f} <Debug> TCPHandler: Processed in 0.003473928 sec. | ||
| 312 | 2025.02.25 03:48:38.584799 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2025.02.25 03:48:38.585068 [ 4 ] {d8d06f34-dd4c-4e18-9168-5bba0192e8ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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.02.25 03:48:38.585124 [ 4 ] {d8d06f34-dd4c-4e18-9168-5bba0192e8ed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 315 | 2025.02.25 03:48:38.586924 [ 4 ] {d8d06f34-dd4c-4e18-9168-5bba0192e8ed} <Debug> oximeter.measurements_i32 (42dc0b85-99fb-4e53-b0bb-f7207b66004d): Loading data parts | ||
| 316 | 2025.02.25 03:48:38.587076 [ 4 ] {d8d06f34-dd4c-4e18-9168-5bba0192e8ed} <Debug> oximeter.measurements_i32 (42dc0b85-99fb-4e53-b0bb-f7207b66004d): There are no data parts | ||
| 317 | 2025.02.25 03:48:38.588287 [ 4 ] {d8d06f34-dd4c-4e18-9168-5bba0192e8ed} <Debug> TCPHandler: Processed in 0.003554659 sec. | ||
| 318 | 2025.02.25 03:48:38.588472 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2025.02.25 03:48:38.588709 [ 3 ] {5eeecb34-2b13-4e9d-ab52-33ea949b23d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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.02.25 03:48:38.588791 [ 3 ] {5eeecb34-2b13-4e9d-ab52-33ea949b23d3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 321 | 2025.02.25 03:48:38.590693 [ 3 ] {5eeecb34-2b13-4e9d-ab52-33ea949b23d3} <Debug> oximeter.measurements_u32 (8199df31-0bd5-4bea-8ce1-91a2c3adaf39): Loading data parts | ||
| 322 | 2025.02.25 03:48:38.590847 [ 3 ] {5eeecb34-2b13-4e9d-ab52-33ea949b23d3} <Debug> oximeter.measurements_u32 (8199df31-0bd5-4bea-8ce1-91a2c3adaf39): There are no data parts | ||
| 323 | 2025.02.25 03:48:38.592481 [ 3 ] {5eeecb34-2b13-4e9d-ab52-33ea949b23d3} <Debug> TCPHandler: Processed in 0.004063391 sec. | ||
| 324 | 2025.02.25 03:48:38.592670 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2025.02.25 03:48:38.592916 [ 4 ] {1c0af534-579d-46c9-bfea-c4d9e89c66e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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.02.25 03:48:38.592996 [ 4 ] {1c0af534-579d-46c9-bfea-c4d9e89c66e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 327 | 2025.02.25 03:48:38.594879 [ 4 ] {1c0af534-579d-46c9-bfea-c4d9e89c66e4} <Debug> oximeter.measurements_i64 (6622a483-988c-49c9-afb2-37a36537a461): Loading data parts | ||
| 328 | 2025.02.25 03:48:38.595045 [ 4 ] {1c0af534-579d-46c9-bfea-c4d9e89c66e4} <Debug> oximeter.measurements_i64 (6622a483-988c-49c9-afb2-37a36537a461): There are no data parts | ||
| 329 | 2025.02.25 03:48:38.596304 [ 4 ] {1c0af534-579d-46c9-bfea-c4d9e89c66e4} <Debug> TCPHandler: Processed in 0.003701993 sec. | ||
| 330 | 2025.02.25 03:48:38.596502 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 331 | 2025.02.25 03:48:38.596729 [ 3 ] {e77143fd-a950-4306-bd98-d6fe05e4c777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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.02.25 03:48:38.596792 [ 3 ] {e77143fd-a950-4306-bd98-d6fe05e4c777} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 333 | 2025.02.25 03:48:38.598543 [ 3 ] {e77143fd-a950-4306-bd98-d6fe05e4c777} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Loading data parts | ||
| 334 | 2025.02.25 03:48:38.598708 [ 3 ] {e77143fd-a950-4306-bd98-d6fe05e4c777} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): There are no data parts | ||
| 335 | 2025.02.25 03:48:38.599990 [ 3 ] {e77143fd-a950-4306-bd98-d6fe05e4c777} <Debug> TCPHandler: Processed in 0.003545229 sec. | ||
| 336 | 2025.02.25 03:48:38.600174 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2025.02.25 03:48:38.600378 [ 4 ] {8081d128-5c4a-4d45-8eb2-51a12a187676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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.02.25 03:48:38.600447 [ 4 ] {8081d128-5c4a-4d45-8eb2-51a12a187676} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 339 | 2025.02.25 03:48:38.602236 [ 4 ] {8081d128-5c4a-4d45-8eb2-51a12a187676} <Debug> oximeter.measurements_f32 (81efb564-184d-492b-85a5-129fb362ad4f): Loading data parts | ||
| 340 | 2025.02.25 03:48:38.602381 [ 4 ] {8081d128-5c4a-4d45-8eb2-51a12a187676} <Debug> oximeter.measurements_f32 (81efb564-184d-492b-85a5-129fb362ad4f): There are no data parts | ||
| 341 | 2025.02.25 03:48:38.603663 [ 4 ] {8081d128-5c4a-4d45-8eb2-51a12a187676} <Debug> TCPHandler: Processed in 0.003546199 sec. | ||
| 342 | 2025.02.25 03:48:38.603846 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 343 | 2025.02.25 03:48:38.604125 [ 3 ] {58006f3d-dcb2-4da7-9d3f-1509904f5670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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.02.25 03:48:38.604203 [ 3 ] {58006f3d-dcb2-4da7-9d3f-1509904f5670} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 345 | 2025.02.25 03:48:38.606012 [ 3 ] {58006f3d-dcb2-4da7-9d3f-1509904f5670} <Debug> oximeter.measurements_f64 (9aae37f1-d719-43a0-8da9-accfcd606c35): Loading data parts | ||
| 346 | 2025.02.25 03:48:38.606154 [ 3 ] {58006f3d-dcb2-4da7-9d3f-1509904f5670} <Debug> oximeter.measurements_f64 (9aae37f1-d719-43a0-8da9-accfcd606c35): There are no data parts | ||
| 347 | 2025.02.25 03:48:38.607529 [ 3 ] {58006f3d-dcb2-4da7-9d3f-1509904f5670} <Debug> TCPHandler: Processed in 0.003748054 sec. | ||
| 348 | 2025.02.25 03:48:38.607747 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2025.02.25 03:48:38.607991 [ 4 ] {fcb45422-79ce-46ac-a0fe-b2d3e5ec2208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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.02.25 03:48:38.608073 [ 4 ] {fcb45422-79ce-46ac-a0fe-b2d3e5ec2208} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 351 | 2025.02.25 03:48:38.609938 [ 4 ] {fcb45422-79ce-46ac-a0fe-b2d3e5ec2208} <Debug> oximeter.measurements_string (7dee56d6-0aa4-41de-af3a-5254579738b4): Loading data parts | ||
| 352 | 2025.02.25 03:48:38.610090 [ 4 ] {fcb45422-79ce-46ac-a0fe-b2d3e5ec2208} <Debug> oximeter.measurements_string (7dee56d6-0aa4-41de-af3a-5254579738b4): There are no data parts | ||
| 353 | 2025.02.25 03:48:38.611307 [ 4 ] {fcb45422-79ce-46ac-a0fe-b2d3e5ec2208} <Debug> TCPHandler: Processed in 0.003625191 sec. | ||
| 354 | 2025.02.25 03:48:38.611504 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 355 | 2025.02.25 03:48:38.611785 [ 3 ] {91834165-bf93-45f4-acc1-e2e92c4d0161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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.02.25 03:48:38.611867 [ 3 ] {91834165-bf93-45f4-acc1-e2e92c4d0161} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 364 | 2025.02.25 03:48:38.613872 [ 3 ] {91834165-bf93-45f4-acc1-e2e92c4d0161} <Debug> oximeter.measurements_bytes (9771640a-1d1f-47a5-a0f1-4856412ae65c): Loading data parts | ||
| 365 | 2025.02.25 03:48:38.614027 [ 3 ] {91834165-bf93-45f4-acc1-e2e92c4d0161} <Debug> oximeter.measurements_bytes (9771640a-1d1f-47a5-a0f1-4856412ae65c): There are no data parts | ||
| 366 | 2025.02.25 03:48:38.615272 [ 3 ] {91834165-bf93-45f4-acc1-e2e92c4d0161} <Debug> TCPHandler: Processed in 0.003833416 sec. | ||
| 367 | 2025.02.25 03:48:38.615487 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 368 | 2025.02.25 03:48:38.615726 [ 4 ] {94ec6a2f-2e34-4877-9c79-cd6cb0affdc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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.02.25 03:48:38.615794 [ 4 ] {94ec6a2f-2e34-4877-9c79-cd6cb0affdc6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 370 | 2025.02.25 03:48:38.617635 [ 4 ] {94ec6a2f-2e34-4877-9c79-cd6cb0affdc6} <Debug> oximeter.measurements_cumulativei64 (cc420b13-7f1b-4092-9990-6fb9484473f1): Loading data parts | ||
| 371 | 2025.02.25 03:48:38.617802 [ 4 ] {94ec6a2f-2e34-4877-9c79-cd6cb0affdc6} <Debug> oximeter.measurements_cumulativei64 (cc420b13-7f1b-4092-9990-6fb9484473f1): There are no data parts | ||
| 372 | 2025.02.25 03:48:38.619049 [ 4 ] {94ec6a2f-2e34-4877-9c79-cd6cb0affdc6} <Debug> TCPHandler: Processed in 0.003630431 sec. | ||
| 373 | 2025.02.25 03:48:38.619234 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 374 | 2025.02.25 03:48:38.619519 [ 3 ] {ae93ce5b-6322-4388-8d98-c16e882aa12b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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.02.25 03:48:38.619583 [ 3 ] {ae93ce5b-6322-4388-8d98-c16e882aa12b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 376 | 2025.02.25 03:48:38.621412 [ 3 ] {ae93ce5b-6322-4388-8d98-c16e882aa12b} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Loading data parts | ||
| 377 | 2025.02.25 03:48:38.621562 [ 3 ] {ae93ce5b-6322-4388-8d98-c16e882aa12b} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): There are no data parts | ||
| 378 | 2025.02.25 03:48:38.622819 [ 3 ] {ae93ce5b-6322-4388-8d98-c16e882aa12b} <Debug> TCPHandler: Processed in 0.003650331 sec. | ||
| 379 | 2025.02.25 03:48:38.623018 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 380 | 2025.02.25 03:48:38.623277 [ 4 ] {c3e7d4fa-ee0b-4fc9-9058-fb856fcf88d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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.02.25 03:48:38.623357 [ 4 ] {c3e7d4fa-ee0b-4fc9-9058-fb856fcf88d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 382 | 2025.02.25 03:48:38.625157 [ 4 ] {c3e7d4fa-ee0b-4fc9-9058-fb856fcf88d8} <Debug> oximeter.measurements_cumulativef32 (e62df1ae-857b-403c-9e6a-7cd2b23ab3c5): Loading data parts | ||
| 383 | 2025.02.25 03:48:38.625313 [ 4 ] {c3e7d4fa-ee0b-4fc9-9058-fb856fcf88d8} <Debug> oximeter.measurements_cumulativef32 (e62df1ae-857b-403c-9e6a-7cd2b23ab3c5): There are no data parts | ||
| 384 | 2025.02.25 03:48:38.626546 [ 4 ] {c3e7d4fa-ee0b-4fc9-9058-fb856fcf88d8} <Debug> TCPHandler: Processed in 0.003594861 sec. | ||
| 385 | 2025.02.25 03:48:38.626714 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2025.02.25 03:48:38.626959 [ 3 ] {ff0b8541-2095-4c3b-a3e9-278df8e62464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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.02.25 03:48:38.627022 [ 3 ] {ff0b8541-2095-4c3b-a3e9-278df8e62464} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 388 | 2025.02.25 03:48:38.628809 [ 3 ] {ff0b8541-2095-4c3b-a3e9-278df8e62464} <Debug> oximeter.measurements_cumulativef64 (bfd390d1-f4e0-4a8c-ab15-f5b378f2e83c): Loading data parts | ||
| 389 | 2025.02.25 03:48:38.628954 [ 3 ] {ff0b8541-2095-4c3b-a3e9-278df8e62464} <Debug> oximeter.measurements_cumulativef64 (bfd390d1-f4e0-4a8c-ab15-f5b378f2e83c): There are no data parts | ||
| 390 | 2025.02.25 03:48:38.630157 [ 3 ] {ff0b8541-2095-4c3b-a3e9-278df8e62464} <Debug> TCPHandler: Processed in 0.00354367 sec. | ||
| 391 | 2025.02.25 03:48:38.630325 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 392 | 2025.02.25 03:48:38.630716 [ 4 ] {5b254b20-7239-4222-979c-c8cc779ed312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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.02.25 03:48:38.630813 [ 4 ] {5b254b20-7239-4222-979c-c8cc779ed312} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 404 | 2025.02.25 03:48:38.632998 [ 4 ] {5b254b20-7239-4222-979c-c8cc779ed312} <Debug> oximeter.measurements_histogrami8 (13a52e53-1945-4db0-b755-143e796ca6c2): Loading data parts | ||
| 405 | 2025.02.25 03:48:38.633160 [ 4 ] {5b254b20-7239-4222-979c-c8cc779ed312} <Debug> oximeter.measurements_histogrami8 (13a52e53-1945-4db0-b755-143e796ca6c2): There are no data parts | ||
| 406 | 2025.02.25 03:48:38.634756 [ 4 ] {5b254b20-7239-4222-979c-c8cc779ed312} <Debug> TCPHandler: Processed in 0.004431949 sec. | ||
| 407 | 2025.02.25 03:48:38.634942 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 408 | 2025.02.25 03:48:38.635325 [ 3 ] {04630b82-5c20-43ae-a08f-5727cd81e52d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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.02.25 03:48:38.635406 [ 3 ] {04630b82-5c20-43ae-a08f-5727cd81e52d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 410 | 2025.02.25 03:48:38.637548 [ 3 ] {04630b82-5c20-43ae-a08f-5727cd81e52d} <Debug> oximeter.measurements_histogramu8 (0ce752b0-7bb0-4b2d-958b-d799e2e6e101): Loading data parts | ||
| 411 | 2025.02.25 03:48:38.637700 [ 3 ] {04630b82-5c20-43ae-a08f-5727cd81e52d} <Debug> oximeter.measurements_histogramu8 (0ce752b0-7bb0-4b2d-958b-d799e2e6e101): There are no data parts | ||
| 412 | 2025.02.25 03:48:38.639321 [ 3 ] {04630b82-5c20-43ae-a08f-5727cd81e52d} <Debug> TCPHandler: Processed in 0.00444759 sec. | ||
| 413 | 2025.02.25 03:48:38.639517 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2025.02.25 03:48:38.639818 [ 4 ] {65dcfcc1-657a-47af-9f8c-7c6f077323d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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.02.25 03:48:38.639896 [ 4 ] {65dcfcc1-657a-47af-9f8c-7c6f077323d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 416 | 2025.02.25 03:48:38.642085 [ 4 ] {65dcfcc1-657a-47af-9f8c-7c6f077323d0} <Debug> oximeter.measurements_histogrami16 (6855c21b-371b-4905-aff7-bb05219bbf86): Loading data parts | ||
| 417 | 2025.02.25 03:48:38.642245 [ 4 ] {65dcfcc1-657a-47af-9f8c-7c6f077323d0} <Debug> oximeter.measurements_histogrami16 (6855c21b-371b-4905-aff7-bb05219bbf86): There are no data parts | ||
| 418 | 2025.02.25 03:48:38.643845 [ 4 ] {65dcfcc1-657a-47af-9f8c-7c6f077323d0} <Debug> TCPHandler: Processed in 0.004395899 sec. | ||
| 419 | 2025.02.25 03:48:38.644027 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2025.02.25 03:48:38.644405 [ 3 ] {880047f0-564e-4828-80ba-abbd22ac7c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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.02.25 03:48:38.644486 [ 3 ] {880047f0-564e-4828-80ba-abbd22ac7c5f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 422 | 2025.02.25 03:48:38.646665 [ 3 ] {880047f0-564e-4828-80ba-abbd22ac7c5f} <Debug> oximeter.measurements_histogramu16 (ef78b8bb-6666-4cdf-98e5-506d014a77d6): Loading data parts | ||
| 423 | 2025.02.25 03:48:38.646818 [ 3 ] {880047f0-564e-4828-80ba-abbd22ac7c5f} <Debug> oximeter.measurements_histogramu16 (ef78b8bb-6666-4cdf-98e5-506d014a77d6): There are no data parts | ||
| 424 | 2025.02.25 03:48:38.648476 [ 3 ] {880047f0-564e-4828-80ba-abbd22ac7c5f} <Debug> TCPHandler: Processed in 0.004515111 sec. | ||
| 425 | 2025.02.25 03:48:38.648697 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2025.02.25 03:48:38.649049 [ 4 ] {2de22f64-0a06-4632-8920-fe23aa545ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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.02.25 03:48:38.649143 [ 4 ] {2de22f64-0a06-4632-8920-fe23aa545ddb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 428 | 2025.02.25 03:48:38.651357 [ 4 ] {2de22f64-0a06-4632-8920-fe23aa545ddb} <Debug> oximeter.measurements_histogrami32 (152d6d97-a8a7-44ba-92ad-34a6af0126e5): Loading data parts | ||
| 429 | 2025.02.25 03:48:38.651533 [ 4 ] {2de22f64-0a06-4632-8920-fe23aa545ddb} <Debug> oximeter.measurements_histogrami32 (152d6d97-a8a7-44ba-92ad-34a6af0126e5): There are no data parts | ||
| 430 | 2025.02.25 03:48:38.653168 [ 4 ] {2de22f64-0a06-4632-8920-fe23aa545ddb} <Debug> TCPHandler: Processed in 0.004537511 sec. | ||
| 431 | 2025.02.25 03:48:38.653347 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 432 | 2025.02.25 03:48:38.653725 [ 3 ] {74471cbb-c738-495f-a459-b9788f02f59d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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.02.25 03:48:38.653812 [ 3 ] {74471cbb-c738-495f-a459-b9788f02f59d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 434 | 2025.02.25 03:48:38.656070 [ 3 ] {74471cbb-c738-495f-a459-b9788f02f59d} <Debug> oximeter.measurements_histogramu32 (1b9602cc-cabd-4263-847a-c7a363f32788): Loading data parts | ||
| 435 | 2025.02.25 03:48:38.656246 [ 3 ] {74471cbb-c738-495f-a459-b9788f02f59d} <Debug> oximeter.measurements_histogramu32 (1b9602cc-cabd-4263-847a-c7a363f32788): There are no data parts | ||
| 436 | 2025.02.25 03:48:38.657850 [ 3 ] {74471cbb-c738-495f-a459-b9788f02f59d} <Debug> TCPHandler: Processed in 0.004569572 sec. | ||
| 437 | 2025.02.25 03:48:38.658061 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 438 | 2025.02.25 03:48:38.658410 [ 4 ] {65c5e383-ba9c-4f7e-8158-c8d63b0b37cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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.02.25 03:48:38.658502 [ 4 ] {65c5e383-ba9c-4f7e-8158-c8d63b0b37cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 440 | 2025.02.25 03:48:38.660765 [ 4 ] {65c5e383-ba9c-4f7e-8158-c8d63b0b37cc} <Debug> oximeter.measurements_histogrami64 (51a617ca-284a-4389-b490-7d5767752de0): Loading data parts | ||
| 441 | 2025.02.25 03:48:38.660929 [ 4 ] {65c5e383-ba9c-4f7e-8158-c8d63b0b37cc} <Debug> oximeter.measurements_histogrami64 (51a617ca-284a-4389-b490-7d5767752de0): There are no data parts | ||
| 442 | 2025.02.25 03:48:38.662526 [ 4 ] {65c5e383-ba9c-4f7e-8158-c8d63b0b37cc} <Debug> TCPHandler: Processed in 0.004532841 sec. | ||
| 443 | 2025.02.25 03:48:38.662726 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 444 | 2025.02.25 03:48:38.663104 [ 3 ] {ecd0fdc2-9d47-4f64-9ad0-3df13c4a4aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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.02.25 03:48:38.663191 [ 3 ] {ecd0fdc2-9d47-4f64-9ad0-3df13c4a4aab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 446 | 2025.02.25 03:48:38.665364 [ 3 ] {ecd0fdc2-9d47-4f64-9ad0-3df13c4a4aab} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Loading data parts | ||
| 447 | 2025.02.25 03:48:38.665528 [ 3 ] {ecd0fdc2-9d47-4f64-9ad0-3df13c4a4aab} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): There are no data parts | ||
| 448 | 2025.02.25 03:48:38.667152 [ 3 ] {ecd0fdc2-9d47-4f64-9ad0-3df13c4a4aab} <Debug> TCPHandler: Processed in 0.004493481 sec. | ||
| 449 | 2025.02.25 03:48:38.667344 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 450 | 2025.02.25 03:48:38.667631 [ 4 ] {4bf8d930-5895-4db4-a510-b4031b87f271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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.02.25 03:48:38.667710 [ 4 ] {4bf8d930-5895-4db4-a510-b4031b87f271} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 452 | 2025.02.25 03:48:38.669814 [ 4 ] {4bf8d930-5895-4db4-a510-b4031b87f271} <Debug> oximeter.measurements_histogramf32 (5621f815-9b01-46aa-b112-c213f6f7d7fc): Loading data parts | ||
| 453 | 2025.02.25 03:48:38.669985 [ 4 ] {4bf8d930-5895-4db4-a510-b4031b87f271} <Debug> oximeter.measurements_histogramf32 (5621f815-9b01-46aa-b112-c213f6f7d7fc): There are no data parts | ||
| 454 | 2025.02.25 03:48:38.671585 [ 4 ] {4bf8d930-5895-4db4-a510-b4031b87f271} <Debug> TCPHandler: Processed in 0.004297956 sec. | ||
| 455 | 2025.02.25 03:48:38.671789 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 456 | 2025.02.25 03:48:38.672163 [ 3 ] {943ea367-3f27-4a8e-b938-5c9efc42760f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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.02.25 03:48:38.672243 [ 3 ] {943ea367-3f27-4a8e-b938-5c9efc42760f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 458 | 2025.02.25 03:48:38.674397 [ 3 ] {943ea367-3f27-4a8e-b938-5c9efc42760f} <Debug> oximeter.measurements_histogramf64 (15d9e964-534f-45b6-8c81-b5694943491f): Loading data parts | ||
| 459 | 2025.02.25 03:48:38.674560 [ 3 ] {943ea367-3f27-4a8e-b938-5c9efc42760f} <Debug> oximeter.measurements_histogramf64 (15d9e964-534f-45b6-8c81-b5694943491f): There are no data parts | ||
| 460 | 2025.02.25 03:48:38.676254 [ 3 ] {943ea367-3f27-4a8e-b938-5c9efc42760f} <Debug> TCPHandler: Processed in 0.004531512 sec. | ||
| 461 | 2025.02.25 03:48:38.676458 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 462 | 2025.02.25 03:48:38.676715 [ 4 ] {e070b960-9630-403f-b2cd-602b73835407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) /* 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.02.25 03:48:38.676808 [ 4 ] {e070b960-9630-403f-b2cd-602b73835407} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 489 | 2025.02.25 03:48:38.678901 [ 4 ] {e070b960-9630-403f-b2cd-602b73835407} <Debug> oximeter.fields_bool (0ec235ea-0d61-4ac8-b8c4-a0729bd23d4c): Loading data parts | ||
| 490 | 2025.02.25 03:48:38.679056 [ 4 ] {e070b960-9630-403f-b2cd-602b73835407} <Debug> oximeter.fields_bool (0ec235ea-0d61-4ac8-b8c4-a0729bd23d4c): There are no data parts | ||
| 491 | 2025.02.25 03:48:38.680654 [ 4 ] {e070b960-9630-403f-b2cd-602b73835407} <Debug> TCPHandler: Processed in 0.004264045 sec. | ||
| 492 | 2025.02.25 03:48:38.680859 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 493 | 2025.02.25 03:48:38.681106 [ 3 ] {bb32d225-8e6b-4565-8808-38cdb81e9acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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.02.25 03:48:38.681191 [ 3 ] {bb32d225-8e6b-4565-8808-38cdb81e9acf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 495 | 2025.02.25 03:48:38.683216 [ 3 ] {bb32d225-8e6b-4565-8808-38cdb81e9acf} <Debug> oximeter.fields_i8 (932aa5c0-7f0d-4538-bc34-77f0e2fb3e53): Loading data parts | ||
| 496 | 2025.02.25 03:48:38.683367 [ 3 ] {bb32d225-8e6b-4565-8808-38cdb81e9acf} <Debug> oximeter.fields_i8 (932aa5c0-7f0d-4538-bc34-77f0e2fb3e53): There are no data parts | ||
| 497 | 2025.02.25 03:48:38.684971 [ 3 ] {bb32d225-8e6b-4565-8808-38cdb81e9acf} <Debug> TCPHandler: Processed in 0.004177473 sec. | ||
| 498 | 2025.02.25 03:48:38.685169 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 499 | 2025.02.25 03:48:38.685401 [ 4 ] {50694559-afb5-40b7-91e5-835e2416318d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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.02.25 03:48:38.685459 [ 4 ] {50694559-afb5-40b7-91e5-835e2416318d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 501 | 2025.02.25 03:48:38.687303 [ 4 ] {50694559-afb5-40b7-91e5-835e2416318d} <Debug> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Loading data parts | ||
| 502 | 2025.02.25 03:48:38.687456 [ 4 ] {50694559-afb5-40b7-91e5-835e2416318d} <Debug> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): There are no data parts | ||
| 503 | 2025.02.25 03:48:38.689042 [ 4 ] {50694559-afb5-40b7-91e5-835e2416318d} <Debug> TCPHandler: Processed in 0.003927337 sec. | ||
| 504 | 2025.02.25 03:48:38.689232 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 505 | 2025.02.25 03:48:38.689477 [ 3 ] {0b1a634f-e3b1-43cf-9b8d-be522b1119b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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.02.25 03:48:38.689565 [ 3 ] {0b1a634f-e3b1-43cf-9b8d-be522b1119b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 507 | 2025.02.25 03:48:38.691746 [ 3 ] {0b1a634f-e3b1-43cf-9b8d-be522b1119b8} <Debug> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Loading data parts | ||
| 508 | 2025.02.25 03:48:38.691898 [ 3 ] {0b1a634f-e3b1-43cf-9b8d-be522b1119b8} <Debug> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): There are no data parts | ||
| 509 | 2025.02.25 03:48:38.693517 [ 3 ] {0b1a634f-e3b1-43cf-9b8d-be522b1119b8} <Debug> TCPHandler: Processed in 0.004349108 sec. | ||
| 510 | 2025.02.25 03:48:38.693699 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 511 | 2025.02.25 03:48:38.693983 [ 4 ] {fc1db58d-3be0-45bd-a7ca-c147d3394e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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.02.25 03:48:38.694052 [ 4 ] {fc1db58d-3be0-45bd-a7ca-c147d3394e38} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 513 | 2025.02.25 03:48:38.696314 [ 4 ] {fc1db58d-3be0-45bd-a7ca-c147d3394e38} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Loading data parts | ||
| 514 | 2025.02.25 03:48:38.696471 [ 4 ] {fc1db58d-3be0-45bd-a7ca-c147d3394e38} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): There are no data parts | ||
| 515 | 2025.02.25 03:48:38.698089 [ 4 ] {fc1db58d-3be0-45bd-a7ca-c147d3394e38} <Debug> TCPHandler: Processed in 0.00445697 sec. | ||
| 516 | 2025.02.25 03:48:38.698286 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 517 | 2025.02.25 03:48:38.698555 [ 3 ] {64601334-d91b-43ab-8af6-71f7f3c66df0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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.02.25 03:48:38.698665 [ 3 ] {64601334-d91b-43ab-8af6-71f7f3c66df0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 519 | 2025.02.25 03:48:38.700871 [ 3 ] {64601334-d91b-43ab-8af6-71f7f3c66df0} <Debug> oximeter.fields_i32 (89a7e6bc-98a7-43e2-80db-7cdd7b631146): Loading data parts | ||
| 520 | 2025.02.25 03:48:38.701031 [ 3 ] {64601334-d91b-43ab-8af6-71f7f3c66df0} <Debug> oximeter.fields_i32 (89a7e6bc-98a7-43e2-80db-7cdd7b631146): There are no data parts | ||
| 521 | 2025.02.25 03:48:38.702598 [ 3 ] {64601334-d91b-43ab-8af6-71f7f3c66df0} <Debug> TCPHandler: Processed in 0.004379438 sec. | ||
| 522 | 2025.02.25 03:48:38.702789 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 523 | 2025.02.25 03:48:38.703075 [ 4 ] {98ddb616-9254-4f92-9276-b49786c6fbf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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) | ||
| 524 | 2025.02.25 03:48:38.703150 [ 4 ] {98ddb616-9254-4f92-9276-b49786c6fbf2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 525 | 2025.02.25 03:48:38.705408 [ 4 ] {98ddb616-9254-4f92-9276-b49786c6fbf2} <Debug> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Loading data parts | ||
| 526 | 2025.02.25 03:48:38.705574 [ 4 ] {98ddb616-9254-4f92-9276-b49786c6fbf2} <Debug> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): There are no data parts | ||
| 527 | 2025.02.25 03:48:38.706819 [ 4 ] {98ddb616-9254-4f92-9276-b49786c6fbf2} <Debug> TCPHandler: Processed in 0.004119463 sec. | ||
| 528 | 2025.02.25 03:48:38.706998 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 529 | 2025.02.25 03:48:38.707230 [ 3 ] {ecad29d2-da99-4e31-a0f8-5533ce8a916b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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) | ||
| 530 | 2025.02.25 03:48:38.707310 [ 3 ] {ecad29d2-da99-4e31-a0f8-5533ce8a916b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 531 | 2025.02.25 03:48:38.709563 [ 3 ] {ecad29d2-da99-4e31-a0f8-5533ce8a916b} <Debug> oximeter.fields_i64 (df58fbe6-6638-455b-b75f-e09bba3134cc): Loading data parts | ||
| 532 | 2025.02.25 03:48:38.709721 [ 3 ] {ecad29d2-da99-4e31-a0f8-5533ce8a916b} <Debug> oximeter.fields_i64 (df58fbe6-6638-455b-b75f-e09bba3134cc): There are no data parts | ||
| 533 | 2025.02.25 03:48:38.710958 [ 3 ] {ecad29d2-da99-4e31-a0f8-5533ce8a916b} <Debug> TCPHandler: Processed in 0.0039917 sec. | ||
| 534 | 2025.02.25 03:48:38.711139 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 535 | 2025.02.25 03:48:38.711421 [ 4 ] {10ac091c-ba69-4014-8564-c11bfebea198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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) | ||
| 536 | 2025.02.25 03:48:38.711498 [ 4 ] {10ac091c-ba69-4014-8564-c11bfebea198} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 537 | 2025.02.25 03:48:38.713742 [ 4 ] {10ac091c-ba69-4014-8564-c11bfebea198} <Debug> oximeter.fields_u64 (f9659804-9f4e-41dd-a836-5279812cadef): Loading data parts | ||
| 538 | 2025.02.25 03:48:38.713885 [ 4 ] {10ac091c-ba69-4014-8564-c11bfebea198} <Debug> oximeter.fields_u64 (f9659804-9f4e-41dd-a836-5279812cadef): There are no data parts | ||
| 539 | 2025.02.25 03:48:38.715141 [ 4 ] {10ac091c-ba69-4014-8564-c11bfebea198} <Debug> TCPHandler: Processed in 0.004068911 sec. | ||
| 540 | 2025.02.25 03:48:38.715327 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 541 | 2025.02.25 03:48:38.715576 [ 3 ] {59fe891e-c00f-48a3-9548-c2aeed9f97c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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) | ||
| 542 | 2025.02.25 03:48:38.715669 [ 3 ] {59fe891e-c00f-48a3-9548-c2aeed9f97c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 543 | 2025.02.25 03:48:38.717976 [ 3 ] {59fe891e-c00f-48a3-9548-c2aeed9f97c9} <Debug> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Loading data parts | ||
| 544 | 2025.02.25 03:48:38.718130 [ 3 ] {59fe891e-c00f-48a3-9548-c2aeed9f97c9} <Debug> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): There are no data parts | ||
| 545 | 2025.02.25 03:48:38.719381 [ 3 ] {59fe891e-c00f-48a3-9548-c2aeed9f97c9} <Debug> TCPHandler: Processed in 0.004120842 sec. | ||
| 546 | 2025.02.25 03:48:38.719584 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 547 | 2025.02.25 03:48:38.719919 [ 4 ] {b65ebd9a-dc21-4e33-b662-b628a258bd8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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) | ||
| 548 | 2025.02.25 03:48:38.719988 [ 4 ] {b65ebd9a-dc21-4e33-b662-b628a258bd8d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 549 | 2025.02.25 03:48:38.722244 [ 4 ] {b65ebd9a-dc21-4e33-b662-b628a258bd8d} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Loading data parts | ||
| 550 | 2025.02.25 03:48:38.722391 [ 4 ] {b65ebd9a-dc21-4e33-b662-b628a258bd8d} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): There are no data parts | ||
| 551 | 2025.02.25 03:48:38.723659 [ 4 ] {b65ebd9a-dc21-4e33-b662-b628a258bd8d} <Debug> TCPHandler: Processed in 0.004146633 sec. | ||
| 552 | 2025.02.25 03:48:38.723848 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 553 | 2025.02.25 03:48:38.724096 [ 3 ] {819b8d45-7cf5-498f-bc75-d48131ead84c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) 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) | ||
| 554 | 2025.02.25 03:48:38.724194 [ 3 ] {819b8d45-7cf5-498f-bc75-d48131ead84c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 555 | 2025.02.25 03:48:38.726454 [ 3 ] {819b8d45-7cf5-498f-bc75-d48131ead84c} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Loading data parts | ||
| 556 | 2025.02.25 03:48:38.726616 [ 3 ] {819b8d45-7cf5-498f-bc75-d48131ead84c} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): There are no data parts | ||
| 557 | 2025.02.25 03:48:38.727861 [ 3 ] {819b8d45-7cf5-498f-bc75-d48131ead84c} <Debug> TCPHandler: Processed in 0.004078821 sec. | ||
| 558 | 2025.02.25 03:48:38.728070 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 559 | 2025.02.25 03:48:38.728385 [ 4 ] {146d3f9a-5b4f-4eee-b2e5-361ffce0769a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) /* The timeseries schema table stores the extracted schema for the samples | ||
| 560 | * oximeter collects. | ||
| 561 | */ | ||
| 562 | 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) | ||
| 563 | 2025.02.25 03:48:38.728478 [ 4 ] {146d3f9a-5b4f-4eee-b2e5-361ffce0769a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 564 | 2025.02.25 03:48:38.730623 [ 4 ] {146d3f9a-5b4f-4eee-b2e5-361ffce0769a} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390): Loading data parts | ||
| 565 | 2025.02.25 03:48:38.730815 [ 4 ] {146d3f9a-5b4f-4eee-b2e5-361ffce0769a} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390): There are no data parts | ||
| 566 | 2025.02.25 03:48:38.732235 [ 4 ] {146d3f9a-5b4f-4eee-b2e5-361ffce0769a} <Debug> TCPHandler: Processed in 0.004220654 sec. | ||
| 567 | 2025.02.25 03:48:38.732434 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 568 | 2025.02.25 03:48:38.732728 [ 3 ] {24942207-7d10-4709-bc47-819d9e983a5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 569 | 2025.02.25 03:48:38.734060 [ 3 ] {24942207-7d10-4709-bc47-819d9e983a5f} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 570 | 2025.02.25 03:48:38.742762 [ 259 ] {24942207-7d10-4709-bc47-819d9e983a5f} <Trace> oximeter.version (4bfa914a-0d43-4bf1-932b-49fdca69b733): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 571 | 2025.02.25 03:48:38.742890 [ 259 ] {24942207-7d10-4709-bc47-819d9e983a5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 572 | 2025.02.25 03:48:38.747515 [ 259 ] {24942207-7d10-4709-bc47-819d9e983a5f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 573 | 2025.02.25 03:48:38.747908 [ 259 ] {24942207-7d10-4709-bc47-819d9e983a5f} <Trace> oximeter.version (4bfa914a-0d43-4bf1-932b-49fdca69b733): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 574 | 2025.02.25 03:48:38.748239 [ 3 ] {24942207-7d10-4709-bc47-819d9e983a5f} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.01563 sec., 63.97952655150351 rows/sec., 1023.67 B/sec. | ||
| 575 | 2025.02.25 03:48:38.748594 [ 3 ] {24942207-7d10-4709-bc47-819d9e983a5f} <Debug> TCPHandler: Processed in 0.016224033 sec. | ||
| 576 | 2025.02.25 03:48:39.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 125.07 MiB, peak 125.07 MiB, free memory in arenas 0.00 B, will set to 139.26 MiB (RSS), difference: 14.20 MiB | ||
| 577 | 2025.02.25 03:48:40.145118 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62031 | ||
| 578 | 2025.02.25 03:48:40.145253 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 579 | 2025.02.25 03:48:40.145287 [ 261 ] {} <Debug> TCP-Session: 75eaa8b2-a197-4fca-99ba-31977eccf6af Authenticating user 'default' from [fd00:1122:3344:101::c]:62031 | ||
| 580 | 2025.02.25 03:48:40.145355 [ 261 ] {} <Debug> TCP-Session: 75eaa8b2-a197-4fca-99ba-31977eccf6af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2025.02.25 03:48:40.145372 [ 261 ] {} <Debug> TCP-Session: 75eaa8b2-a197-4fca-99ba-31977eccf6af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2025.02.25 03:48:40.145431 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 583 | 2025.02.25 03:48:40.145487 [ 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.02.25 03:48:40.145509 [ 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.02.25 03:48:40.146387 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49991 | ||
| 586 | 2025.02.25 03:48:40.146545 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 587 | 2025.02.25 03:48:40.146570 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55921 | ||
| 588 | 2025.02.25 03:48:40.146570 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42457 | ||
| 589 | 2025.02.25 03:48:40.146656 [ 262 ] {} <Debug> TCP-Session: 138ba021-5e39-4a1a-bebb-f618afc8103b Authenticating user 'default' from [fd00:1122:3344:101::c]:49991 | ||
| 590 | 2025.02.25 03:48:40.146648 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33735 | ||
| 591 | 2025.02.25 03:48:40.146703 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37092 | ||
| 592 | 2025.02.25 03:48:40.146981 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 593 | 2025.02.25 03:48:40.146987 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45265 | ||
| 594 | 2025.02.25 03:48:40.146994 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 595 | 2025.02.25 03:48:40.146972 [ 262 ] {} <Debug> TCP-Session: 138ba021-5e39-4a1a-bebb-f618afc8103b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 596 | 2025.02.25 03:48:40.147140 [ 264 ] {} <Debug> TCP-Session: af917914-9360-4c71-abd6-2a791fd0bdd3 Authenticating user 'default' from [fd00:1122:3344:101::c]:42457 | ||
| 597 | 2025.02.25 03:48:40.147225 [ 263 ] {} <Debug> TCP-Session: 916af5d7-66c5-46b2-811f-f4e3b2770783 Authenticating user 'default' from [fd00:1122:3344:101::c]:55921 | ||
| 598 | 2025.02.25 03:48:40.147261 [ 264 ] {} <Debug> TCP-Session: af917914-9360-4c71-abd6-2a791fd0bdd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 599 | 2025.02.25 03:48:40.147313 [ 262 ] {} <Debug> TCP-Session: 138ba021-5e39-4a1a-bebb-f618afc8103b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 600 | 2025.02.25 03:48:40.147229 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45701 | ||
| 601 | 2025.02.25 03:48:40.147359 [ 264 ] {} <Debug> TCP-Session: af917914-9360-4c71-abd6-2a791fd0bdd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 602 | 2025.02.25 03:48:40.147393 [ 263 ] {} <Debug> TCP-Session: 916af5d7-66c5-46b2-811f-f4e3b2770783 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 603 | 2025.02.25 03:48:40.147529 [ 263 ] {} <Debug> TCP-Session: 916af5d7-66c5-46b2-811f-f4e3b2770783 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2025.02.25 03:48:40.147706 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 605 | 2025.02.25 03:48:40.147745 [ 268 ] {} <Debug> TCP-Session: 4b8b8c12-59ae-4bed-a3f9-fec1cfef2c54 Authenticating user 'default' from [fd00:1122:3344:101::c]:45701 | ||
| 606 | 2025.02.25 03:48:40.147763 [ 268 ] {} <Debug> TCP-Session: 4b8b8c12-59ae-4bed-a3f9-fec1cfef2c54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 607 | 2025.02.25 03:48:40.147816 [ 268 ] {} <Debug> TCP-Session: 4b8b8c12-59ae-4bed-a3f9-fec1cfef2c54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 608 | 2025.02.25 03:48:40.148976 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 609 | 2025.02.25 03:48:40.149015 [ 265 ] {} <Debug> TCP-Session: f7cd8b78-600e-4d31-bc29-74fcdedd4a98 Authenticating user 'default' from [fd00:1122:3344:101::c]:33735 | ||
| 610 | 2025.02.25 03:48:40.149060 [ 265 ] {} <Debug> TCP-Session: f7cd8b78-600e-4d31-bc29-74fcdedd4a98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 611 | 2025.02.25 03:48:40.149092 [ 265 ] {} <Debug> TCP-Session: f7cd8b78-600e-4d31-bc29-74fcdedd4a98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2025.02.25 03:48:40.156871 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 613 | 2025.02.25 03:48:40.156900 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 614 | 2025.02.25 03:48:40.156920 [ 267 ] {} <Debug> TCP-Session: c0827459-4adb-45a6-854a-550db5011579 Authenticating user 'default' from [fd00:1122:3344:101::c]:45265 | ||
| 615 | 2025.02.25 03:48:40.157010 [ 267 ] {} <Debug> TCP-Session: c0827459-4adb-45a6-854a-550db5011579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2025.02.25 03:48:40.157012 [ 266 ] {} <Debug> TCP-Session: 6a13cc8e-3bcc-4761-bba5-24af1acb675d Authenticating user 'default' from [fd00:1122:3344:101::c]:37092 | ||
| 617 | 2025.02.25 03:48:40.157033 [ 267 ] {} <Debug> TCP-Session: c0827459-4adb-45a6-854a-550db5011579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 618 | 2025.02.25 03:48:40.157092 [ 266 ] {} <Debug> TCP-Session: 6a13cc8e-3bcc-4761-bba5-24af1acb675d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 619 | 2025.02.25 03:48:40.157125 [ 266 ] {} <Debug> TCP-Session: 6a13cc8e-3bcc-4761-bba5-24af1acb675d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 620 | 2025.02.25 03:48:40.228087 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52302 | ||
| 621 | 2025.02.25 03:48:40.228215 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 622 | 2025.02.25 03:48:40.228245 [ 269 ] {} <Debug> TCP-Session: 86ea5596-edce-4e91-a4cb-118d0bb4809c Authenticating user 'default' from [fd00:1122:3344:101::a]:52302 | ||
| 623 | 2025.02.25 03:48:40.228306 [ 269 ] {} <Debug> TCP-Session: 86ea5596-edce-4e91-a4cb-118d0bb4809c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2025.02.25 03:48:40.228321 [ 269 ] {} <Debug> TCP-Session: 86ea5596-edce-4e91-a4cb-118d0bb4809c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2025.02.25 03:48:40.228379 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 626 | 2025.02.25 03:48:40.228418 [ 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.02.25 03:48:40.228447 [ 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.02.25 03:48:40.229873 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56030 | ||
| 629 | 2025.02.25 03:48:40.229949 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65401 | ||
| 630 | 2025.02.25 03:48:40.230203 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 631 | 2025.02.25 03:48:40.230150 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44091 | ||
| 632 | 2025.02.25 03:48:40.230213 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 633 | 2025.02.25 03:48:40.230321 [ 270 ] {} <Debug> TCP-Session: 12cbb35b-0086-4524-b76b-bf828b34b023 Authenticating user 'default' from [fd00:1122:3344:101::a]:56030 | ||
| 634 | 2025.02.25 03:48:40.230339 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43611 | ||
| 635 | 2025.02.25 03:48:40.230363 [ 271 ] {} <Debug> TCP-Session: 3a2f51f8-2b18-4c05-98e8-895ec4a9d60e Authenticating user 'default' from [fd00:1122:3344:101::a]:65401 | ||
| 636 | 2025.02.25 03:48:40.230671 [ 271 ] {} <Debug> TCP-Session: 3a2f51f8-2b18-4c05-98e8-895ec4a9d60e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 637 | 2025.02.25 03:48:40.230702 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 638 | 2025.02.25 03:48:40.230700 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39776 | ||
| 639 | 2025.02.25 03:48:40.230780 [ 271 ] {} <Debug> TCP-Session: 3a2f51f8-2b18-4c05-98e8-895ec4a9d60e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2025.02.25 03:48:40.230741 [ 270 ] {} <Debug> TCP-Session: 12cbb35b-0086-4524-b76b-bf828b34b023 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2025.02.25 03:48:40.230741 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42579 | ||
| 642 | 2025.02.25 03:48:40.230908 [ 273 ] {} <Debug> TCP-Session: 165b57cd-83b1-4704-9421-a7181b52036a Authenticating user 'default' from [fd00:1122:3344:101::a]:43611 | ||
| 643 | 2025.02.25 03:48:40.230913 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 644 | 2025.02.25 03:48:40.231254 [ 272 ] {} <Debug> TCP-Session: f2cd003d-55f3-49e0-98f2-455bbddd6cec Authenticating user 'default' from [fd00:1122:3344:101::a]:44091 | ||
| 645 | 2025.02.25 03:48:40.231278 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 646 | 2025.02.25 03:48:40.231292 [ 270 ] {} <Debug> TCP-Session: 12cbb35b-0086-4524-b76b-bf828b34b023 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2025.02.25 03:48:40.231334 [ 272 ] {} <Debug> TCP-Session: f2cd003d-55f3-49e0-98f2-455bbddd6cec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2025.02.25 03:48:40.231275 [ 273 ] {} <Debug> TCP-Session: 165b57cd-83b1-4704-9421-a7181b52036a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 649 | 2025.02.25 03:48:40.231250 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44211 | ||
| 650 | 2025.02.25 03:48:40.231426 [ 274 ] {} <Debug> TCP-Session: 53cdf601-b27a-46f4-88ea-8dac58663ce9 Authenticating user 'default' from [fd00:1122:3344:101::a]:39776 | ||
| 651 | 2025.02.25 03:48:40.231479 [ 272 ] {} <Debug> TCP-Session: f2cd003d-55f3-49e0-98f2-455bbddd6cec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 652 | 2025.02.25 03:48:40.231465 [ 273 ] {} <Debug> TCP-Session: 165b57cd-83b1-4704-9421-a7181b52036a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 653 | 2025.02.25 03:48:40.231649 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 654 | 2025.02.25 03:48:40.231648 [ 274 ] {} <Debug> TCP-Session: 53cdf601-b27a-46f4-88ea-8dac58663ce9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2025.02.25 03:48:40.231755 [ 276 ] {} <Debug> TCP-Session: 7b4b8b30-62a5-4019-8c91-e885c7e5358b Authenticating user 'default' from [fd00:1122:3344:101::a]:44211 | ||
| 656 | 2025.02.25 03:48:40.231766 [ 274 ] {} <Debug> TCP-Session: 53cdf601-b27a-46f4-88ea-8dac58663ce9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2025.02.25 03:48:40.231808 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 658 | 2025.02.25 03:48:40.231787 [ 276 ] {} <Debug> TCP-Session: 7b4b8b30-62a5-4019-8c91-e885c7e5358b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2025.02.25 03:48:40.231953 [ 276 ] {} <Debug> TCP-Session: 7b4b8b30-62a5-4019-8c91-e885c7e5358b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2025.02.25 03:48:40.231967 [ 275 ] {} <Debug> TCP-Session: 891369e0-cd3c-49b3-b7d6-9df12bef943e Authenticating user 'default' from [fd00:1122:3344:101::a]:42579 | ||
| 661 | 2025.02.25 03:48:40.232059 [ 275 ] {} <Debug> TCP-Session: 891369e0-cd3c-49b3-b7d6-9df12bef943e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.02.25 03:48:40.232074 [ 275 ] {} <Debug> TCP-Session: 891369e0-cd3c-49b3-b7d6-9df12bef943e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.02.25 03:48:41.535645 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45670 | ||
| 664 | 2025.02.25 03:48:41.535872 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 665 | 2025.02.25 03:48:41.535902 [ 277 ] {} <Debug> TCP-Session: 5feb8bf9-1a47-451e-a250-bb4d8eb2ce88 Authenticating user 'default' from [fd00:1122:3344:101::b]:45670 | ||
| 666 | 2025.02.25 03:48:41.535927 [ 277 ] {} <Debug> TCP-Session: 5feb8bf9-1a47-451e-a250-bb4d8eb2ce88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2025.02.25 03:48:41.535980 [ 277 ] {} <Debug> TCP-Session: 5feb8bf9-1a47-451e-a250-bb4d8eb2ce88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.02.25 03:48:41.536054 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 669 | 2025.02.25 03:48:41.536082 [ 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 | ||
| 670 | 2025.02.25 03:48:41.536124 [ 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 | ||
| 671 | 2025.02.25 03:48:41.537096 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59156 | ||
| 672 | 2025.02.25 03:48:41.537100 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48684 | ||
| 673 | 2025.02.25 03:48:41.537358 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 674 | 2025.02.25 03:48:41.537322 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41051 | ||
| 675 | 2025.02.25 03:48:41.537429 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59308 | ||
| 676 | 2025.02.25 03:48:41.537445 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 677 | 2025.02.25 03:48:41.537477 [ 279 ] {} <Debug> TCP-Session: dd5ab1b2-787c-4e04-8156-1563f91c2820 Authenticating user 'default' from [fd00:1122:3344:101::b]:59156 | ||
| 678 | 2025.02.25 03:48:41.537533 [ 279 ] {} <Debug> TCP-Session: dd5ab1b2-787c-4e04-8156-1563f91c2820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 679 | 2025.02.25 03:48:41.537763 [ 278 ] {} <Debug> TCP-Session: 2e5014db-20ed-415e-85a8-65e1755d95bf Authenticating user 'default' from [fd00:1122:3344:101::b]:48684 | ||
| 680 | 2025.02.25 03:48:41.537729 [ 279 ] {} <Debug> TCP-Session: dd5ab1b2-787c-4e04-8156-1563f91c2820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2025.02.25 03:48:41.537780 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46228 | ||
| 682 | 2025.02.25 03:48:41.537958 [ 278 ] {} <Debug> TCP-Session: 2e5014db-20ed-415e-85a8-65e1755d95bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2025.02.25 03:48:41.537959 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 684 | 2025.02.25 03:48:41.538051 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35150 | ||
| 685 | 2025.02.25 03:48:41.538065 [ 278 ] {} <Debug> TCP-Session: 2e5014db-20ed-415e-85a8-65e1755d95bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2025.02.25 03:48:41.538183 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 687 | 2025.02.25 03:48:41.538197 [ 280 ] {} <Debug> TCP-Session: fa966467-c921-4ce2-9c19-97696bd5c3c7 Authenticating user 'default' from [fd00:1122:3344:101::b]:41051 | ||
| 688 | 2025.02.25 03:48:41.537989 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 689 | 2025.02.25 03:48:41.538360 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55433 | ||
| 690 | 2025.02.25 03:48:41.538405 [ 280 ] {} <Debug> TCP-Session: fa966467-c921-4ce2-9c19-97696bd5c3c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2025.02.25 03:48:41.538275 [ 282 ] {} <Debug> TCP-Session: 27573f1d-b6ca-4799-b7f6-497e4d5a5465 Authenticating user 'default' from [fd00:1122:3344:101::b]:46228 | ||
| 692 | 2025.02.25 03:48:41.538574 [ 280 ] {} <Debug> TCP-Session: fa966467-c921-4ce2-9c19-97696bd5c3c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2025.02.25 03:48:41.538441 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 694 | 2025.02.25 03:48:41.538608 [ 282 ] {} <Debug> TCP-Session: 27573f1d-b6ca-4799-b7f6-497e4d5a5465 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.02.25 03:48:41.538602 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 696 | 2025.02.25 03:48:41.538660 [ 281 ] {} <Debug> TCP-Session: 56643d55-6cdc-47ab-9781-362ae1f17599 Authenticating user 'default' from [fd00:1122:3344:101::b]:59308 | ||
| 697 | 2025.02.25 03:48:41.538710 [ 282 ] {} <Debug> TCP-Session: 27573f1d-b6ca-4799-b7f6-497e4d5a5465 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.02.25 03:48:41.538752 [ 284 ] {} <Debug> TCP-Session: 4a66a5ff-8b62-40c7-8f51-0a71fe272baf Authenticating user 'default' from [fd00:1122:3344:101::b]:55433 | ||
| 699 | 2025.02.25 03:48:41.538775 [ 281 ] {} <Debug> TCP-Session: 56643d55-6cdc-47ab-9781-362ae1f17599 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2025.02.25 03:48:41.538753 [ 283 ] {} <Debug> TCP-Session: bc780486-b06e-487c-bd4d-c1ae119233ae Authenticating user 'default' from [fd00:1122:3344:101::b]:35150 | ||
| 701 | 2025.02.25 03:48:41.538811 [ 284 ] {} <Debug> TCP-Session: 4a66a5ff-8b62-40c7-8f51-0a71fe272baf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.02.25 03:48:41.538829 [ 281 ] {} <Debug> TCP-Session: 56643d55-6cdc-47ab-9781-362ae1f17599 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.02.25 03:48:41.538879 [ 283 ] {} <Debug> TCP-Session: bc780486-b06e-487c-bd4d-c1ae119233ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2025.02.25 03:48:41.538918 [ 284 ] {} <Debug> TCP-Session: 4a66a5ff-8b62-40c7-8f51-0a71fe272baf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.02.25 03:48:41.538953 [ 283 ] {} <Debug> TCP-Session: bc780486-b06e-487c-bd4d-c1ae119233ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.02.25 03:48:45.308575 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 707 | 2025.02.25 03:48:45.308593 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 708 | 2025.02.25 03:48:45.308815 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 709 | 2025.02.25 03:48:45.308834 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 710 | 2025.02.25 03:48:45.318329 [ 244 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Loading data parts | ||
| 711 | 2025.02.25 03:48:45.318950 [ 244 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): There are no data parts | ||
| 712 | 2025.02.25 03:48:45.328303 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 713 | 2025.02.25 03:48:45.328377 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 714 | 2025.02.25 03:48:45.332328 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 715 | 2025.02.25 03:48:45.333458 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 716 | 2025.02.25 03:48:45.334196 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 717 | 2025.02.25 03:48:45.338921 [ 243 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Loading data parts | ||
| 718 | 2025.02.25 03:48:45.339196 [ 243 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): There are no data parts | ||
| 719 | 2025.02.25 03:48:45.364382 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 720 | 2025.02.25 03:48:45.364428 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 721 | 2025.02.25 03:48:45.372216 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 722 | 2025.02.25 03:48:45.373463 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 723 | 2025.02.25 03:48:45.376236 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 724 | 2025.02.25 03:48:46.001051 [ 247 ] {} <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.79 MiB | ||
| 725 | 2025.02.25 03:48:47.809194 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 726 | 2025.02.25 03:48:47.809301 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 727 | 2025.02.25 03:48:47.814163 [ 242 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Loading data parts | ||
| 728 | 2025.02.25 03:48:47.814435 [ 242 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): There are no data parts | ||
| 729 | 2025.02.25 03:48:47.820436 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 730 | 2025.02.25 03:48:47.820478 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 731 | 2025.02.25 03:48:47.822297 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 732 | 2025.02.25 03:48:47.823035 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 733 | 2025.02.25 03:48:47.823599 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 734 | 2025.02.25 03:48:48.001035 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.77 MiB, peak 154.77 MiB, free memory in arenas 0.00 B, will set to 150.98 MiB (RSS), difference: -3.79 MiB | ||
| 735 | 2025.02.25 03:48:52.778660 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 736 | 2025.02.25 03:48:52.778732 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 737 | 2025.02.25 03:48:52.834911 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 738 | 2025.02.25 03:48:52.835771 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 739 | 2025.02.25 03:48:52.835960 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 740 | 2025.02.25 03:48:52.836666 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 741 | 2025.02.25 03:48:52.837182 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 742 | 2025.02.25 03:48:52.837603 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 743 | 2025.02.25 03:48:52.876880 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 744 | 2025.02.25 03:48:52.898919 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 745 | 2025.02.25 03:48:52.898992 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 746 | 2025.02.25 03:48:52.907501 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 747 | 2025.02.25 03:48:52.908837 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 748 | 2025.02.25 03:48:52.912313 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 749 | 2025.02.25 03:48:53.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.65 MiB, peak 155.65 MiB, free memory in arenas 0.00 B, will set to 152.77 MiB (RSS), difference: 1.12 MiB | ||
| 750 | 2025.02.25 03:48:58.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.78 MiB, peak 155.65 MiB, free memory in arenas 0.00 B, will set to 152.80 MiB (RSS), difference: 4.02 MiB | ||
| 751 | 2025.02.25 03:48:58.763061 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 752 | 2025.02.25 03:48:58.763423 [ 3 ] {3437e4f4-9cd4-4b6e-92d4-e2926c5938ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 753 | 2025.02.25 03:48:58.763861 [ 3 ] {3437e4f4-9cd4-4b6e-92d4-e2926c5938ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 754 | 2025.02.25 03:48:58.764147 [ 3 ] {3437e4f4-9cd4-4b6e-92d4-e2926c5938ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 755 | 2025.02.25 03:48:58.768757 [ 3 ] {3437e4f4-9cd4-4b6e-92d4-e2926c5938ff} <Debug> TCPHandler: Processed in 0.005839891 sec. | ||
| 756 | 2025.02.25 03:48:58.777104 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 757 | 2025.02.25 03:48:58.777364 [ 4 ] {d699cd4d-9e64-4aeb-8852-26e8b6c155ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 758 | 2025.02.25 03:48:58.781264 [ 4 ] {d699cd4d-9e64-4aeb-8852-26e8b6c155ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 759 | 2025.02.25 03:48:58.781354 [ 4 ] {d699cd4d-9e64-4aeb-8852-26e8b6c155ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 760 | 2025.02.25 03:48:58.782174 [ 4 ] {d699cd4d-9e64-4aeb-8852-26e8b6c155ae} <Debug> TCPHandler: Processed in 0.005206347 sec. | ||
| 761 | 2025.02.25 03:48:58.782549 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 762 | 2025.02.25 03:48:58.782746 [ 3 ] {c76c2ba7-5282-4285-ba70-2f6c98a1efac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 763 | 2025.02.25 03:48:58.783213 [ 3 ] {c76c2ba7-5282-4285-ba70-2f6c98a1efac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 764 | 2025.02.25 03:48:58.783272 [ 3 ] {c76c2ba7-5282-4285-ba70-2f6c98a1efac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 765 | 2025.02.25 03:48:58.783796 [ 3 ] {c76c2ba7-5282-4285-ba70-2f6c98a1efac} <Debug> TCPHandler: Processed in 0.001316819 sec. | ||
| 766 | 2025.02.25 03:48:58.784067 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 767 | 2025.02.25 03:48:58.784258 [ 4 ] {09472e14-b2ab-4583-a536-f463e244b06f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 768 | 2025.02.25 03:48:58.784699 [ 4 ] {09472e14-b2ab-4583-a536-f463e244b06f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 769 | 2025.02.25 03:48:58.784766 [ 4 ] {09472e14-b2ab-4583-a536-f463e244b06f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 770 | 2025.02.25 03:48:58.785275 [ 4 ] {09472e14-b2ab-4583-a536-f463e244b06f} <Debug> TCPHandler: Processed in 0.001277809 sec. | ||
| 771 | 2025.02.25 03:48:58.785564 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 772 | 2025.02.25 03:48:58.785716 [ 3 ] {faecb42a-3eba-4f80-8044-61d363031356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 773 | 2025.02.25 03:48:58.786140 [ 3 ] {faecb42a-3eba-4f80-8044-61d363031356} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 774 | 2025.02.25 03:48:58.786208 [ 3 ] {faecb42a-3eba-4f80-8044-61d363031356} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 775 | 2025.02.25 03:48:58.786788 [ 3 ] {faecb42a-3eba-4f80-8044-61d363031356} <Debug> TCPHandler: Processed in 0.001280519 sec. | ||
| 776 | 2025.02.25 03:48:58.787042 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 777 | 2025.02.25 03:48:58.787198 [ 4 ] {37560ee6-a534-4dee-9380-e535a43a194c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 778 | 2025.02.25 03:48:58.787564 [ 4 ] {37560ee6-a534-4dee-9380-e535a43a194c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 779 | 2025.02.25 03:48:58.787619 [ 4 ] {37560ee6-a534-4dee-9380-e535a43a194c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 780 | 2025.02.25 03:48:58.788111 [ 4 ] {37560ee6-a534-4dee-9380-e535a43a194c} <Debug> TCPHandler: Processed in 0.001122636 sec. | ||
| 781 | 2025.02.25 03:48:58.788465 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 782 | 2025.02.25 03:48:58.788617 [ 3 ] {f7512dc0-6bb8-462e-8ced-b082348cbd6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 783 | 2025.02.25 03:48:58.788988 [ 3 ] {f7512dc0-6bb8-462e-8ced-b082348cbd6f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 784 | 2025.02.25 03:48:58.789046 [ 3 ] {f7512dc0-6bb8-462e-8ced-b082348cbd6f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 785 | 2025.02.25 03:48:58.789549 [ 3 ] {f7512dc0-6bb8-462e-8ced-b082348cbd6f} <Debug> TCPHandler: Processed in 0.001139486 sec. | ||
| 786 | 2025.02.25 03:48:58.789783 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 787 | 2025.02.25 03:48:58.789960 [ 4 ] {0ef60a44-1030-4e6f-bf1c-41f4ddb03419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 788 | 2025.02.25 03:48:58.790411 [ 4 ] {0ef60a44-1030-4e6f-bf1c-41f4ddb03419} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 789 | 2025.02.25 03:48:58.790478 [ 4 ] {0ef60a44-1030-4e6f-bf1c-41f4ddb03419} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 790 | 2025.02.25 03:48:58.791044 [ 4 ] {0ef60a44-1030-4e6f-bf1c-41f4ddb03419} <Debug> TCPHandler: Processed in 0.001317159 sec. | ||
| 791 | 2025.02.25 03:48:58.791345 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 792 | 2025.02.25 03:48:58.791500 [ 3 ] {a4adc838-538a-41f8-adaa-08f3f972ed52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 793 | 2025.02.25 03:48:58.791874 [ 3 ] {a4adc838-538a-41f8-adaa-08f3f972ed52} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 794 | 2025.02.25 03:48:58.791929 [ 3 ] {a4adc838-538a-41f8-adaa-08f3f972ed52} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 795 | 2025.02.25 03:48:58.792420 [ 3 ] {a4adc838-538a-41f8-adaa-08f3f972ed52} <Debug> TCPHandler: Processed in 0.001132005 sec. | ||
| 796 | 2025.02.25 03:48:58.792688 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 797 | 2025.02.25 03:48:58.792850 [ 4 ] {ed87123f-09be-4503-a80f-b496fc322a57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 798 | 2025.02.25 03:48:58.793297 [ 4 ] {ed87123f-09be-4503-a80f-b496fc322a57} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 799 | 2025.02.25 03:48:58.793362 [ 4 ] {ed87123f-09be-4503-a80f-b496fc322a57} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 800 | 2025.02.25 03:48:58.793914 [ 4 ] {ed87123f-09be-4503-a80f-b496fc322a57} <Debug> TCPHandler: Processed in 0.001280908 sec. | ||
| 801 | 2025.02.25 03:48:58.794167 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 802 | 2025.02.25 03:48:58.794325 [ 3 ] {f1fd4725-179f-4669-b104-39ae0ac9afb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 803 | 2025.02.25 03:48:58.794703 [ 3 ] {f1fd4725-179f-4669-b104-39ae0ac9afb6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 804 | 2025.02.25 03:48:58.794758 [ 3 ] {f1fd4725-179f-4669-b104-39ae0ac9afb6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 805 | 2025.02.25 03:48:58.795249 [ 3 ] {f1fd4725-179f-4669-b104-39ae0ac9afb6} <Debug> TCPHandler: Processed in 0.001142865 sec. | ||
| 806 | 2025.02.25 03:48:58.795495 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 807 | 2025.02.25 03:48:58.795652 [ 4 ] {fd704f00-f9e1-49bd-bc7b-d078a8fd0bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 808 | 2025.02.25 03:48:58.796032 [ 4 ] {fd704f00-f9e1-49bd-bc7b-d078a8fd0bfa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 809 | 2025.02.25 03:48:58.796087 [ 4 ] {fd704f00-f9e1-49bd-bc7b-d078a8fd0bfa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 810 | 2025.02.25 03:48:58.796571 [ 4 ] {fd704f00-f9e1-49bd-bc7b-d078a8fd0bfa} <Debug> TCPHandler: Processed in 0.001128315 sec. | ||
| 811 | 2025.02.25 03:48:58.796848 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 812 | 2025.02.25 03:48:58.797038 [ 3 ] {e9ccc6fe-9365-40f8-9af7-37255ef0e2e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 813 | 2025.02.25 03:48:58.797500 [ 3 ] {e9ccc6fe-9365-40f8-9af7-37255ef0e2e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 814 | 2025.02.25 03:48:58.797566 [ 3 ] {e9ccc6fe-9365-40f8-9af7-37255ef0e2e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 815 | 2025.02.25 03:48:58.798107 [ 3 ] {e9ccc6fe-9365-40f8-9af7-37255ef0e2e7} <Debug> TCPHandler: Processed in 0.001320189 sec. | ||
| 816 | 2025.02.25 03:48:58.798369 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 817 | 2025.02.25 03:48:58.798529 [ 4 ] {2aa06f80-a013-44c0-a80f-f4b171b7ad01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 818 | 2025.02.25 03:48:58.798922 [ 4 ] {2aa06f80-a013-44c0-a80f-f4b171b7ad01} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 819 | 2025.02.25 03:48:58.798978 [ 4 ] {2aa06f80-a013-44c0-a80f-f4b171b7ad01} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 820 | 2025.02.25 03:48:58.799467 [ 4 ] {2aa06f80-a013-44c0-a80f-f4b171b7ad01} <Debug> TCPHandler: Processed in 0.001152056 sec. | ||
| 821 | 2025.02.25 03:48:58.799714 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 822 | 2025.02.25 03:48:58.799887 [ 3 ] {58024e52-c45c-4b95-9b88-44db92b0d3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 823 | 2025.02.25 03:48:58.800362 [ 3 ] {58024e52-c45c-4b95-9b88-44db92b0d3c3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 824 | 2025.02.25 03:48:58.800429 [ 3 ] {58024e52-c45c-4b95-9b88-44db92b0d3c3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 825 | 2025.02.25 03:48:58.800998 [ 3 ] {58024e52-c45c-4b95-9b88-44db92b0d3c3} <Debug> TCPHandler: Processed in 0.00133799 sec. | ||
| 826 | 2025.02.25 03:48:58.801240 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 827 | 2025.02.25 03:48:58.801402 [ 4 ] {53e2fdd5-97be-471d-9021-8d37d7227062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 828 | 2025.02.25 03:48:58.801797 [ 4 ] {53e2fdd5-97be-471d-9021-8d37d7227062} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 829 | 2025.02.25 03:48:58.801851 [ 4 ] {53e2fdd5-97be-471d-9021-8d37d7227062} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 830 | 2025.02.25 03:48:58.802347 [ 4 ] {53e2fdd5-97be-471d-9021-8d37d7227062} <Debug> TCPHandler: Processed in 0.001160596 sec. | ||
| 831 | 2025.02.25 03:48:58.802618 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 832 | 2025.02.25 03:48:58.802780 [ 3 ] {e834ad77-5880-41bf-ad97-7f23b5a1d6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 833 | 2025.02.25 03:48:58.803254 [ 3 ] {e834ad77-5880-41bf-ad97-7f23b5a1d6c8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 834 | 2025.02.25 03:48:58.803321 [ 3 ] {e834ad77-5880-41bf-ad97-7f23b5a1d6c8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 835 | 2025.02.25 03:48:58.803895 [ 3 ] {e834ad77-5880-41bf-ad97-7f23b5a1d6c8} <Debug> TCPHandler: Processed in 0.0013313 sec. | ||
| 836 | 2025.02.25 03:48:58.804173 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 837 | 2025.02.25 03:48:58.804338 [ 4 ] {02e9ec7c-3f0e-4114-bb33-e8912e04f5d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 838 | 2025.02.25 03:48:58.804745 [ 4 ] {02e9ec7c-3f0e-4114-bb33-e8912e04f5d0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 839 | 2025.02.25 03:48:58.804800 [ 4 ] {02e9ec7c-3f0e-4114-bb33-e8912e04f5d0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 840 | 2025.02.25 03:48:58.805328 [ 4 ] {02e9ec7c-3f0e-4114-bb33-e8912e04f5d0} <Debug> TCPHandler: Processed in 0.001211657 sec. | ||
| 841 | 2025.02.25 03:48:58.807024 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 842 | 2025.02.25 03:48:58.807157 [ 3 ] {4d3d1dee-ab12-46a3-bb2b-aa9de09bd93b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 843 | 2025.02.25 03:48:58.807210 [ 3 ] {4d3d1dee-ab12-46a3-bb2b-aa9de09bd93b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 844 | 2025.02.25 03:48:58.808083 [ 3 ] {4d3d1dee-ab12-46a3-bb2b-aa9de09bd93b} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 845 | 2025.02.25 03:48:58.808130 [ 3 ] {4d3d1dee-ab12-46a3-bb2b-aa9de09bd93b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 846 | 2025.02.25 03:48:58.808885 [ 3 ] {4d3d1dee-ab12-46a3-bb2b-aa9de09bd93b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 847 | 2025.02.25 03:48:58.809477 [ 3 ] {4d3d1dee-ab12-46a3-bb2b-aa9de09bd93b} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 848 | 2025.02.25 03:48:58.809719 [ 3 ] {4d3d1dee-ab12-46a3-bb2b-aa9de09bd93b} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002595 sec., 6936.416184971098 rows/sec., 970.16 KiB/sec. | ||
| 849 | 2025.02.25 03:48:58.809795 [ 3 ] {4d3d1dee-ab12-46a3-bb2b-aa9de09bd93b} <Debug> TCPHandler: Processed in 0.002827743 sec. | ||
| 850 | 2025.02.25 03:48:58.809971 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 851 | 2025.02.25 03:48:58.810135 [ 4 ] {a32f5d61-96cb-4fcf-a39a-ffa9a84e34c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 852 | 2025.02.25 03:48:58.810195 [ 4 ] {a32f5d61-96cb-4fcf-a39a-ffa9a84e34c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 853 | 2025.02.25 03:48:58.811653 [ 4 ] {a32f5d61-96cb-4fcf-a39a-ffa9a84e34c8} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 854 | 2025.02.25 03:48:58.811694 [ 4 ] {a32f5d61-96cb-4fcf-a39a-ffa9a84e34c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 855 | 2025.02.25 03:48:58.812333 [ 4 ] {a32f5d61-96cb-4fcf-a39a-ffa9a84e34c8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 856 | 2025.02.25 03:48:58.813011 [ 4 ] {a32f5d61-96cb-4fcf-a39a-ffa9a84e34c8} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 857 | 2025.02.25 03:48:58.813351 [ 4 ] {a32f5d61-96cb-4fcf-a39a-ffa9a84e34c8} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.003245 sec., 9244.992295839753 rows/sec., 739.12 KiB/sec. | ||
| 858 | 2025.02.25 03:48:58.813454 [ 4 ] {a32f5d61-96cb-4fcf-a39a-ffa9a84e34c8} <Debug> TCPHandler: Processed in 0.003550029 sec. | ||
| 859 | 2025.02.25 03:48:58.813642 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 860 | 2025.02.25 03:48:58.813773 [ 3 ] {67c0d389-2381-496f-adf9-8ed0e859285c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 861 | 2025.02.25 03:48:58.813837 [ 3 ] {67c0d389-2381-496f-adf9-8ed0e859285c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 862 | 2025.02.25 03:48:58.814581 [ 3 ] {67c0d389-2381-496f-adf9-8ed0e859285c} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 863 | 2025.02.25 03:48:58.814628 [ 3 ] {67c0d389-2381-496f-adf9-8ed0e859285c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 864 | 2025.02.25 03:48:58.815184 [ 3 ] {67c0d389-2381-496f-adf9-8ed0e859285c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 865 | 2025.02.25 03:48:58.815697 [ 3 ] {67c0d389-2381-496f-adf9-8ed0e859285c} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 866 | 2025.02.25 03:48:58.815900 [ 3 ] {67c0d389-2381-496f-adf9-8ed0e859285c} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.002158 sec., 16682.113067655235 rows/sec., 1.30 MiB/sec. | ||
| 867 | 2025.02.25 03:48:58.815954 [ 3 ] {67c0d389-2381-496f-adf9-8ed0e859285c} <Debug> TCPHandler: Processed in 0.002376963 sec. | ||
| 868 | 2025.02.25 03:48:58.816111 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2025.02.25 03:48:58.816238 [ 4 ] {df7148f7-aaaf-4afc-afd5-56c0656fddfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 870 | 2025.02.25 03:48:58.816293 [ 4 ] {df7148f7-aaaf-4afc-afd5-56c0656fddfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 871 | 2025.02.25 03:48:58.817462 [ 4 ] {df7148f7-aaaf-4afc-afd5-56c0656fddfe} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 872 | 2025.02.25 03:48:58.817500 [ 4 ] {df7148f7-aaaf-4afc-afd5-56c0656fddfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 873 | 2025.02.25 03:48:58.818081 [ 4 ] {df7148f7-aaaf-4afc-afd5-56c0656fddfe} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 874 | 2025.02.25 03:48:58.818551 [ 4 ] {df7148f7-aaaf-4afc-afd5-56c0656fddfe} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 875 | 2025.02.25 03:48:58.818838 [ 4 ] {df7148f7-aaaf-4afc-afd5-56c0656fddfe} <Debug> executeQuery: Read 36 rows, 2.59 KiB in 0.002615 sec., 13766.730401529636 rows/sec., 989.26 KiB/sec. | ||
| 876 | 2025.02.25 03:48:58.818912 [ 4 ] {df7148f7-aaaf-4afc-afd5-56c0656fddfe} <Debug> TCPHandler: Processed in 0.002862155 sec. | ||
| 877 | 2025.02.25 03:48:58.819071 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 878 | 2025.02.25 03:48:58.819197 [ 3 ] {48a3c1c1-e9eb-480c-a50b-4baf77e4c425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 879 | 2025.02.25 03:48:58.819248 [ 3 ] {48a3c1c1-e9eb-480c-a50b-4baf77e4c425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 880 | 2025.02.25 03:48:58.819736 [ 3 ] {48a3c1c1-e9eb-480c-a50b-4baf77e4c425} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 881 | 2025.02.25 03:48:58.819775 [ 3 ] {48a3c1c1-e9eb-480c-a50b-4baf77e4c425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 882 | 2025.02.25 03:48:58.820311 [ 3 ] {48a3c1c1-e9eb-480c-a50b-4baf77e4c425} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 883 | 2025.02.25 03:48:58.820828 [ 3 ] {48a3c1c1-e9eb-480c-a50b-4baf77e4c425} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 884 | 2025.02.25 03:48:58.821060 [ 3 ] {48a3c1c1-e9eb-480c-a50b-4baf77e4c425} <Debug> executeQuery: Read 18 rows, 1.22 KiB in 0.001888 sec., 9533.898305084746 rows/sec., 647.08 KiB/sec. | ||
| 885 | 2025.02.25 03:48:58.821116 [ 3 ] {48a3c1c1-e9eb-480c-a50b-4baf77e4c425} <Debug> TCPHandler: Processed in 0.002106657 sec. | ||
| 886 | 2025.02.25 03:49:00.337733 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 887 | 2025.02.25 03:49:00.338871 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 888 | 2025.02.25 03:49:00.338968 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 889 | 2025.02.25 03:49:00.339812 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 890 | 2025.02.25 03:49:00.340312 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 891 | 2025.02.25 03:49:00.340553 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 892 | 2025.02.25 03:49:00.412493 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 893 | 2025.02.25 03:49:00.432112 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 894 | 2025.02.25 03:49:00.432172 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 895 | 2025.02.25 03:49:00.439310 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 896 | 2025.02.25 03:49:00.440702 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 897 | 2025.02.25 03:49:00.443352 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 898 | 2025.02.25 03:49:03.762347 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 899 | 2025.02.25 03:49:03.762671 [ 3 ] {66a80ca9-d6d1-4789-9044-92ce3f2a6014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 900 | 2025.02.25 03:49:03.762788 [ 3 ] {66a80ca9-d6d1-4789-9044-92ce3f2a6014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 901 | 2025.02.25 03:49:03.763617 [ 3 ] {66a80ca9-d6d1-4789-9044-92ce3f2a6014} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 902 | 2025.02.25 03:49:03.763665 [ 3 ] {66a80ca9-d6d1-4789-9044-92ce3f2a6014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 903 | 2025.02.25 03:49:03.764228 [ 3 ] {66a80ca9-d6d1-4789-9044-92ce3f2a6014} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 904 | 2025.02.25 03:49:03.764740 [ 3 ] {66a80ca9-d6d1-4789-9044-92ce3f2a6014} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 905 | 2025.02.25 03:49:03.765048 [ 3 ] {66a80ca9-d6d1-4789-9044-92ce3f2a6014} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.002443 sec., 12279.983626688498 rows/sec., 981.76 KiB/sec. | ||
| 906 | 2025.02.25 03:49:03.765135 [ 3 ] {66a80ca9-d6d1-4789-9044-92ce3f2a6014} <Debug> TCPHandler: Processed in 0.002975597 sec. | ||
| 907 | 2025.02.25 03:49:03.765465 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 908 | 2025.02.25 03:49:03.765770 [ 4 ] {cec08db3-8905-4bde-a5b7-78c3b7be61d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 909 | 2025.02.25 03:49:03.765886 [ 4 ] {cec08db3-8905-4bde-a5b7-78c3b7be61d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 910 | 2025.02.25 03:49:03.766743 [ 4 ] {cec08db3-8905-4bde-a5b7-78c3b7be61d9} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 911 | 2025.02.25 03:49:03.766787 [ 4 ] {cec08db3-8905-4bde-a5b7-78c3b7be61d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 912 | 2025.02.25 03:49:03.767322 [ 4 ] {cec08db3-8905-4bde-a5b7-78c3b7be61d9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 913 | 2025.02.25 03:49:03.767787 [ 4 ] {cec08db3-8905-4bde-a5b7-78c3b7be61d9} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 914 | 2025.02.25 03:49:03.768022 [ 4 ] {cec08db3-8905-4bde-a5b7-78c3b7be61d9} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.002337 sec., 15404.364569961488 rows/sec., 1.20 MiB/sec. | ||
| 915 | 2025.02.25 03:49:03.768089 [ 4 ] {cec08db3-8905-4bde-a5b7-78c3b7be61d9} <Debug> TCPHandler: Processed in 0.002812802 sec. | ||
| 916 | 2025.02.25 03:49:03.768342 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 917 | 2025.02.25 03:49:03.768574 [ 3 ] {37a85853-c3a1-449e-9ab1-6215ab2bf03e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 918 | 2025.02.25 03:49:03.768672 [ 3 ] {37a85853-c3a1-449e-9ab1-6215ab2bf03e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 919 | 2025.02.25 03:49:03.769380 [ 3 ] {37a85853-c3a1-449e-9ab1-6215ab2bf03e} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 920 | 2025.02.25 03:49:03.769418 [ 3 ] {37a85853-c3a1-449e-9ab1-6215ab2bf03e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 921 | 2025.02.25 03:49:03.769906 [ 3 ] {37a85853-c3a1-449e-9ab1-6215ab2bf03e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 922 | 2025.02.25 03:49:03.770464 [ 3 ] {37a85853-c3a1-449e-9ab1-6215ab2bf03e} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 923 | 2025.02.25 03:49:03.770682 [ 3 ] {37a85853-c3a1-449e-9ab1-6215ab2bf03e} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.002171 sec., 27637.033625057575 rows/sec., 1.94 MiB/sec. | ||
| 924 | 2025.02.25 03:49:03.770733 [ 3 ] {37a85853-c3a1-449e-9ab1-6215ab2bf03e} <Debug> TCPHandler: Processed in 0.002504386 sec. | ||
| 925 | 2025.02.25 03:49:03.770897 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 926 | 2025.02.25 03:49:03.771037 [ 4 ] {42cf947d-484f-4792-8ef2-143f3cae8f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 927 | 2025.02.25 03:49:03.771091 [ 4 ] {42cf947d-484f-4792-8ef2-143f3cae8f75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 928 | 2025.02.25 03:49:03.771586 [ 4 ] {42cf947d-484f-4792-8ef2-143f3cae8f75} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 929 | 2025.02.25 03:49:03.771627 [ 4 ] {42cf947d-484f-4792-8ef2-143f3cae8f75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 930 | 2025.02.25 03:49:03.772100 [ 4 ] {42cf947d-484f-4792-8ef2-143f3cae8f75} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 931 | 2025.02.25 03:49:03.772538 [ 4 ] {42cf947d-484f-4792-8ef2-143f3cae8f75} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 932 | 2025.02.25 03:49:03.772816 [ 4 ] {42cf947d-484f-4792-8ef2-143f3cae8f75} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001793 sec., 16731.734523145566 rows/sec., 1.11 MiB/sec. | ||
| 933 | 2025.02.25 03:49:03.772884 [ 4 ] {42cf947d-484f-4792-8ef2-143f3cae8f75} <Debug> TCPHandler: Processed in 0.002055736 sec. | ||
| 934 | 2025.02.25 03:49:07.778975 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 935 | 2025.02.25 03:49:07.779040 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 936 | 2025.02.25 03:49:07.824838 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
| 937 | 2025.02.25 03:49:07.828892 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 938 | 2025.02.25 03:49:07.828948 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 939 | 2025.02.25 03:49:07.830595 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 940 | 2025.02.25 03:49:07.831161 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 941 | 2025.02.25 03:49:07.831740 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
| 942 | 2025.02.25 03:49:07.840649 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 943 | 2025.02.25 03:49:07.841287 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 944 | 2025.02.25 03:49:07.841333 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 945 | 2025.02.25 03:49:07.842043 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 946 | 2025.02.25 03:49:07.842538 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 947 | 2025.02.25 03:49:07.842788 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 948 | 2025.02.25 03:49:07.943414 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 949 | 2025.02.25 03:49:07.962699 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 950 | 2025.02.25 03:49:07.962762 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 951 | 2025.02.25 03:49:07.970289 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 952 | 2025.02.25 03:49:07.971442 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 953 | 2025.02.25 03:49:07.974035 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 954 | 2025.02.25 03:49:08.760021 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 955 | 2025.02.25 03:49:08.760297 [ 3 ] {e51d2954-5496-4c9a-bbf0-e6f6c38e73c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 956 | 2025.02.25 03:49:08.760807 [ 3 ] {e51d2954-5496-4c9a-bbf0-e6f6c38e73c2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 957 | 2025.02.25 03:49:08.762895 [ 3 ] {e51d2954-5496-4c9a-bbf0-e6f6c38e73c2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 958 | 2025.02.25 03:49:08.763284 [ 3 ] {e51d2954-5496-4c9a-bbf0-e6f6c38e73c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 959 | 2025.02.25 03:49:08.765514 [ 3 ] {e51d2954-5496-4c9a-bbf0-e6f6c38e73c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 960 | 2025.02.25 03:49:08.766066 [ 3 ] {e51d2954-5496-4c9a-bbf0-e6f6c38e73c2} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 961 | 2025.02.25 03:49:08.769155 [ 3 ] {e51d2954-5496-4c9a-bbf0-e6f6c38e73c2} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 962 | 2025.02.25 03:49:08.769249 [ 3 ] {e51d2954-5496-4c9a-bbf0-e6f6c38e73c2} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 963 | 2025.02.25 03:49:08.769286 [ 3 ] {e51d2954-5496-4c9a-bbf0-e6f6c38e73c2} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 964 | 2025.02.25 03:49:08.771392 [ 3 ] {e51d2954-5496-4c9a-bbf0-e6f6c38e73c2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 965 | 2025.02.25 03:49:08.771451 [ 3 ] {e51d2954-5496-4c9a-bbf0-e6f6c38e73c2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 966 | 2025.02.25 03:49:08.779556 [ 3 ] {e51d2954-5496-4c9a-bbf0-e6f6c38e73c2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.01938 sec., 928.7925696594426 rows/sec., 37.99 KiB/sec. | ||
| 967 | 2025.02.25 03:49:08.779695 [ 3 ] {e51d2954-5496-4c9a-bbf0-e6f6c38e73c2} <Debug> TCPHandler: Processed in 0.019812233 sec. | ||
| 968 | 2025.02.25 03:49:08.780523 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 969 | 2025.02.25 03:49:08.780769 [ 4 ] {ff3666c7-f917-4c35-8d74-6586b7f302c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 970 | 2025.02.25 03:49:08.781162 [ 4 ] {ff3666c7-f917-4c35-8d74-6586b7f302c1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 971 | 2025.02.25 03:49:08.781208 [ 4 ] {ff3666c7-f917-4c35-8d74-6586b7f302c1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 972 | 2025.02.25 03:49:08.781515 [ 4 ] {ff3666c7-f917-4c35-8d74-6586b7f302c1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 973 | 2025.02.25 03:49:08.781595 [ 4 ] {ff3666c7-f917-4c35-8d74-6586b7f302c1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 974 | 2025.02.25 03:49:08.781774 [ 4 ] {ff3666c7-f917-4c35-8d74-6586b7f302c1} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 975 | 2025.02.25 03:49:08.781814 [ 4 ] {ff3666c7-f917-4c35-8d74-6586b7f302c1} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 976 | 2025.02.25 03:49:08.781838 [ 4 ] {ff3666c7-f917-4c35-8d74-6586b7f302c1} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 977 | 2025.02.25 03:49:08.781856 [ 4 ] {ff3666c7-f917-4c35-8d74-6586b7f302c1} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 978 | 2025.02.25 03:49:08.781906 [ 4 ] {ff3666c7-f917-4c35-8d74-6586b7f302c1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 979 | 2025.02.25 03:49:08.781931 [ 4 ] {ff3666c7-f917-4c35-8d74-6586b7f302c1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 980 | 2025.02.25 03:49:08.782627 [ 4 ] {ff3666c7-f917-4c35-8d74-6586b7f302c1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001968 sec., 9146.341463414634 rows/sec., 374.15 KiB/sec. | ||
| 981 | 2025.02.25 03:49:08.782748 [ 4 ] {ff3666c7-f917-4c35-8d74-6586b7f302c1} <Debug> TCPHandler: Processed in 0.002354152 sec. | ||
| 982 | 2025.02.25 03:49:08.783861 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 983 | 2025.02.25 03:49:08.784074 [ 3 ] {62f4b6ee-f101-4df9-97f1-811381281afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 984 | 2025.02.25 03:49:08.784401 [ 3 ] {62f4b6ee-f101-4df9-97f1-811381281afd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 985 | 2025.02.25 03:49:08.784443 [ 3 ] {62f4b6ee-f101-4df9-97f1-811381281afd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 986 | 2025.02.25 03:49:08.784717 [ 3 ] {62f4b6ee-f101-4df9-97f1-811381281afd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 987 | 2025.02.25 03:49:08.784785 [ 3 ] {62f4b6ee-f101-4df9-97f1-811381281afd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 988 | 2025.02.25 03:49:08.785046 [ 3 ] {62f4b6ee-f101-4df9-97f1-811381281afd} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 989 | 2025.02.25 03:49:08.785084 [ 3 ] {62f4b6ee-f101-4df9-97f1-811381281afd} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 990 | 2025.02.25 03:49:08.785116 [ 3 ] {62f4b6ee-f101-4df9-97f1-811381281afd} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 991 | 2025.02.25 03:49:08.785133 [ 3 ] {62f4b6ee-f101-4df9-97f1-811381281afd} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 992 | 2025.02.25 03:49:08.785182 [ 3 ] {62f4b6ee-f101-4df9-97f1-811381281afd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 993 | 2025.02.25 03:49:08.785205 [ 3 ] {62f4b6ee-f101-4df9-97f1-811381281afd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 994 | 2025.02.25 03:49:08.785823 [ 3 ] {62f4b6ee-f101-4df9-97f1-811381281afd} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001851 sec., 9724.47325769854 rows/sec., 397.80 KiB/sec. | ||
| 995 | 2025.02.25 03:49:08.785947 [ 3 ] {62f4b6ee-f101-4df9-97f1-811381281afd} <Debug> TCPHandler: Processed in 0.002152878 sec. | ||
| 996 | 2025.02.25 03:49:08.786588 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 997 | 2025.02.25 03:49:08.786772 [ 4 ] {1beb5612-50bd-4f32-8874-848e2d1eca87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 998 | 2025.02.25 03:49:08.787078 [ 4 ] {1beb5612-50bd-4f32-8874-848e2d1eca87} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 999 | 2025.02.25 03:49:08.787121 [ 4 ] {1beb5612-50bd-4f32-8874-848e2d1eca87} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1000 | 2025.02.25 03:49:08.787394 [ 4 ] {1beb5612-50bd-4f32-8874-848e2d1eca87} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1001 | 2025.02.25 03:49:08.787461 [ 4 ] {1beb5612-50bd-4f32-8874-848e2d1eca87} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1002 | 2025.02.25 03:49:08.787606 [ 4 ] {1beb5612-50bd-4f32-8874-848e2d1eca87} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1003 | 2025.02.25 03:49:08.787640 [ 4 ] {1beb5612-50bd-4f32-8874-848e2d1eca87} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1004 | 2025.02.25 03:49:08.787663 [ 4 ] {1beb5612-50bd-4f32-8874-848e2d1eca87} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1005 | 2025.02.25 03:49:08.787679 [ 4 ] {1beb5612-50bd-4f32-8874-848e2d1eca87} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1006 | 2025.02.25 03:49:08.787723 [ 4 ] {1beb5612-50bd-4f32-8874-848e2d1eca87} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1007 | 2025.02.25 03:49:08.787747 [ 4 ] {1beb5612-50bd-4f32-8874-848e2d1eca87} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1008 | 2025.02.25 03:49:08.788362 [ 4 ] {1beb5612-50bd-4f32-8874-848e2d1eca87} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001669 sec., 10784.901138406232 rows/sec., 441.18 KiB/sec. | ||
| 1009 | 2025.02.25 03:49:08.788479 [ 4 ] {1beb5612-50bd-4f32-8874-848e2d1eca87} <Debug> TCPHandler: Processed in 0.001948844 sec. | ||
| 1010 | 2025.02.25 03:49:08.788968 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1011 | 2025.02.25 03:49:08.789276 [ 3 ] {d9a3f35e-919e-48cc-98a2-b7e32281fa93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1012 | 2025.02.25 03:49:08.789640 [ 3 ] {d9a3f35e-919e-48cc-98a2-b7e32281fa93} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1013 | 2025.02.25 03:49:08.789692 [ 3 ] {d9a3f35e-919e-48cc-98a2-b7e32281fa93} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1014 | 2025.02.25 03:49:08.790027 [ 3 ] {d9a3f35e-919e-48cc-98a2-b7e32281fa93} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1015 | 2025.02.25 03:49:08.790108 [ 3 ] {d9a3f35e-919e-48cc-98a2-b7e32281fa93} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1016 | 2025.02.25 03:49:08.790262 [ 3 ] {d9a3f35e-919e-48cc-98a2-b7e32281fa93} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1017 | 2025.02.25 03:49:08.790296 [ 3 ] {d9a3f35e-919e-48cc-98a2-b7e32281fa93} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1018 | 2025.02.25 03:49:08.790318 [ 3 ] {d9a3f35e-919e-48cc-98a2-b7e32281fa93} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1019 | 2025.02.25 03:49:08.790336 [ 3 ] {d9a3f35e-919e-48cc-98a2-b7e32281fa93} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1020 | 2025.02.25 03:49:08.790380 [ 3 ] {d9a3f35e-919e-48cc-98a2-b7e32281fa93} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1021 | 2025.02.25 03:49:08.790403 [ 3 ] {d9a3f35e-919e-48cc-98a2-b7e32281fa93} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1022 | 2025.02.25 03:49:08.791082 [ 3 ] {d9a3f35e-919e-48cc-98a2-b7e32281fa93} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001936 sec., 9297.520661157025 rows/sec., 380.33 KiB/sec. | ||
| 1023 | 2025.02.25 03:49:08.791202 [ 3 ] {d9a3f35e-919e-48cc-98a2-b7e32281fa93} <Debug> TCPHandler: Processed in 0.002340593 sec. | ||
| 1024 | 2025.02.25 03:49:08.791508 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1025 | 2025.02.25 03:49:08.791713 [ 4 ] {b5b133bc-399d-4fee-836d-7833d4b92c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1026 | 2025.02.25 03:49:08.792027 [ 4 ] {b5b133bc-399d-4fee-836d-7833d4b92c8b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1027 | 2025.02.25 03:49:08.792072 [ 4 ] {b5b133bc-399d-4fee-836d-7833d4b92c8b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1028 | 2025.02.25 03:49:08.792390 [ 4 ] {b5b133bc-399d-4fee-836d-7833d4b92c8b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1029 | 2025.02.25 03:49:08.792457 [ 4 ] {b5b133bc-399d-4fee-836d-7833d4b92c8b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1030 | 2025.02.25 03:49:08.792606 [ 4 ] {b5b133bc-399d-4fee-836d-7833d4b92c8b} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1031 | 2025.02.25 03:49:08.792640 [ 4 ] {b5b133bc-399d-4fee-836d-7833d4b92c8b} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1032 | 2025.02.25 03:49:08.792663 [ 4 ] {b5b133bc-399d-4fee-836d-7833d4b92c8b} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1033 | 2025.02.25 03:49:08.792680 [ 4 ] {b5b133bc-399d-4fee-836d-7833d4b92c8b} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1034 | 2025.02.25 03:49:08.792723 [ 4 ] {b5b133bc-399d-4fee-836d-7833d4b92c8b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1035 | 2025.02.25 03:49:08.792745 [ 4 ] {b5b133bc-399d-4fee-836d-7833d4b92c8b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1036 | 2025.02.25 03:49:08.793295 [ 4 ] {b5b133bc-399d-4fee-836d-7833d4b92c8b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001688 sec., 10663.507109004739 rows/sec., 436.21 KiB/sec. | ||
| 1037 | 2025.02.25 03:49:08.793409 [ 4 ] {b5b133bc-399d-4fee-836d-7833d4b92c8b} <Debug> TCPHandler: Processed in 0.001961174 sec. | ||
| 1038 | 2025.02.25 03:49:08.793702 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1039 | 2025.02.25 03:49:08.793876 [ 3 ] {e14ae86b-a97b-47e5-988f-f7828d94c3be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1040 | 2025.02.25 03:49:08.794189 [ 3 ] {e14ae86b-a97b-47e5-988f-f7828d94c3be} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1041 | 2025.02.25 03:49:08.794232 [ 3 ] {e14ae86b-a97b-47e5-988f-f7828d94c3be} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1042 | 2025.02.25 03:49:08.794511 [ 3 ] {e14ae86b-a97b-47e5-988f-f7828d94c3be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1043 | 2025.02.25 03:49:08.794579 [ 3 ] {e14ae86b-a97b-47e5-988f-f7828d94c3be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1044 | 2025.02.25 03:49:08.794729 [ 3 ] {e14ae86b-a97b-47e5-988f-f7828d94c3be} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1045 | 2025.02.25 03:49:08.794763 [ 3 ] {e14ae86b-a97b-47e5-988f-f7828d94c3be} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1046 | 2025.02.25 03:49:08.794785 [ 3 ] {e14ae86b-a97b-47e5-988f-f7828d94c3be} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1047 | 2025.02.25 03:49:08.794802 [ 3 ] {e14ae86b-a97b-47e5-988f-f7828d94c3be} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1048 | 2025.02.25 03:49:08.794845 [ 3 ] {e14ae86b-a97b-47e5-988f-f7828d94c3be} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1049 | 2025.02.25 03:49:08.794868 [ 3 ] {e14ae86b-a97b-47e5-988f-f7828d94c3be} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1050 | 2025.02.25 03:49:08.795452 [ 3 ] {e14ae86b-a97b-47e5-988f-f7828d94c3be} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001656 sec., 10869.565217391304 rows/sec., 444.64 KiB/sec. | ||
| 1051 | 2025.02.25 03:49:08.795568 [ 3 ] {e14ae86b-a97b-47e5-988f-f7828d94c3be} <Debug> TCPHandler: Processed in 0.001922033 sec. | ||
| 1052 | 2025.02.25 03:49:08.795856 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1053 | 2025.02.25 03:49:08.796029 [ 4 ] {05f27969-9930-4ae1-8b5d-86c88daa74c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1054 | 2025.02.25 03:49:08.796346 [ 4 ] {05f27969-9930-4ae1-8b5d-86c88daa74c3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1055 | 2025.02.25 03:49:08.796387 [ 4 ] {05f27969-9930-4ae1-8b5d-86c88daa74c3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1056 | 2025.02.25 03:49:08.796665 [ 4 ] {05f27969-9930-4ae1-8b5d-86c88daa74c3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1057 | 2025.02.25 03:49:08.796730 [ 4 ] {05f27969-9930-4ae1-8b5d-86c88daa74c3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1058 | 2025.02.25 03:49:08.796882 [ 4 ] {05f27969-9930-4ae1-8b5d-86c88daa74c3} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1059 | 2025.02.25 03:49:08.796914 [ 4 ] {05f27969-9930-4ae1-8b5d-86c88daa74c3} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1060 | 2025.02.25 03:49:08.796937 [ 4 ] {05f27969-9930-4ae1-8b5d-86c88daa74c3} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1061 | 2025.02.25 03:49:08.796953 [ 4 ] {05f27969-9930-4ae1-8b5d-86c88daa74c3} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1062 | 2025.02.25 03:49:08.796997 [ 4 ] {05f27969-9930-4ae1-8b5d-86c88daa74c3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1063 | 2025.02.25 03:49:08.797020 [ 4 ] {05f27969-9930-4ae1-8b5d-86c88daa74c3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1064 | 2025.02.25 03:49:08.797561 [ 4 ] {05f27969-9930-4ae1-8b5d-86c88daa74c3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001614 sec., 11152.416356877324 rows/sec., 456.21 KiB/sec. | ||
| 1065 | 2025.02.25 03:49:08.797672 [ 4 ] {05f27969-9930-4ae1-8b5d-86c88daa74c3} <Debug> TCPHandler: Processed in 0.001872401 sec. | ||
| 1066 | 2025.02.25 03:49:08.798015 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1067 | 2025.02.25 03:49:08.798251 [ 3 ] {72076519-dc91-447f-bdbb-ba8f22d423c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1068 | 2025.02.25 03:49:08.798622 [ 3 ] {72076519-dc91-447f-bdbb-ba8f22d423c9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1069 | 2025.02.25 03:49:08.798675 [ 3 ] {72076519-dc91-447f-bdbb-ba8f22d423c9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1070 | 2025.02.25 03:49:08.799024 [ 3 ] {72076519-dc91-447f-bdbb-ba8f22d423c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1071 | 2025.02.25 03:49:08.799103 [ 3 ] {72076519-dc91-447f-bdbb-ba8f22d423c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1072 | 2025.02.25 03:49:08.799272 [ 3 ] {72076519-dc91-447f-bdbb-ba8f22d423c9} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1073 | 2025.02.25 03:49:08.799306 [ 3 ] {72076519-dc91-447f-bdbb-ba8f22d423c9} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1074 | 2025.02.25 03:49:08.799340 [ 3 ] {72076519-dc91-447f-bdbb-ba8f22d423c9} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1075 | 2025.02.25 03:49:08.799356 [ 3 ] {72076519-dc91-447f-bdbb-ba8f22d423c9} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1076 | 2025.02.25 03:49:08.799401 [ 3 ] {72076519-dc91-447f-bdbb-ba8f22d423c9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1077 | 2025.02.25 03:49:08.799423 [ 3 ] {72076519-dc91-447f-bdbb-ba8f22d423c9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1078 | 2025.02.25 03:49:08.800078 [ 3 ] {72076519-dc91-447f-bdbb-ba8f22d423c9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001934 sec., 9307.135470527404 rows/sec., 380.73 KiB/sec. | ||
| 1079 | 2025.02.25 03:49:08.800191 [ 3 ] {72076519-dc91-447f-bdbb-ba8f22d423c9} <Debug> TCPHandler: Processed in 0.002242241 sec. | ||
| 1080 | 2025.02.25 03:49:08.800502 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1081 | 2025.02.25 03:49:08.800680 [ 4 ] {a6c65655-d725-4725-b8ac-de7b31348183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1082 | 2025.02.25 03:49:08.800997 [ 4 ] {a6c65655-d725-4725-b8ac-de7b31348183} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1083 | 2025.02.25 03:49:08.801040 [ 4 ] {a6c65655-d725-4725-b8ac-de7b31348183} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1084 | 2025.02.25 03:49:08.801324 [ 4 ] {a6c65655-d725-4725-b8ac-de7b31348183} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1085 | 2025.02.25 03:49:08.801388 [ 4 ] {a6c65655-d725-4725-b8ac-de7b31348183} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1086 | 2025.02.25 03:49:08.801532 [ 4 ] {a6c65655-d725-4725-b8ac-de7b31348183} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1087 | 2025.02.25 03:49:08.801565 [ 4 ] {a6c65655-d725-4725-b8ac-de7b31348183} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1088 | 2025.02.25 03:49:08.801587 [ 4 ] {a6c65655-d725-4725-b8ac-de7b31348183} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1089 | 2025.02.25 03:49:08.801604 [ 4 ] {a6c65655-d725-4725-b8ac-de7b31348183} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1090 | 2025.02.25 03:49:08.801649 [ 4 ] {a6c65655-d725-4725-b8ac-de7b31348183} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1091 | 2025.02.25 03:49:08.801672 [ 4 ] {a6c65655-d725-4725-b8ac-de7b31348183} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1092 | 2025.02.25 03:49:08.802238 [ 4 ] {a6c65655-d725-4725-b8ac-de7b31348183} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00164 sec., 10975.609756097561 rows/sec., 448.98 KiB/sec. | ||
| 1093 | 2025.02.25 03:49:08.802348 [ 4 ] {a6c65655-d725-4725-b8ac-de7b31348183} <Debug> TCPHandler: Processed in 0.001901913 sec. | ||
| 1094 | 2025.02.25 03:49:08.802644 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1095 | 2025.02.25 03:49:08.802856 [ 3 ] {ae450c14-a885-45ec-b2f6-87fc35fb7a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1096 | 2025.02.25 03:49:08.803216 [ 3 ] {ae450c14-a885-45ec-b2f6-87fc35fb7a4f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1097 | 2025.02.25 03:49:08.803259 [ 3 ] {ae450c14-a885-45ec-b2f6-87fc35fb7a4f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1098 | 2025.02.25 03:49:08.803546 [ 3 ] {ae450c14-a885-45ec-b2f6-87fc35fb7a4f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1099 | 2025.02.25 03:49:08.803610 [ 3 ] {ae450c14-a885-45ec-b2f6-87fc35fb7a4f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1100 | 2025.02.25 03:49:08.803755 [ 3 ] {ae450c14-a885-45ec-b2f6-87fc35fb7a4f} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1101 | 2025.02.25 03:49:08.803788 [ 3 ] {ae450c14-a885-45ec-b2f6-87fc35fb7a4f} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1102 | 2025.02.25 03:49:08.803810 [ 3 ] {ae450c14-a885-45ec-b2f6-87fc35fb7a4f} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1103 | 2025.02.25 03:49:08.803826 [ 3 ] {ae450c14-a885-45ec-b2f6-87fc35fb7a4f} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1104 | 2025.02.25 03:49:08.803870 [ 3 ] {ae450c14-a885-45ec-b2f6-87fc35fb7a4f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1105 | 2025.02.25 03:49:08.803893 [ 3 ] {ae450c14-a885-45ec-b2f6-87fc35fb7a4f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1106 | 2025.02.25 03:49:08.804468 [ 3 ] {ae450c14-a885-45ec-b2f6-87fc35fb7a4f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001715 sec., 10495.626822157436 rows/sec., 429.35 KiB/sec. | ||
| 1107 | 2025.02.25 03:49:08.804581 [ 3 ] {ae450c14-a885-45ec-b2f6-87fc35fb7a4f} <Debug> TCPHandler: Processed in 0.002005215 sec. | ||
| 1108 | 2025.02.25 03:49:08.804903 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1109 | 2025.02.25 03:49:08.805124 [ 4 ] {14fed3ee-46cd-4419-9d92-215974a9c764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1110 | 2025.02.25 03:49:08.805487 [ 4 ] {14fed3ee-46cd-4419-9d92-215974a9c764} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1111 | 2025.02.25 03:49:08.805531 [ 4 ] {14fed3ee-46cd-4419-9d92-215974a9c764} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1112 | 2025.02.25 03:49:08.805821 [ 4 ] {14fed3ee-46cd-4419-9d92-215974a9c764} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1113 | 2025.02.25 03:49:08.805885 [ 4 ] {14fed3ee-46cd-4419-9d92-215974a9c764} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1114 | 2025.02.25 03:49:08.806032 [ 4 ] {14fed3ee-46cd-4419-9d92-215974a9c764} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1115 | 2025.02.25 03:49:08.806064 [ 4 ] {14fed3ee-46cd-4419-9d92-215974a9c764} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1116 | 2025.02.25 03:49:08.806086 [ 4 ] {14fed3ee-46cd-4419-9d92-215974a9c764} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1117 | 2025.02.25 03:49:08.806102 [ 4 ] {14fed3ee-46cd-4419-9d92-215974a9c764} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1118 | 2025.02.25 03:49:08.806148 [ 4 ] {14fed3ee-46cd-4419-9d92-215974a9c764} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1119 | 2025.02.25 03:49:08.806171 [ 4 ] {14fed3ee-46cd-4419-9d92-215974a9c764} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1120 | 2025.02.25 03:49:08.806723 [ 4 ] {14fed3ee-46cd-4419-9d92-215974a9c764} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001709 sec., 10532.47513165594 rows/sec., 430.85 KiB/sec. | ||
| 1121 | 2025.02.25 03:49:08.806834 [ 4 ] {14fed3ee-46cd-4419-9d92-215974a9c764} <Debug> TCPHandler: Processed in 0.001999835 sec. | ||
| 1122 | 2025.02.25 03:49:08.812624 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1123 | 2025.02.25 03:49:08.812811 [ 3 ] {9122e4de-9376-4ee2-a4e9-f01ce1f219da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1124 | 2025.02.25 03:49:08.813136 [ 3 ] {9122e4de-9376-4ee2-a4e9-f01ce1f219da} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1125 | 2025.02.25 03:49:08.813182 [ 3 ] {9122e4de-9376-4ee2-a4e9-f01ce1f219da} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1126 | 2025.02.25 03:49:08.813482 [ 3 ] {9122e4de-9376-4ee2-a4e9-f01ce1f219da} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1127 | 2025.02.25 03:49:08.813548 [ 3 ] {9122e4de-9376-4ee2-a4e9-f01ce1f219da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1128 | 2025.02.25 03:49:08.813695 [ 3 ] {9122e4de-9376-4ee2-a4e9-f01ce1f219da} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1129 | 2025.02.25 03:49:08.813728 [ 3 ] {9122e4de-9376-4ee2-a4e9-f01ce1f219da} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1130 | 2025.02.25 03:49:08.813750 [ 3 ] {9122e4de-9376-4ee2-a4e9-f01ce1f219da} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1131 | 2025.02.25 03:49:08.813766 [ 3 ] {9122e4de-9376-4ee2-a4e9-f01ce1f219da} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1132 | 2025.02.25 03:49:08.813809 [ 3 ] {9122e4de-9376-4ee2-a4e9-f01ce1f219da} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1133 | 2025.02.25 03:49:08.813834 [ 3 ] {9122e4de-9376-4ee2-a4e9-f01ce1f219da} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1134 | 2025.02.25 03:49:08.814432 [ 3 ] {9122e4de-9376-4ee2-a4e9-f01ce1f219da} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001706 sec., 10550.996483001172 rows/sec., 431.61 KiB/sec. | ||
| 1135 | 2025.02.25 03:49:08.814550 [ 3 ] {9122e4de-9376-4ee2-a4e9-f01ce1f219da} <Debug> TCPHandler: Processed in 0.001997745 sec. | ||
| 1136 | 2025.02.25 03:49:08.816922 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1137 | 2025.02.25 03:49:08.817055 [ 4 ] {4f18a7f5-d88e-417b-b292-ae193fb958fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1138 | 2025.02.25 03:49:08.817110 [ 4 ] {4f18a7f5-d88e-417b-b292-ae193fb958fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1139 | 2025.02.25 03:49:08.817887 [ 4 ] {4f18a7f5-d88e-417b-b292-ae193fb958fe} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1140 | 2025.02.25 03:49:08.817933 [ 4 ] {4f18a7f5-d88e-417b-b292-ae193fb958fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1141 | 2025.02.25 03:49:08.818562 [ 4 ] {4f18a7f5-d88e-417b-b292-ae193fb958fe} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1142 | 2025.02.25 03:49:08.818947 [ 4 ] {4f18a7f5-d88e-417b-b292-ae193fb958fe} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1143 | 2025.02.25 03:49:08.819183 [ 4 ] {4f18a7f5-d88e-417b-b292-ae193fb958fe} <Debug> executeQuery: Read 13 rows, 4.52 KiB in 0.002164 sec., 6007.393715341959 rows/sec., 2.04 MiB/sec. | ||
| 1144 | 2025.02.25 03:49:08.819252 [ 4 ] {4f18a7f5-d88e-417b-b292-ae193fb958fe} <Debug> TCPHandler: Processed in 0.002388234 sec. | ||
| 1145 | 2025.02.25 03:49:08.819424 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1146 | 2025.02.25 03:49:08.819555 [ 3 ] {daf3c2a6-2652-4f2f-9deb-470f78f17e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1147 | 2025.02.25 03:49:08.819605 [ 3 ] {daf3c2a6-2652-4f2f-9deb-470f78f17e22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1148 | 2025.02.25 03:49:08.820936 [ 3 ] {daf3c2a6-2652-4f2f-9deb-470f78f17e22} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1149 | 2025.02.25 03:49:08.820974 [ 3 ] {daf3c2a6-2652-4f2f-9deb-470f78f17e22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1150 | 2025.02.25 03:49:08.821592 [ 3 ] {daf3c2a6-2652-4f2f-9deb-470f78f17e22} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1151 | 2025.02.25 03:49:08.822111 [ 3 ] {daf3c2a6-2652-4f2f-9deb-470f78f17e22} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1152 | 2025.02.25 03:49:08.822320 [ 3 ] {daf3c2a6-2652-4f2f-9deb-470f78f17e22} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.0028 sec., 75714.28571428571 rows/sec., 4.82 MiB/sec. | ||
| 1153 | 2025.02.25 03:49:08.822385 [ 3 ] {daf3c2a6-2652-4f2f-9deb-470f78f17e22} <Debug> TCPHandler: Processed in 0.003018697 sec. | ||
| 1154 | 2025.02.25 03:49:08.822561 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1155 | 2025.02.25 03:49:08.822705 [ 4 ] {822ce2fb-fb91-4740-af86-f60d216bb772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1156 | 2025.02.25 03:49:08.822764 [ 4 ] {822ce2fb-fb91-4740-af86-f60d216bb772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1157 | 2025.02.25 03:49:08.823780 [ 4 ] {822ce2fb-fb91-4740-af86-f60d216bb772} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1158 | 2025.02.25 03:49:08.823822 [ 4 ] {822ce2fb-fb91-4740-af86-f60d216bb772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1159 | 2025.02.25 03:49:08.824334 [ 4 ] {822ce2fb-fb91-4740-af86-f60d216bb772} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1160 | 2025.02.25 03:49:08.824808 [ 4 ] {822ce2fb-fb91-4740-af86-f60d216bb772} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1161 | 2025.02.25 03:49:08.825106 [ 4 ] {822ce2fb-fb91-4740-af86-f60d216bb772} <Debug> executeQuery: Read 607 rows, 48.96 KiB in 0.002421 sec., 250722.8418009087 rows/sec., 19.75 MiB/sec. | ||
| 1162 | 2025.02.25 03:49:08.825196 [ 4 ] {822ce2fb-fb91-4740-af86-f60d216bb772} <Debug> TCPHandler: Processed in 0.002704581 sec. | ||
| 1163 | 2025.02.25 03:49:08.825357 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1164 | 2025.02.25 03:49:08.825501 [ 3 ] {35818a61-71c9-4d27-8f63-5daf0985679f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1165 | 2025.02.25 03:49:08.825559 [ 3 ] {35818a61-71c9-4d27-8f63-5daf0985679f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1166 | 2025.02.25 03:49:08.826489 [ 3 ] {35818a61-71c9-4d27-8f63-5daf0985679f} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1167 | 2025.02.25 03:49:08.826525 [ 3 ] {35818a61-71c9-4d27-8f63-5daf0985679f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1168 | 2025.02.25 03:49:08.827011 [ 3 ] {35818a61-71c9-4d27-8f63-5daf0985679f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1169 | 2025.02.25 03:49:08.827490 [ 3 ] {35818a61-71c9-4d27-8f63-5daf0985679f} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1170 | 2025.02.25 03:49:08.827668 [ 3 ] {35818a61-71c9-4d27-8f63-5daf0985679f} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.002202 sec., 51771.117166212534 rows/sec., 3.10 MiB/sec. | ||
| 1171 | 2025.02.25 03:49:08.827723 [ 3 ] {35818a61-71c9-4d27-8f63-5daf0985679f} <Debug> TCPHandler: Processed in 0.002434544 sec. | ||
| 1172 | 2025.02.25 03:49:08.827877 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1173 | 2025.02.25 03:49:08.828000 [ 4 ] {518d9591-b6bb-43a6-a886-e7e1526ecd6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1174 | 2025.02.25 03:49:08.828049 [ 4 ] {518d9591-b6bb-43a6-a886-e7e1526ecd6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1175 | 2025.02.25 03:49:08.828687 [ 4 ] {518d9591-b6bb-43a6-a886-e7e1526ecd6d} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1176 | 2025.02.25 03:49:08.828728 [ 4 ] {518d9591-b6bb-43a6-a886-e7e1526ecd6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1177 | 2025.02.25 03:49:08.829208 [ 4 ] {518d9591-b6bb-43a6-a886-e7e1526ecd6d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1178 | 2025.02.25 03:49:08.829762 [ 4 ] {518d9591-b6bb-43a6-a886-e7e1526ecd6d} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1179 | 2025.02.25 03:49:08.830048 [ 4 ] {518d9591-b6bb-43a6-a886-e7e1526ecd6d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002057 sec., 54934.37044239184 rows/sec., 3.56 MiB/sec. | ||
| 1180 | 2025.02.25 03:49:08.830114 [ 4 ] {518d9591-b6bb-43a6-a886-e7e1526ecd6d} <Debug> TCPHandler: Processed in 0.002297602 sec. | ||
| 1181 | 2025.02.25 03:49:08.830282 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1182 | 2025.02.25 03:49:08.830427 [ 3 ] {bb0031b7-1efb-4801-8141-d924a1901af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1183 | 2025.02.25 03:49:08.830484 [ 3 ] {bb0031b7-1efb-4801-8141-d924a1901af5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1184 | 2025.02.25 03:49:08.831185 [ 3 ] {bb0031b7-1efb-4801-8141-d924a1901af5} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1185 | 2025.02.25 03:49:08.831222 [ 3 ] {bb0031b7-1efb-4801-8141-d924a1901af5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1186 | 2025.02.25 03:49:08.831693 [ 3 ] {bb0031b7-1efb-4801-8141-d924a1901af5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1187 | 2025.02.25 03:49:08.832165 [ 3 ] {bb0031b7-1efb-4801-8141-d924a1901af5} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1188 | 2025.02.25 03:49:08.832384 [ 3 ] {bb0031b7-1efb-4801-8141-d924a1901af5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001982 sec., 56508.57719475278 rows/sec., 3.22 MiB/sec. | ||
| 1189 | 2025.02.25 03:49:08.832551 [ 3 ] {bb0031b7-1efb-4801-8141-d924a1901af5} <Debug> TCPHandler: Processed in 0.002334732 sec. | ||
| 1190 | 2025.02.25 03:49:08.832725 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1191 | 2025.02.25 03:49:08.832866 [ 4 ] {372b9651-06cf-45d3-8b4f-2214a69c3e1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1192 | 2025.02.25 03:49:08.832922 [ 4 ] {372b9651-06cf-45d3-8b4f-2214a69c3e1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1193 | 2025.02.25 03:49:08.833729 [ 4 ] {372b9651-06cf-45d3-8b4f-2214a69c3e1f} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1194 | 2025.02.25 03:49:08.833770 [ 4 ] {372b9651-06cf-45d3-8b4f-2214a69c3e1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1195 | 2025.02.25 03:49:08.834271 [ 4 ] {372b9651-06cf-45d3-8b4f-2214a69c3e1f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1196 | 2025.02.25 03:49:08.834738 [ 4 ] {372b9651-06cf-45d3-8b4f-2214a69c3e1f} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1197 | 2025.02.25 03:49:08.834945 [ 4 ] {372b9651-06cf-45d3-8b4f-2214a69c3e1f} <Debug> executeQuery: Read 362 rows, 25.99 KiB in 0.002109 sec., 171645.32954006636 rows/sec., 12.03 MiB/sec. | ||
| 1198 | 2025.02.25 03:49:08.834998 [ 4 ] {372b9651-06cf-45d3-8b4f-2214a69c3e1f} <Debug> TCPHandler: Processed in 0.002338712 sec. | ||
| 1199 | 2025.02.25 03:49:08.835153 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1200 | 2025.02.25 03:49:08.835275 [ 3 ] {69ea51a5-490e-46a8-b719-d87d00b6597f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1201 | 2025.02.25 03:49:08.835326 [ 3 ] {69ea51a5-490e-46a8-b719-d87d00b6597f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1202 | 2025.02.25 03:49:08.835808 [ 3 ] {69ea51a5-490e-46a8-b719-d87d00b6597f} <Trace> oximeter.measurements_bool (862ccf2f-f011-4614-b070-7f8c6a16912a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1203 | 2025.02.25 03:49:08.835848 [ 3 ] {69ea51a5-490e-46a8-b719-d87d00b6597f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1204 | 2025.02.25 03:49:08.836392 [ 3 ] {69ea51a5-490e-46a8-b719-d87d00b6597f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1205 | 2025.02.25 03:49:08.836872 [ 3 ] {69ea51a5-490e-46a8-b719-d87d00b6597f} <Trace> oximeter.measurements_bool (862ccf2f-f011-4614-b070-7f8c6a16912a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1206 | 2025.02.25 03:49:08.837102 [ 3 ] {69ea51a5-490e-46a8-b719-d87d00b6597f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001849 sec., 3244.997295835587 rows/sec., 169.54 KiB/sec. | ||
| 1207 | 2025.02.25 03:49:08.837160 [ 3 ] {69ea51a5-490e-46a8-b719-d87d00b6597f} <Debug> TCPHandler: Processed in 0.002066277 sec. | ||
| 1208 | 2025.02.25 03:49:08.837338 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1209 | 2025.02.25 03:49:08.837475 [ 4 ] {5e859fc0-5ed8-48dd-ba9c-c603ee36c921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1210 | 2025.02.25 03:49:08.837531 [ 4 ] {5e859fc0-5ed8-48dd-ba9c-c603ee36c921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1211 | 2025.02.25 03:49:08.838099 [ 4 ] {5e859fc0-5ed8-48dd-ba9c-c603ee36c921} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1212 | 2025.02.25 03:49:08.838140 [ 4 ] {5e859fc0-5ed8-48dd-ba9c-c603ee36c921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1213 | 2025.02.25 03:49:08.838689 [ 4 ] {5e859fc0-5ed8-48dd-ba9c-c603ee36c921} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1214 | 2025.02.25 03:49:08.839140 [ 4 ] {5e859fc0-5ed8-48dd-ba9c-c603ee36c921} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1215 | 2025.02.25 03:49:08.839361 [ 4 ] {5e859fc0-5ed8-48dd-ba9c-c603ee36c921} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.001912 sec., 71652.71966527196 rows/sec., 4.68 MiB/sec. | ||
| 1216 | 2025.02.25 03:49:08.839413 [ 4 ] {5e859fc0-5ed8-48dd-ba9c-c603ee36c921} <Debug> TCPHandler: Processed in 0.002136828 sec. | ||
| 1217 | 2025.02.25 03:49:08.839571 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1218 | 2025.02.25 03:49:08.839711 [ 3 ] {ee9126d5-854c-4264-9807-38136fbc38ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1219 | 2025.02.25 03:49:08.839772 [ 3 ] {ee9126d5-854c-4264-9807-38136fbc38ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1220 | 2025.02.25 03:49:08.840298 [ 3 ] {ee9126d5-854c-4264-9807-38136fbc38ee} <Trace> oximeter.measurements_f64 (9aae37f1-d719-43a0-8da9-accfcd606c35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1221 | 2025.02.25 03:49:08.840337 [ 3 ] {ee9126d5-854c-4264-9807-38136fbc38ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1222 | 2025.02.25 03:49:08.840831 [ 3 ] {ee9126d5-854c-4264-9807-38136fbc38ee} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1223 | 2025.02.25 03:49:08.841309 [ 3 ] {ee9126d5-854c-4264-9807-38136fbc38ee} <Trace> oximeter.measurements_f64 (9aae37f1-d719-43a0-8da9-accfcd606c35): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1224 | 2025.02.25 03:49:08.841592 [ 3 ] {ee9126d5-854c-4264-9807-38136fbc38ee} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001892 sec., 528.5412262156448 rows/sec., 35.61 KiB/sec. | ||
| 1225 | 2025.02.25 03:49:08.841665 [ 3 ] {ee9126d5-854c-4264-9807-38136fbc38ee} <Debug> TCPHandler: Processed in 0.002161758 sec. | ||
| 1226 | 2025.02.25 03:49:08.841902 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1227 | 2025.02.25 03:49:08.842102 [ 4 ] {523aa205-d29b-47d9-bed2-893a6f0f2968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1228 | 2025.02.25 03:49:08.842224 [ 4 ] {523aa205-d29b-47d9-bed2-893a6f0f2968} <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 | ||
| 1229 | 2025.02.25 03:49:08.843330 [ 4 ] {523aa205-d29b-47d9-bed2-893a6f0f2968} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1230 | 2025.02.25 03:49:08.843368 [ 4 ] {523aa205-d29b-47d9-bed2-893a6f0f2968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1231 | 2025.02.25 03:49:08.846145 [ 4 ] {523aa205-d29b-47d9-bed2-893a6f0f2968} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1232 | 2025.02.25 03:49:08.846651 [ 4 ] {523aa205-d29b-47d9-bed2-893a6f0f2968} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1233 | 2025.02.25 03:49:08.846982 [ 4 ] {523aa205-d29b-47d9-bed2-893a6f0f2968} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004928 sec., 1623.3766233766235 rows/sec., 2.91 MiB/sec. | ||
| 1234 | 2025.02.25 03:49:08.847166 [ 4 ] {523aa205-d29b-47d9-bed2-893a6f0f2968} <Debug> TCPHandler: Processed in 0.005398321 sec. | ||
| 1235 | 2025.02.25 03:49:08.847335 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1236 | 2025.02.25 03:49:08.847478 [ 3 ] {d3f20a97-1e48-465a-a16c-caa01d1bc70f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1237 | 2025.02.25 03:49:08.847539 [ 3 ] {d3f20a97-1e48-465a-a16c-caa01d1bc70f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1238 | 2025.02.25 03:49:08.848108 [ 3 ] {d3f20a97-1e48-465a-a16c-caa01d1bc70f} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1239 | 2025.02.25 03:49:08.848176 [ 3 ] {d3f20a97-1e48-465a-a16c-caa01d1bc70f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1240 | 2025.02.25 03:49:08.848672 [ 3 ] {d3f20a97-1e48-465a-a16c-caa01d1bc70f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1241 | 2025.02.25 03:49:08.849210 [ 3 ] {d3f20a97-1e48-465a-a16c-caa01d1bc70f} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1242 | 2025.02.25 03:49:08.849505 [ 3 ] {d3f20a97-1e48-465a-a16c-caa01d1bc70f} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.002058 sec., 25267.249757045676 rows/sec., 1.53 MiB/sec. | ||
| 1243 | 2025.02.25 03:49:08.849563 [ 3 ] {d3f20a97-1e48-465a-a16c-caa01d1bc70f} <Debug> TCPHandler: Processed in 0.002296172 sec. | ||
| 1244 | 2025.02.25 03:49:13.766722 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1245 | 2025.02.25 03:49:13.766944 [ 3 ] {4e464559-3ee6-44fd-84ff-332c990e78da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1246 | 2025.02.25 03:49:13.767032 [ 3 ] {4e464559-3ee6-44fd-84ff-332c990e78da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1247 | 2025.02.25 03:49:13.767847 [ 3 ] {4e464559-3ee6-44fd-84ff-332c990e78da} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1248 | 2025.02.25 03:49:13.767906 [ 3 ] {4e464559-3ee6-44fd-84ff-332c990e78da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1249 | 2025.02.25 03:49:13.768415 [ 3 ] {4e464559-3ee6-44fd-84ff-332c990e78da} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1250 | 2025.02.25 03:49:13.768685 [ 3 ] {4e464559-3ee6-44fd-84ff-332c990e78da} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1251 | 2025.02.25 03:49:13.768933 [ 3 ] {4e464559-3ee6-44fd-84ff-332c990e78da} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002044 sec., 27397.260273972606 rows/sec., 2.09 MiB/sec. | ||
| 1252 | 2025.02.25 03:49:13.769020 [ 3 ] {4e464559-3ee6-44fd-84ff-332c990e78da} <Debug> TCPHandler: Processed in 0.002438805 sec. | ||
| 1253 | 2025.02.25 03:49:13.769311 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1254 | 2025.02.25 03:49:13.769546 [ 4 ] {86fdd469-8942-414b-908c-9b84f92bf802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1255 | 2025.02.25 03:49:13.769638 [ 4 ] {86fdd469-8942-414b-908c-9b84f92bf802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1256 | 2025.02.25 03:49:13.770454 [ 4 ] {86fdd469-8942-414b-908c-9b84f92bf802} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1257 | 2025.02.25 03:49:13.770512 [ 4 ] {86fdd469-8942-414b-908c-9b84f92bf802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1258 | 2025.02.25 03:49:13.770960 [ 4 ] {86fdd469-8942-414b-908c-9b84f92bf802} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1259 | 2025.02.25 03:49:13.771326 [ 4 ] {86fdd469-8942-414b-908c-9b84f92bf802} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1260 | 2025.02.25 03:49:13.771589 [ 4 ] {86fdd469-8942-414b-908c-9b84f92bf802} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002102 sec., 30447.19314938154 rows/sec., 2.38 MiB/sec. | ||
| 1261 | 2025.02.25 03:49:13.771670 [ 4 ] {86fdd469-8942-414b-908c-9b84f92bf802} <Debug> TCPHandler: Processed in 0.002516326 sec. | ||
| 1262 | 2025.02.25 03:49:13.771844 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1263 | 2025.02.25 03:49:13.772012 [ 3 ] {dee69f98-5bb3-4f32-8912-112d1a09ffb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1264 | 2025.02.25 03:49:13.772100 [ 3 ] {dee69f98-5bb3-4f32-8912-112d1a09ffb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1265 | 2025.02.25 03:49:13.772735 [ 3 ] {dee69f98-5bb3-4f32-8912-112d1a09ffb6} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1266 | 2025.02.25 03:49:13.772791 [ 3 ] {dee69f98-5bb3-4f32-8912-112d1a09ffb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1267 | 2025.02.25 03:49:13.773256 [ 3 ] {dee69f98-5bb3-4f32-8912-112d1a09ffb6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1268 | 2025.02.25 03:49:13.773530 [ 3 ] {dee69f98-5bb3-4f32-8912-112d1a09ffb6} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1269 | 2025.02.25 03:49:13.773796 [ 3 ] {dee69f98-5bb3-4f32-8912-112d1a09ffb6} <Debug> executeQuery: Read 120 rows, 8.57 KiB in 0.001828 sec., 65645.51422319475 rows/sec., 4.58 MiB/sec. | ||
| 1270 | 2025.02.25 03:49:13.773973 [ 3 ] {dee69f98-5bb3-4f32-8912-112d1a09ffb6} <Debug> TCPHandler: Processed in 0.002195529 sec. | ||
| 1271 | 2025.02.25 03:49:13.774163 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1272 | 2025.02.25 03:49:13.774302 [ 4 ] {f8a4c1b3-fc4b-4fb8-987c-4561eb882364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1273 | 2025.02.25 03:49:13.774362 [ 4 ] {f8a4c1b3-fc4b-4fb8-987c-4561eb882364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1274 | 2025.02.25 03:49:13.774936 [ 4 ] {f8a4c1b3-fc4b-4fb8-987c-4561eb882364} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1275 | 2025.02.25 03:49:13.774983 [ 4 ] {f8a4c1b3-fc4b-4fb8-987c-4561eb882364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1276 | 2025.02.25 03:49:13.775433 [ 4 ] {f8a4c1b3-fc4b-4fb8-987c-4561eb882364} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1277 | 2025.02.25 03:49:13.775696 [ 4 ] {f8a4c1b3-fc4b-4fb8-987c-4561eb882364} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1278 | 2025.02.25 03:49:13.775941 [ 4 ] {f8a4c1b3-fc4b-4fb8-987c-4561eb882364} <Debug> executeQuery: Read 48 rows, 3.30 KiB in 0.001673 sec., 28690.974297668858 rows/sec., 1.93 MiB/sec. | ||
| 1279 | 2025.02.25 03:49:13.776016 [ 4 ] {f8a4c1b3-fc4b-4fb8-987c-4561eb882364} <Debug> TCPHandler: Processed in 0.001915043 sec. | ||
| 1280 | 2025.02.25 03:49:15.342911 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1281 | 2025.02.25 03:49:15.343611 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1282 | 2025.02.25 03:49:15.343649 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1283 | 2025.02.25 03:49:15.344196 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1284 | 2025.02.25 03:49:15.344462 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1285 | 2025.02.25 03:49:15.344696 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1286 | 2025.02.25 03:49:15.474120 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1287 | 2025.02.25 03:49:15.494329 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1288 | 2025.02.25 03:49:15.494381 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1289 | 2025.02.25 03:49:15.501271 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1290 | 2025.02.25 03:49:15.502016 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1291 | 2025.02.25 03:49:15.504662 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1292 | 2025.02.25 03:49:16.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.86 MiB, peak 161.86 MiB, free memory in arenas 0.00 B, will set to 159.47 MiB (RSS), difference: 1.61 MiB | ||
| 1293 | 2025.02.25 03:49:17.832042 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 200 | ||
| 1294 | 2025.02.25 03:49:17.835590 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1295 | 2025.02.25 03:49:17.835643 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1296 | 2025.02.25 03:49:17.837171 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1297 | 2025.02.25 03:49:17.837482 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1298 | 2025.02.25 03:49:17.838073 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 200 | ||
| 1299 | 2025.02.25 03:49:18.766942 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1300 | 2025.02.25 03:49:18.767207 [ 3 ] {869cd18c-bf6d-497e-8b8a-d0ed065fc17c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1301 | 2025.02.25 03:49:18.767299 [ 3 ] {869cd18c-bf6d-497e-8b8a-d0ed065fc17c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1302 | 2025.02.25 03:49:18.768148 [ 3 ] {869cd18c-bf6d-497e-8b8a-d0ed065fc17c} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1303 | 2025.02.25 03:49:18.768242 [ 3 ] {869cd18c-bf6d-497e-8b8a-d0ed065fc17c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1304 | 2025.02.25 03:49:18.768730 [ 3 ] {869cd18c-bf6d-497e-8b8a-d0ed065fc17c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1305 | 2025.02.25 03:49:18.769008 [ 3 ] {869cd18c-bf6d-497e-8b8a-d0ed065fc17c} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1306 | 2025.02.25 03:49:18.769269 [ 3 ] {869cd18c-bf6d-497e-8b8a-d0ed065fc17c} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002125 sec., 33882.35294117647 rows/sec., 2.74 MiB/sec. | ||
| 1307 | 2025.02.25 03:49:18.769343 [ 3 ] {869cd18c-bf6d-497e-8b8a-d0ed065fc17c} <Debug> TCPHandler: Processed in 0.002552988 sec. | ||
| 1308 | 2025.02.25 03:49:18.769616 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1309 | 2025.02.25 03:49:18.769928 [ 4 ] {90d5c1ce-d43f-439a-9bf8-2ef366600eee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1310 | 2025.02.25 03:49:18.770046 [ 4 ] {90d5c1ce-d43f-439a-9bf8-2ef366600eee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1311 | 2025.02.25 03:49:18.770994 [ 4 ] {90d5c1ce-d43f-439a-9bf8-2ef366600eee} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1312 | 2025.02.25 03:49:18.771044 [ 4 ] {90d5c1ce-d43f-439a-9bf8-2ef366600eee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1313 | 2025.02.25 03:49:18.771481 [ 4 ] {90d5c1ce-d43f-439a-9bf8-2ef366600eee} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1314 | 2025.02.25 03:49:18.771731 [ 4 ] {90d5c1ce-d43f-439a-9bf8-2ef366600eee} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1315 | 2025.02.25 03:49:18.771965 [ 4 ] {90d5c1ce-d43f-439a-9bf8-2ef366600eee} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.002125 sec., 3764.705882352941 rows/sec., 283.09 KiB/sec. | ||
| 1316 | 2025.02.25 03:49:18.772027 [ 4 ] {90d5c1ce-d43f-439a-9bf8-2ef366600eee} <Debug> TCPHandler: Processed in 0.002575038 sec. | ||
| 1317 | 2025.02.25 03:49:18.772187 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1318 | 2025.02.25 03:49:18.772345 [ 3 ] {ba69271a-d711-4633-aa5b-f681abb800b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1319 | 2025.02.25 03:49:18.772412 [ 3 ] {ba69271a-d711-4633-aa5b-f681abb800b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1320 | 2025.02.25 03:49:18.773079 [ 3 ] {ba69271a-d711-4633-aa5b-f681abb800b0} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1321 | 2025.02.25 03:49:18.773125 [ 3 ] {ba69271a-d711-4633-aa5b-f681abb800b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1322 | 2025.02.25 03:49:18.773523 [ 3 ] {ba69271a-d711-4633-aa5b-f681abb800b0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1323 | 2025.02.25 03:49:18.773781 [ 3 ] {ba69271a-d711-4633-aa5b-f681abb800b0} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1324 | 2025.02.25 03:49:18.774074 [ 3 ] {ba69271a-d711-4633-aa5b-f681abb800b0} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001748 sec., 41189.93135011441 rows/sec., 3.22 MiB/sec. | ||
| 1325 | 2025.02.25 03:49:18.774219 [ 3 ] {ba69271a-d711-4633-aa5b-f681abb800b0} <Debug> TCPHandler: Processed in 0.002104527 sec. | ||
| 1326 | 2025.02.25 03:49:18.774375 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1327 | 2025.02.25 03:49:18.774523 [ 4 ] {b2517a6d-771d-4896-94d4-b4b89b622734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1328 | 2025.02.25 03:49:18.774588 [ 4 ] {b2517a6d-771d-4896-94d4-b4b89b622734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1329 | 2025.02.25 03:49:18.775248 [ 4 ] {b2517a6d-771d-4896-94d4-b4b89b622734} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1330 | 2025.02.25 03:49:18.775294 [ 4 ] {b2517a6d-771d-4896-94d4-b4b89b622734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1331 | 2025.02.25 03:49:18.775730 [ 4 ] {b2517a6d-771d-4896-94d4-b4b89b622734} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1332 | 2025.02.25 03:49:18.775972 [ 4 ] {b2517a6d-771d-4896-94d4-b4b89b622734} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1333 | 2025.02.25 03:49:18.776188 [ 4 ] {b2517a6d-771d-4896-94d4-b4b89b622734} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001702 sec., 94007.05052878967 rows/sec., 6.55 MiB/sec. | ||
| 1334 | 2025.02.25 03:49:18.776245 [ 4 ] {b2517a6d-771d-4896-94d4-b4b89b622734} <Debug> TCPHandler: Processed in 0.001938834 sec. | ||
| 1335 | 2025.02.25 03:49:18.776383 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1336 | 2025.02.25 03:49:18.776515 [ 3 ] {28a20856-777f-4486-9a60-97d8cc2c710e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1337 | 2025.02.25 03:49:18.776615 [ 3 ] {28a20856-777f-4486-9a60-97d8cc2c710e} <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 | ||
| 1338 | 2025.02.25 03:49:18.777878 [ 3 ] {28a20856-777f-4486-9a60-97d8cc2c710e} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1339 | 2025.02.25 03:49:18.777925 [ 3 ] {28a20856-777f-4486-9a60-97d8cc2c710e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1340 | 2025.02.25 03:49:18.778591 [ 3 ] {28a20856-777f-4486-9a60-97d8cc2c710e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1341 | 2025.02.25 03:49:18.778870 [ 3 ] {28a20856-777f-4486-9a60-97d8cc2c710e} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1342 | 2025.02.25 03:49:18.779143 [ 3 ] {28a20856-777f-4486-9a60-97d8cc2c710e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002658 sec., 3009.7817908201655 rows/sec., 5.39 MiB/sec. | ||
| 1343 | 2025.02.25 03:49:18.779303 [ 3 ] {28a20856-777f-4486-9a60-97d8cc2c710e} <Debug> TCPHandler: Processed in 0.002979486 sec. | ||
| 1344 | 2025.02.25 03:49:18.779456 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1345 | 2025.02.25 03:49:18.779596 [ 4 ] {ac4aa426-f6bb-42ab-9dc8-66c8f41d7d89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1346 | 2025.02.25 03:49:18.779655 [ 4 ] {ac4aa426-f6bb-42ab-9dc8-66c8f41d7d89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1347 | 2025.02.25 03:49:18.780240 [ 4 ] {ac4aa426-f6bb-42ab-9dc8-66c8f41d7d89} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1348 | 2025.02.25 03:49:18.780285 [ 4 ] {ac4aa426-f6bb-42ab-9dc8-66c8f41d7d89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1349 | 2025.02.25 03:49:18.780692 [ 4 ] {ac4aa426-f6bb-42ab-9dc8-66c8f41d7d89} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1350 | 2025.02.25 03:49:18.780926 [ 4 ] {ac4aa426-f6bb-42ab-9dc8-66c8f41d7d89} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1351 | 2025.02.25 03:49:18.781125 [ 4 ] {ac4aa426-f6bb-42ab-9dc8-66c8f41d7d89} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00156 sec., 38461.53846153846 rows/sec., 2.59 MiB/sec. | ||
| 1352 | 2025.02.25 03:49:18.781281 [ 4 ] {ac4aa426-f6bb-42ab-9dc8-66c8f41d7d89} <Debug> TCPHandler: Processed in 0.001890223 sec. | ||
| 1353 | 2025.02.25 03:49:22.779105 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1354 | 2025.02.25 03:49:22.779161 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1355 | 2025.02.25 03:49:22.844840 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1356 | 2025.02.25 03:49:22.845468 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1357 | 2025.02.25 03:49:22.845519 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1358 | 2025.02.25 03:49:22.846095 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1359 | 2025.02.25 03:49:22.846359 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1360 | 2025.02.25 03:49:22.846585 [ 85 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1361 | 2025.02.25 03:49:22.846617 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1362 | 2025.02.25 03:49:22.846674 [ 85 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1363 | 2025.02.25 03:49:22.846705 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1364 | 2025.02.25 03:49:22.847007 [ 186 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 1365 | 2025.02.25 03:49:22.847226 [ 186 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1366 | 2025.02.25 03:49:22.847342 [ 186 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part | ||
| 1367 | 2025.02.25 03:49:22.847489 [ 186 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 1368 | 2025.02.25 03:49:22.847754 [ 186 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 1369 | 2025.02.25 03:49:22.847865 [ 186 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part | ||
| 1370 | 2025.02.25 03:49:22.848077 [ 186 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part | ||
| 1371 | 2025.02.25 03:49:22.848246 [ 186 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part | ||
| 1372 | 2025.02.25 03:49:22.876175 [ 197 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.029378397 sec., 95512.3589622674 rows/sec., 1.37 MiB/sec. | ||
| 1373 | 2025.02.25 03:49:22.876858 [ 190 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1374 | 2025.02.25 03:49:22.877203 [ 190 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_6_1} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1375 | 2025.02.25 03:49:22.877289 [ 190 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_6_1} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1376 | 2025.02.25 03:49:22.877404 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1377 | 2025.02.25 03:49:23.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.55 MiB, peak 165.86 MiB, free memory in arenas 0.00 B, will set to 160.75 MiB (RSS), difference: 1.20 MiB | ||
| 1378 | 2025.02.25 03:49:23.004756 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1379 | 2025.02.25 03:49:23.028411 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1380 | 2025.02.25 03:49:23.028508 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1381 | 2025.02.25 03:49:23.035640 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1382 | 2025.02.25 03:49:23.036536 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1383 | 2025.02.25 03:49:23.036948 [ 84 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1384 | 2025.02.25 03:49:23.037083 [ 84 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1385 | 2025.02.25 03:49:23.037159 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1386 | 2025.02.25 03:49:23.037634 [ 190 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 1387 | 2025.02.25 03:49:23.054614 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1388 | 2025.02.25 03:49:23.055807 [ 190 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1389 | 2025.02.25 03:49:23.056979 [ 190 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 1390 | 2025.02.25 03:49:23.062471 [ 190 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 1391 | 2025.02.25 03:49:23.067609 [ 190 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 1392 | 2025.02.25 03:49:23.072576 [ 190 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 1393 | 2025.02.25 03:49:23.086001 [ 190 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 1394 | 2025.02.25 03:49:23.090443 [ 190 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 1395 | 2025.02.25 03:49:23.159966 [ 197 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.122631663 sec., 375.1070390360767 rows/sec., 1.94 MiB/sec. | ||
| 1396 | 2025.02.25 03:49:23.162115 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1397 | 2025.02.25 03:49:23.164816 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_6_1} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1398 | 2025.02.25 03:49:23.164940 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_6_1} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1399 | 2025.02.25 03:49:23.166630 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1400 | 2025.02.25 03:49:23.766184 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1401 | 2025.02.25 03:49:23.766405 [ 3 ] {4cf9a500-a9e0-415a-9d44-cde369575d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1402 | 2025.02.25 03:49:23.766491 [ 3 ] {4cf9a500-a9e0-415a-9d44-cde369575d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1403 | 2025.02.25 03:49:23.767301 [ 3 ] {4cf9a500-a9e0-415a-9d44-cde369575d70} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1404 | 2025.02.25 03:49:23.767356 [ 3 ] {4cf9a500-a9e0-415a-9d44-cde369575d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1405 | 2025.02.25 03:49:23.767822 [ 3 ] {4cf9a500-a9e0-415a-9d44-cde369575d70} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1406 | 2025.02.25 03:49:23.768103 [ 3 ] {4cf9a500-a9e0-415a-9d44-cde369575d70} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1407 | 2025.02.25 03:49:23.768294 [ 84 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1408 | 2025.02.25 03:49:23.768369 [ 3 ] {4cf9a500-a9e0-415a-9d44-cde369575d70} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002022 sec., 27695.351137487636 rows/sec., 2.11 MiB/sec. | ||
| 1409 | 2025.02.25 03:49:23.768390 [ 84 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1410 | 2025.02.25 03:49:23.768463 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1411 | 2025.02.25 03:49:23.768521 [ 3 ] {4cf9a500-a9e0-415a-9d44-cde369575d70} <Debug> TCPHandler: Processed in 0.002485416 sec. | ||
| 1412 | 2025.02.25 03:49:23.768832 [ 198 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1413 | 2025.02.25 03:49:23.768860 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1414 | 2025.02.25 03:49:23.769068 [ 198 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1415 | 2025.02.25 03:49:23.769141 [ 198 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
| 1416 | 2025.02.25 03:49:23.769155 [ 4 ] {15d4e6f9-08e9-4ed8-b8ec-d78de4777a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1417 | 2025.02.25 03:49:23.769303 [ 4 ] {15d4e6f9-08e9-4ed8-b8ec-d78de4777a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1418 | 2025.02.25 03:49:23.769374 [ 198 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 1419 | 2025.02.25 03:49:23.769843 [ 198 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 607 rows starting from the beginning of the part | ||
| 1420 | 2025.02.25 03:49:23.770167 [ 198 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1421 | 2025.02.25 03:49:23.770540 [ 198 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 1422 | 2025.02.25 03:49:23.770905 [ 198 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 1423 | 2025.02.25 03:49:23.772433 [ 4 ] {15d4e6f9-08e9-4ed8-b8ec-d78de4777a34} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1424 | 2025.02.25 03:49:23.772536 [ 4 ] {15d4e6f9-08e9-4ed8-b8ec-d78de4777a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1425 | 2025.02.25 03:49:23.773705 [ 4 ] {15d4e6f9-08e9-4ed8-b8ec-d78de4777a34} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1426 | 2025.02.25 03:49:23.774002 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 851 rows, containing 5 columns (5 merged, 0 gathered) in 0.005408831 sec., 157335.2911192825 rows/sec., 12.96 MiB/sec. | ||
| 1427 | 2025.02.25 03:49:23.774160 [ 4 ] {15d4e6f9-08e9-4ed8-b8ec-d78de4777a34} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1428 | 2025.02.25 03:49:23.774300 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1429 | 2025.02.25 03:49:23.774407 [ 84 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1430 | 2025.02.25 03:49:23.774522 [ 84 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1431 | 2025.02.25 03:49:23.774601 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1432 | 2025.02.25 03:49:23.774713 [ 4 ] {15d4e6f9-08e9-4ed8-b8ec-d78de4777a34} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005643 sec., 11341.485025695552 rows/sec., 906.47 KiB/sec. | ||
| 1433 | 2025.02.25 03:49:23.774938 [ 198 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 1434 | 2025.02.25 03:49:23.774985 [ 4 ] {15d4e6f9-08e9-4ed8-b8ec-d78de4777a34} <Debug> TCPHandler: Processed in 0.006321672 sec. | ||
| 1435 | 2025.02.25 03:49:23.775275 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1436 | 2025.02.25 03:49:23.775351 [ 198 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1437 | 2025.02.25 03:49:23.775358 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_6_1} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1438 | 2025.02.25 03:49:23.775417 [ 198 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
| 1439 | 2025.02.25 03:49:23.775563 [ 3 ] {38e1b932-f287-4a4a-80ca-907d090de43b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1440 | 2025.02.25 03:49:23.775784 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_6_1} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1441 | 2025.02.25 03:49:23.775850 [ 198 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part | ||
| 1442 | 2025.02.25 03:49:23.775874 [ 3 ] {38e1b932-f287-4a4a-80ca-907d090de43b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1443 | 2025.02.25 03:49:23.776310 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 1444 | 2025.02.25 03:49:23.776393 [ 198 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 362 rows starting from the beginning of the part | ||
| 1445 | 2025.02.25 03:49:23.776731 [ 198 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1446 | 2025.02.25 03:49:23.777165 [ 198 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 1447 | 2025.02.25 03:49:23.777421 [ 198 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 1448 | 2025.02.25 03:49:23.778323 [ 3 ] {38e1b932-f287-4a4a-80ca-907d090de43b} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1449 | 2025.02.25 03:49:23.778371 [ 3 ] {38e1b932-f287-4a4a-80ca-907d090de43b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1450 | 2025.02.25 03:49:23.779032 [ 3 ] {38e1b932-f287-4a4a-80ca-907d090de43b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1451 | 2025.02.25 03:49:23.779335 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 634 rows, containing 5 columns (5 merged, 0 gathered) in 0.004611643 sec., 137478.1178855345 rows/sec., 10.63 MiB/sec. | ||
| 1452 | 2025.02.25 03:49:23.779442 [ 3 ] {38e1b932-f287-4a4a-80ca-907d090de43b} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1453 | 2025.02.25 03:49:23.779634 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1454 | 2025.02.25 03:49:23.779684 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1455 | 2025.02.25 03:49:23.779781 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1456 | 2025.02.25 03:49:23.779866 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1457 | 2025.02.25 03:49:23.779985 [ 3 ] {38e1b932-f287-4a4a-80ca-907d090de43b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004514 sec., 35445.281346920696 rows/sec., 2.47 MiB/sec. | ||
| 1458 | 2025.02.25 03:49:23.780208 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 1459 | 2025.02.25 03:49:23.780261 [ 3 ] {38e1b932-f287-4a4a-80ca-907d090de43b} <Debug> TCPHandler: Processed in 0.005137345 sec. | ||
| 1460 | 2025.02.25 03:49:23.780530 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1461 | 2025.02.25 03:49:23.780571 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1462 | 2025.02.25 03:49:23.780687 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_6_1} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1463 | 2025.02.25 03:49:23.780689 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
| 1464 | 2025.02.25 03:49:23.780844 [ 4 ] {3be6929e-2ad6-4d3b-9659-7bd3851e4eca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1465 | 2025.02.25 03:49:23.781147 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
| 1466 | 2025.02.25 03:49:23.781168 [ 4 ] {3be6929e-2ad6-4d3b-9659-7bd3851e4eca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1467 | 2025.02.25 03:49:23.781186 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_6_1} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1468 | 2025.02.25 03:49:23.781711 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 1469 | 2025.02.25 03:49:23.781749 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 137 rows starting from the beginning of the part | ||
| 1470 | 2025.02.25 03:49:23.782195 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 120 rows starting from the beginning of the part | ||
| 1471 | 2025.02.25 03:49:23.782586 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 1472 | 2025.02.25 03:49:23.782815 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 1473 | 2025.02.25 03:49:23.783787 [ 4 ] {3be6929e-2ad6-4d3b-9659-7bd3851e4eca} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1474 | 2025.02.25 03:49:23.783863 [ 4 ] {3be6929e-2ad6-4d3b-9659-7bd3851e4eca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1475 | 2025.02.25 03:49:23.785003 [ 4 ] {3be6929e-2ad6-4d3b-9659-7bd3851e4eca} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1476 | 2025.02.25 03:49:23.785474 [ 4 ] {3be6929e-2ad6-4d3b-9659-7bd3851e4eca} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1477 | 2025.02.25 03:49:23.785867 [ 84 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1478 | 2025.02.25 03:49:23.785967 [ 84 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1479 | 2025.02.25 03:49:23.786020 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1480 | 2025.02.25 03:49:23.786025 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 673 rows, containing 5 columns (5 merged, 0 gathered) in 0.006051456 sec., 111212.9047951435 rows/sec., 7.66 MiB/sec. | ||
| 1481 | 2025.02.25 03:49:23.786084 [ 4 ] {3be6929e-2ad6-4d3b-9659-7bd3851e4eca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005343 sec., 11229.646266142618 rows/sec., 774.96 KiB/sec. | ||
| 1482 | 2025.02.25 03:49:23.786255 [ 4 ] {3be6929e-2ad6-4d3b-9659-7bd3851e4eca} <Debug> TCPHandler: Processed in 0.005857781 sec. | ||
| 1483 | 2025.02.25 03:49:23.786283 [ 192 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 1484 | 2025.02.25 03:49:23.786361 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1485 | 2025.02.25 03:49:23.786472 [ 192 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1486 | 2025.02.25 03:49:23.786510 [ 192 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 1487 | 2025.02.25 03:49:23.786730 [ 192 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 1488 | 2025.02.25 03:49:23.786975 [ 192 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part | ||
| 1489 | 2025.02.25 03:49:23.787112 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1490 | 2025.02.25 03:49:23.787127 [ 192 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 48 rows starting from the beginning of the part | ||
| 1491 | 2025.02.25 03:49:23.787507 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1492 | 2025.02.25 03:49:23.787520 [ 192 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1493 | 2025.02.25 03:49:23.787679 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 1494 | 2025.02.25 03:49:23.787691 [ 192 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 1495 | 2025.02.25 03:49:23.788652 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 268 rows, containing 4 columns (4 merged, 0 gathered) in 0.002535616 sec., 105694.23761326636 rows/sec., 6.96 MiB/sec. | ||
| 1496 | 2025.02.25 03:49:23.788888 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1497 | 2025.02.25 03:49:23.789248 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_6_1} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1498 | 2025.02.25 03:49:23.789343 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_6_1} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1499 | 2025.02.25 03:49:23.789448 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1500 | 2025.02.25 03:49:24.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.26 MiB, peak 171.37 MiB, free memory in arenas 0.00 B, will set to 163.72 MiB (RSS), difference: 1.46 MiB | ||
| 1501 | 2025.02.25 03:49:27.838473 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 220 | ||
| 1502 | 2025.02.25 03:49:27.841524 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1503 | 2025.02.25 03:49:27.841584 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1504 | 2025.02.25 03:49:27.843096 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1505 | 2025.02.25 03:49:27.843436 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1506 | 2025.02.25 03:49:27.844290 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 220 | ||
| 1507 | 2025.02.25 03:49:28.767078 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1508 | 2025.02.25 03:49:28.767317 [ 3 ] {36b70149-f85a-4744-a91e-a8df20406811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1509 | 2025.02.25 03:49:28.767401 [ 3 ] {36b70149-f85a-4744-a91e-a8df20406811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1510 | 2025.02.25 03:49:28.768206 [ 3 ] {36b70149-f85a-4744-a91e-a8df20406811} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1511 | 2025.02.25 03:49:28.768267 [ 3 ] {36b70149-f85a-4744-a91e-a8df20406811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1512 | 2025.02.25 03:49:28.768722 [ 3 ] {36b70149-f85a-4744-a91e-a8df20406811} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1513 | 2025.02.25 03:49:28.768995 [ 3 ] {36b70149-f85a-4744-a91e-a8df20406811} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1514 | 2025.02.25 03:49:28.769240 [ 3 ] {36b70149-f85a-4744-a91e-a8df20406811} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001983 sec., 36308.623298033286 rows/sec., 2.94 MiB/sec. | ||
| 1515 | 2025.02.25 03:49:28.769307 [ 3 ] {36b70149-f85a-4744-a91e-a8df20406811} <Debug> TCPHandler: Processed in 0.002378243 sec. | ||
| 1516 | 2025.02.25 03:49:28.769536 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1517 | 2025.02.25 03:49:28.769724 [ 4 ] {7d9ba37f-f547-4052-845c-d19a3ceb8e82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1518 | 2025.02.25 03:49:28.769796 [ 4 ] {7d9ba37f-f547-4052-845c-d19a3ceb8e82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1519 | 2025.02.25 03:49:28.770504 [ 4 ] {7d9ba37f-f547-4052-845c-d19a3ceb8e82} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1520 | 2025.02.25 03:49:28.770546 [ 4 ] {7d9ba37f-f547-4052-845c-d19a3ceb8e82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1521 | 2025.02.25 03:49:28.770968 [ 4 ] {7d9ba37f-f547-4052-845c-d19a3ceb8e82} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1522 | 2025.02.25 03:49:28.771217 [ 4 ] {7d9ba37f-f547-4052-845c-d19a3ceb8e82} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1523 | 2025.02.25 03:49:28.771442 [ 4 ] {7d9ba37f-f547-4052-845c-d19a3ceb8e82} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001771 sec., 4517.221908526256 rows/sec., 339.67 KiB/sec. | ||
| 1524 | 2025.02.25 03:49:28.771498 [ 4 ] {7d9ba37f-f547-4052-845c-d19a3ceb8e82} <Debug> TCPHandler: Processed in 0.002091157 sec. | ||
| 1525 | 2025.02.25 03:49:28.771639 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1526 | 2025.02.25 03:49:28.771784 [ 3 ] {2572d8f5-1ddd-40d4-8107-2ffc681960c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1527 | 2025.02.25 03:49:28.771845 [ 3 ] {2572d8f5-1ddd-40d4-8107-2ffc681960c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1528 | 2025.02.25 03:49:28.772455 [ 3 ] {2572d8f5-1ddd-40d4-8107-2ffc681960c9} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1529 | 2025.02.25 03:49:28.772498 [ 3 ] {2572d8f5-1ddd-40d4-8107-2ffc681960c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1530 | 2025.02.25 03:49:28.772875 [ 3 ] {2572d8f5-1ddd-40d4-8107-2ffc681960c9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1531 | 2025.02.25 03:49:28.773122 [ 3 ] {2572d8f5-1ddd-40d4-8107-2ffc681960c9} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1532 | 2025.02.25 03:49:28.773337 [ 3 ] {2572d8f5-1ddd-40d4-8107-2ffc681960c9} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001589 sec., 45311.51667715544 rows/sec., 3.54 MiB/sec. | ||
| 1533 | 2025.02.25 03:49:28.773393 [ 3 ] {2572d8f5-1ddd-40d4-8107-2ffc681960c9} <Debug> TCPHandler: Processed in 0.001821491 sec. | ||
| 1534 | 2025.02.25 03:49:28.773534 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1535 | 2025.02.25 03:49:28.773652 [ 4 ] {49e738d8-d283-4ac6-b0f4-9ecac544d336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1536 | 2025.02.25 03:49:28.773704 [ 4 ] {49e738d8-d283-4ac6-b0f4-9ecac544d336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1537 | 2025.02.25 03:49:28.774271 [ 4 ] {49e738d8-d283-4ac6-b0f4-9ecac544d336} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1538 | 2025.02.25 03:49:28.774309 [ 4 ] {49e738d8-d283-4ac6-b0f4-9ecac544d336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1539 | 2025.02.25 03:49:28.774700 [ 4 ] {49e738d8-d283-4ac6-b0f4-9ecac544d336} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1540 | 2025.02.25 03:49:28.774944 [ 4 ] {49e738d8-d283-4ac6-b0f4-9ecac544d336} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1541 | 2025.02.25 03:49:28.775149 [ 4 ] {49e738d8-d283-4ac6-b0f4-9ecac544d336} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001523 sec., 105055.81089954037 rows/sec., 7.32 MiB/sec. | ||
| 1542 | 2025.02.25 03:49:28.775200 [ 4 ] {49e738d8-d283-4ac6-b0f4-9ecac544d336} <Debug> TCPHandler: Processed in 0.001724959 sec. | ||
| 1543 | 2025.02.25 03:49:28.775342 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1544 | 2025.02.25 03:49:28.775483 [ 3 ] {846596f6-0a70-4753-9086-6695a2b0fa5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1545 | 2025.02.25 03:49:28.775579 [ 3 ] {846596f6-0a70-4753-9086-6695a2b0fa5d} <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 | ||
| 1546 | 2025.02.25 03:49:28.776722 [ 3 ] {846596f6-0a70-4753-9086-6695a2b0fa5d} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1547 | 2025.02.25 03:49:28.776763 [ 3 ] {846596f6-0a70-4753-9086-6695a2b0fa5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1548 | 2025.02.25 03:49:28.777388 [ 3 ] {846596f6-0a70-4753-9086-6695a2b0fa5d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1549 | 2025.02.25 03:49:28.777650 [ 3 ] {846596f6-0a70-4753-9086-6695a2b0fa5d} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1550 | 2025.02.25 03:49:28.777983 [ 3 ] {846596f6-0a70-4753-9086-6695a2b0fa5d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002516 sec., 3179.650238473768 rows/sec., 5.70 MiB/sec. | ||
| 1551 | 2025.02.25 03:49:28.778115 [ 3 ] {846596f6-0a70-4753-9086-6695a2b0fa5d} <Debug> TCPHandler: Processed in 0.002840124 sec. | ||
| 1552 | 2025.02.25 03:49:28.778323 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1553 | 2025.02.25 03:49:28.778544 [ 4 ] {9b70ee58-e2e8-4e4d-b4a2-2218fb6f1ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1554 | 2025.02.25 03:49:28.778637 [ 4 ] {9b70ee58-e2e8-4e4d-b4a2-2218fb6f1ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1555 | 2025.02.25 03:49:28.779278 [ 4 ] {9b70ee58-e2e8-4e4d-b4a2-2218fb6f1ec9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1556 | 2025.02.25 03:49:28.779317 [ 4 ] {9b70ee58-e2e8-4e4d-b4a2-2218fb6f1ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1557 | 2025.02.25 03:49:28.779688 [ 4 ] {9b70ee58-e2e8-4e4d-b4a2-2218fb6f1ec9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1558 | 2025.02.25 03:49:28.779922 [ 4 ] {9b70ee58-e2e8-4e4d-b4a2-2218fb6f1ec9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1559 | 2025.02.25 03:49:28.780156 [ 4 ] {9b70ee58-e2e8-4e4d-b4a2-2218fb6f1ec9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001664 sec., 36057.69230769231 rows/sec., 2.43 MiB/sec. | ||
| 1560 | 2025.02.25 03:49:28.780209 [ 4 ] {9b70ee58-e2e8-4e4d-b4a2-2218fb6f1ec9} <Debug> TCPHandler: Processed in 0.002000335 sec. | ||
| 1561 | 2025.02.25 03:49:30.346785 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1562 | 2025.02.25 03:49:30.347858 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1563 | 2025.02.25 03:49:30.347935 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1564 | 2025.02.25 03:49:30.348682 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1565 | 2025.02.25 03:49:30.348945 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1566 | 2025.02.25 03:49:30.349195 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1567 | 2025.02.25 03:49:30.554742 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1568 | 2025.02.25 03:49:30.573593 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1569 | 2025.02.25 03:49:30.573657 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1570 | 2025.02.25 03:49:30.580414 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1571 | 2025.02.25 03:49:30.581160 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1572 | 2025.02.25 03:49:30.583809 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1573 | 2025.02.25 03:49:33.766625 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1574 | 2025.02.25 03:49:33.766858 [ 3 ] {ffce9dcc-d56c-4098-b0fa-74f2c2a3ff86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1575 | 2025.02.25 03:49:33.766942 [ 3 ] {ffce9dcc-d56c-4098-b0fa-74f2c2a3ff86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1576 | 2025.02.25 03:49:33.767727 [ 3 ] {ffce9dcc-d56c-4098-b0fa-74f2c2a3ff86} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1577 | 2025.02.25 03:49:33.767781 [ 3 ] {ffce9dcc-d56c-4098-b0fa-74f2c2a3ff86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1578 | 2025.02.25 03:49:33.768226 [ 3 ] {ffce9dcc-d56c-4098-b0fa-74f2c2a3ff86} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1579 | 2025.02.25 03:49:33.768495 [ 3 ] {ffce9dcc-d56c-4098-b0fa-74f2c2a3ff86} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1580 | 2025.02.25 03:49:33.768739 [ 3 ] {ffce9dcc-d56c-4098-b0fa-74f2c2a3ff86} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.21 MiB/sec. | ||
| 1581 | 2025.02.25 03:49:33.768902 [ 3 ] {ffce9dcc-d56c-4098-b0fa-74f2c2a3ff86} <Debug> TCPHandler: Processed in 0.002418734 sec. | ||
| 1582 | 2025.02.25 03:49:33.769183 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1583 | 2025.02.25 03:49:33.769395 [ 4 ] {205d63be-2446-4894-9cd9-dd78c19790a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1584 | 2025.02.25 03:49:33.769475 [ 4 ] {205d63be-2446-4894-9cd9-dd78c19790a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1585 | 2025.02.25 03:49:33.770305 [ 4 ] {205d63be-2446-4894-9cd9-dd78c19790a5} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1586 | 2025.02.25 03:49:33.770348 [ 4 ] {205d63be-2446-4894-9cd9-dd78c19790a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1587 | 2025.02.25 03:49:33.770785 [ 4 ] {205d63be-2446-4894-9cd9-dd78c19790a5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1588 | 2025.02.25 03:49:33.771041 [ 4 ] {205d63be-2446-4894-9cd9-dd78c19790a5} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1589 | 2025.02.25 03:49:33.771275 [ 4 ] {205d63be-2446-4894-9cd9-dd78c19790a5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001935 sec., 33074.93540051679 rows/sec., 2.58 MiB/sec. | ||
| 1590 | 2025.02.25 03:49:33.771396 [ 4 ] {205d63be-2446-4894-9cd9-dd78c19790a5} <Debug> TCPHandler: Processed in 0.002351263 sec. | ||
| 1591 | 2025.02.25 03:49:33.771556 [ 3 ] {} <Trace> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1592 | 2025.02.25 03:49:33.771698 [ 3 ] {83371bbc-6adc-4f06-a531-317e336e4538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56939) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1593 | 2025.02.25 03:49:33.771760 [ 3 ] {83371bbc-6adc-4f06-a531-317e336e4538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1594 | 2025.02.25 03:49:33.772377 [ 3 ] {83371bbc-6adc-4f06-a531-317e336e4538} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1595 | 2025.02.25 03:49:33.772417 [ 3 ] {83371bbc-6adc-4f06-a531-317e336e4538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1596 | 2025.02.25 03:49:33.772827 [ 3 ] {83371bbc-6adc-4f06-a531-317e336e4538} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1597 | 2025.02.25 03:49:33.773070 [ 3 ] {83371bbc-6adc-4f06-a531-317e336e4538} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1598 | 2025.02.25 03:49:33.773363 [ 3 ] {83371bbc-6adc-4f06-a531-317e336e4538} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001669 sec., 95865.78789694428 rows/sec., 6.68 MiB/sec. | ||
| 1599 | 2025.02.25 03:49:33.773489 [ 3 ] {83371bbc-6adc-4f06-a531-317e336e4538} <Debug> TCPHandler: Processed in 0.002001505 sec. | ||
| 1600 | 2025.02.25 03:49:33.773659 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1601 | 2025.02.25 03:49:33.773808 [ 4 ] {2cc8f356-8f5a-4acf-bf8f-5a18ee11fa36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1602 | 2025.02.25 03:49:33.773871 [ 4 ] {2cc8f356-8f5a-4acf-bf8f-5a18ee11fa36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1603 | 2025.02.25 03:49:33.774419 [ 4 ] {2cc8f356-8f5a-4acf-bf8f-5a18ee11fa36} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1604 | 2025.02.25 03:49:33.774458 [ 4 ] {2cc8f356-8f5a-4acf-bf8f-5a18ee11fa36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1605 | 2025.02.25 03:49:33.774842 [ 4 ] {2cc8f356-8f5a-4acf-bf8f-5a18ee11fa36} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1606 | 2025.02.25 03:49:33.775095 [ 4 ] {2cc8f356-8f5a-4acf-bf8f-5a18ee11fa36} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1607 | 2025.02.25 03:49:33.775314 [ 4 ] {2cc8f356-8f5a-4acf-bf8f-5a18ee11fa36} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001544 sec., 38860.103626943004 rows/sec., 2.62 MiB/sec. | ||
| 1608 | 2025.02.25 03:49:33.775366 [ 4 ] {2cc8f356-8f5a-4acf-bf8f-5a18ee11fa36} <Debug> TCPHandler: Processed in 0.00177737 sec. | ||
| 1609 | 2025.02.25 03:49:37.779212 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1610 | 2025.02.25 03:49:37.779287 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1611 | 2025.02.25 03:49:37.844507 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 240 | ||
| 1612 | 2025.02.25 03:49:37.847410 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1613 | 2025.02.25 03:49:37.847464 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1614 | 2025.02.25 03:49:37.848934 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1615 | 2025.02.25 03:49:37.849257 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1616 | 2025.02.25 03:49:37.849416 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1617 | 2025.02.25 03:49:37.851998 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 240 | ||
| 1618 | 2025.02.25 03:49:37.852216 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1619 | 2025.02.25 03:49:37.852259 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1620 | 2025.02.25 03:49:37.852844 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1621 | 2025.02.25 03:49:37.853112 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1622 | 2025.02.25 03:49:37.853332 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1623 | 2025.02.25 03:49:38.083911 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1624 | 2025.02.25 03:49:38.103364 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1625 | 2025.02.25 03:49:38.103416 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1626 | 2025.02.25 03:49:38.109962 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1627 | 2025.02.25 03:49:38.110706 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1628 | 2025.02.25 03:49:38.113578 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1629 | 2025.02.25 03:49:38.471225 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1630 | 2025.02.25 03:49:38.471321 [ 3 ] {} <Debug> TCP-Session: a5c8a6bf-7a0b-4675-8df3-17465d7c11f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1631 | 2025.02.25 03:49:38.763577 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1632 | 2025.02.25 03:49:38.764006 [ 4 ] {1c05c969-d25b-46c3-9b03-89532a961f02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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) | ||
| 1633 | 2025.02.25 03:49:38.764553 [ 4 ] {1c05c969-d25b-46c3-9b03-89532a961f02} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1634 | 2025.02.25 03:49:38.764604 [ 4 ] {1c05c969-d25b-46c3-9b03-89532a961f02} <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 | ||
| 1635 | 2025.02.25 03:49:38.764953 [ 4 ] {1c05c969-d25b-46c3-9b03-89532a961f02} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1636 | 2025.02.25 03:49:38.765036 [ 4 ] {1c05c969-d25b-46c3-9b03-89532a961f02} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1637 | 2025.02.25 03:49:38.765217 [ 4 ] {1c05c969-d25b-46c3-9b03-89532a961f02} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1638 | 2025.02.25 03:49:38.765444 [ 286 ] {1c05c969-d25b-46c3-9b03-89532a961f02} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1639 | 2025.02.25 03:49:38.765495 [ 287 ] {1c05c969-d25b-46c3-9b03-89532a961f02} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1640 | 2025.02.25 03:49:38.765597 [ 4 ] {1c05c969-d25b-46c3-9b03-89532a961f02} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1641 | 2025.02.25 03:49:38.765626 [ 4 ] {1c05c969-d25b-46c3-9b03-89532a961f02} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1642 | 2025.02.25 03:49:38.769655 [ 4 ] {1c05c969-d25b-46c3-9b03-89532a961f02} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1643 | 2025.02.25 03:49:38.769686 [ 4 ] {1c05c969-d25b-46c3-9b03-89532a961f02} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1644 | 2025.02.25 03:49:38.769748 [ 4 ] {1c05c969-d25b-46c3-9b03-89532a961f02} <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'))" | ||
| 1645 | 2025.02.25 03:49:38.769799 [ 4 ] {1c05c969-d25b-46c3-9b03-89532a961f02} <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'))" | ||
| 1646 | 2025.02.25 03:49:38.771268 [ 4 ] {1c05c969-d25b-46c3-9b03-89532a961f02} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.00747 sec., 4149.9330655957165 rows/sec., 156.62 KiB/sec. | ||
| 1647 | 2025.02.25 03:49:38.771415 [ 4 ] {1c05c969-d25b-46c3-9b03-89532a961f02} <Debug> TCPHandler: Processed in 0.00802094 sec. | ||
| 1648 | 2025.02.25 03:49:38.771734 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1649 | 2025.02.25 03:49:38.771917 [ 254 ] {0e2d1f30-6a0d-4f23-aed4-1c3ef0d3698a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) 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) | ||
| 1650 | 2025.02.25 03:49:38.772260 [ 254 ] {0e2d1f30-6a0d-4f23-aed4-1c3ef0d3698a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1651 | 2025.02.25 03:49:38.772312 [ 254 ] {0e2d1f30-6a0d-4f23-aed4-1c3ef0d3698a} <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 | ||
| 1652 | 2025.02.25 03:49:38.772633 [ 254 ] {0e2d1f30-6a0d-4f23-aed4-1c3ef0d3698a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1653 | 2025.02.25 03:49:38.772700 [ 254 ] {0e2d1f30-6a0d-4f23-aed4-1c3ef0d3698a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1654 | 2025.02.25 03:49:38.772848 [ 254 ] {0e2d1f30-6a0d-4f23-aed4-1c3ef0d3698a} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1655 | 2025.02.25 03:49:38.772954 [ 287 ] {0e2d1f30-6a0d-4f23-aed4-1c3ef0d3698a} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1656 | 2025.02.25 03:49:38.772963 [ 288 ] {0e2d1f30-6a0d-4f23-aed4-1c3ef0d3698a} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1657 | 2025.02.25 03:49:38.773094 [ 254 ] {0e2d1f30-6a0d-4f23-aed4-1c3ef0d3698a} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1658 | 2025.02.25 03:49:38.773123 [ 254 ] {0e2d1f30-6a0d-4f23-aed4-1c3ef0d3698a} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1659 | 2025.02.25 03:49:38.773210 [ 254 ] {0e2d1f30-6a0d-4f23-aed4-1c3ef0d3698a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1660 | 2025.02.25 03:49:38.773234 [ 254 ] {0e2d1f30-6a0d-4f23-aed4-1c3ef0d3698a} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1661 | 2025.02.25 03:49:38.773276 [ 254 ] {0e2d1f30-6a0d-4f23-aed4-1c3ef0d3698a} <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'))" | ||
| 1662 | 2025.02.25 03:49:38.773321 [ 254 ] {0e2d1f30-6a0d-4f23-aed4-1c3ef0d3698a} <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'))" | ||
| 1663 | 2025.02.25 03:49:38.774345 [ 254 ] {0e2d1f30-6a0d-4f23-aed4-1c3ef0d3698a} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.00251 sec., 12350.597609561753 rows/sec., 466.10 KiB/sec. | ||
| 1664 | 2025.02.25 03:49:38.774500 [ 254 ] {0e2d1f30-6a0d-4f23-aed4-1c3ef0d3698a} <Debug> TCPHandler: Processed in 0.002848444 sec. | ||
| 1665 | 2025.02.25 03:49:38.774749 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1666 | 2025.02.25 03:49:38.774918 [ 4 ] {f4cf71b6-9179-493a-9068-45349d92a556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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) | ||
| 1667 | 2025.02.25 03:49:38.775216 [ 4 ] {f4cf71b6-9179-493a-9068-45349d92a556} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1668 | 2025.02.25 03:49:38.775264 [ 4 ] {f4cf71b6-9179-493a-9068-45349d92a556} <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 | ||
| 1669 | 2025.02.25 03:49:38.775583 [ 4 ] {f4cf71b6-9179-493a-9068-45349d92a556} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1670 | 2025.02.25 03:49:38.775650 [ 4 ] {f4cf71b6-9179-493a-9068-45349d92a556} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1671 | 2025.02.25 03:49:38.775794 [ 4 ] {f4cf71b6-9179-493a-9068-45349d92a556} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1672 | 2025.02.25 03:49:38.775904 [ 288 ] {f4cf71b6-9179-493a-9068-45349d92a556} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1673 | 2025.02.25 03:49:38.775903 [ 286 ] {f4cf71b6-9179-493a-9068-45349d92a556} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1674 | 2025.02.25 03:49:38.776047 [ 4 ] {f4cf71b6-9179-493a-9068-45349d92a556} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1675 | 2025.02.25 03:49:38.776076 [ 4 ] {f4cf71b6-9179-493a-9068-45349d92a556} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1676 | 2025.02.25 03:49:38.776156 [ 4 ] {f4cf71b6-9179-493a-9068-45349d92a556} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1677 | 2025.02.25 03:49:38.776175 [ 4 ] {f4cf71b6-9179-493a-9068-45349d92a556} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1678 | 2025.02.25 03:49:38.776216 [ 4 ] {f4cf71b6-9179-493a-9068-45349d92a556} <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'))" | ||
| 1679 | 2025.02.25 03:49:38.776260 [ 4 ] {f4cf71b6-9179-493a-9068-45349d92a556} <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'))" | ||
| 1680 | 2025.02.25 03:49:38.777308 [ 4 ] {f4cf71b6-9179-493a-9068-45349d92a556} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.00247 sec., 12550.607287449393 rows/sec., 473.65 KiB/sec. | ||
| 1681 | 2025.02.25 03:49:38.777440 [ 4 ] {f4cf71b6-9179-493a-9068-45349d92a556} <Debug> TCPHandler: Processed in 0.002745901 sec. | ||
| 1682 | 2025.02.25 03:49:38.784538 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1683 | 2025.02.25 03:49:38.784680 [ 4 ] {1d6a4cfc-0321-4d31-bb10-aeda404730e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1684 | 2025.02.25 03:49:38.784737 [ 4 ] {1d6a4cfc-0321-4d31-bb10-aeda404730e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1685 | 2025.02.25 03:49:38.785483 [ 4 ] {1d6a4cfc-0321-4d31-bb10-aeda404730e1} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1686 | 2025.02.25 03:49:38.785524 [ 4 ] {1d6a4cfc-0321-4d31-bb10-aeda404730e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1687 | 2025.02.25 03:49:38.786015 [ 4 ] {1d6a4cfc-0321-4d31-bb10-aeda404730e1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1688 | 2025.02.25 03:49:38.786236 [ 4 ] {1d6a4cfc-0321-4d31-bb10-aeda404730e1} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1689 | 2025.02.25 03:49:38.786503 [ 4 ] {1d6a4cfc-0321-4d31-bb10-aeda404730e1} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001847 sec., 1624.2555495397944 rows/sec., 148.04 KiB/sec. | ||
| 1690 | 2025.02.25 03:49:38.786599 [ 4 ] {1d6a4cfc-0321-4d31-bb10-aeda404730e1} <Debug> TCPHandler: Processed in 0.002124897 sec. | ||
| 1691 | 2025.02.25 03:49:38.786747 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1692 | 2025.02.25 03:49:38.786861 [ 254 ] {be9fe76f-ec50-4888-aa80-202c68f23b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1693 | 2025.02.25 03:49:38.786907 [ 254 ] {be9fe76f-ec50-4888-aa80-202c68f23b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1694 | 2025.02.25 03:49:38.787538 [ 254 ] {be9fe76f-ec50-4888-aa80-202c68f23b60} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1695 | 2025.02.25 03:49:38.787578 [ 254 ] {be9fe76f-ec50-4888-aa80-202c68f23b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1696 | 2025.02.25 03:49:38.787976 [ 254 ] {be9fe76f-ec50-4888-aa80-202c68f23b60} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1697 | 2025.02.25 03:49:38.788227 [ 254 ] {be9fe76f-ec50-4888-aa80-202c68f23b60} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1698 | 2025.02.25 03:49:38.788532 [ 254 ] {be9fe76f-ec50-4888-aa80-202c68f23b60} <Debug> executeQuery: Read 124 rows, 10.83 KiB in 0.001667 sec., 74385.12297540491 rows/sec., 6.35 MiB/sec. | ||
| 1699 | 2025.02.25 03:49:38.788622 [ 254 ] {be9fe76f-ec50-4888-aa80-202c68f23b60} <Debug> TCPHandler: Processed in 0.001931033 sec. | ||
| 1700 | 2025.02.25 03:49:38.788785 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1701 | 2025.02.25 03:49:38.788915 [ 4 ] {b39be796-58cc-40e0-b434-11ecaf16d083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1702 | 2025.02.25 03:49:38.788968 [ 4 ] {b39be796-58cc-40e0-b434-11ecaf16d083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1703 | 2025.02.25 03:49:38.789558 [ 4 ] {b39be796-58cc-40e0-b434-11ecaf16d083} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1704 | 2025.02.25 03:49:38.789597 [ 4 ] {b39be796-58cc-40e0-b434-11ecaf16d083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1705 | 2025.02.25 03:49:38.789942 [ 4 ] {b39be796-58cc-40e0-b434-11ecaf16d083} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1706 | 2025.02.25 03:49:38.790178 [ 4 ] {b39be796-58cc-40e0-b434-11ecaf16d083} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1707 | 2025.02.25 03:49:38.790455 [ 4 ] {b39be796-58cc-40e0-b434-11ecaf16d083} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.00155 sec., 21935.483870967742 rows/sec., 1.61 MiB/sec. | ||
| 1708 | 2025.02.25 03:49:38.790536 [ 4 ] {b39be796-58cc-40e0-b434-11ecaf16d083} <Debug> TCPHandler: Processed in 0.00181448 sec. | ||
| 1709 | 2025.02.25 03:49:38.790672 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1710 | 2025.02.25 03:49:38.790782 [ 254 ] {b547aa87-ad4c-4503-9717-c446fb098295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1711 | 2025.02.25 03:49:38.790828 [ 254 ] {b547aa87-ad4c-4503-9717-c446fb098295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1712 | 2025.02.25 03:49:38.791401 [ 254 ] {b547aa87-ad4c-4503-9717-c446fb098295} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1713 | 2025.02.25 03:49:38.791441 [ 254 ] {b547aa87-ad4c-4503-9717-c446fb098295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1714 | 2025.02.25 03:49:38.791800 [ 254 ] {b547aa87-ad4c-4503-9717-c446fb098295} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1715 | 2025.02.25 03:49:38.792037 [ 254 ] {b547aa87-ad4c-4503-9717-c446fb098295} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1716 | 2025.02.25 03:49:38.792381 [ 254 ] {b547aa87-ad4c-4503-9717-c446fb098295} <Debug> executeQuery: Read 108 rows, 8.65 KiB in 0.00159 sec., 67924.52830188679 rows/sec., 5.31 MiB/sec. | ||
| 1717 | 2025.02.25 03:49:38.792671 [ 254 ] {b547aa87-ad4c-4503-9717-c446fb098295} <Debug> TCPHandler: Processed in 0.002039536 sec. | ||
| 1718 | 2025.02.25 03:49:38.792840 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1719 | 2025.02.25 03:49:38.792969 [ 4 ] {5fab6cf2-fafb-4219-ba48-11c6bbae58a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1720 | 2025.02.25 03:49:38.793027 [ 4 ] {5fab6cf2-fafb-4219-ba48-11c6bbae58a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1721 | 2025.02.25 03:49:38.793592 [ 4 ] {5fab6cf2-fafb-4219-ba48-11c6bbae58a2} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1722 | 2025.02.25 03:49:38.793630 [ 4 ] {5fab6cf2-fafb-4219-ba48-11c6bbae58a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1723 | 2025.02.25 03:49:38.794003 [ 4 ] {5fab6cf2-fafb-4219-ba48-11c6bbae58a2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1724 | 2025.02.25 03:49:38.794243 [ 4 ] {5fab6cf2-fafb-4219-ba48-11c6bbae58a2} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1725 | 2025.02.25 03:49:38.794476 [ 4 ] {5fab6cf2-fafb-4219-ba48-11c6bbae58a2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001529 sec., 104643.55788096796 rows/sec., 7.29 MiB/sec. | ||
| 1726 | 2025.02.25 03:49:38.794545 [ 4 ] {5fab6cf2-fafb-4219-ba48-11c6bbae58a2} <Debug> TCPHandler: Processed in 0.001766839 sec. | ||
| 1727 | 2025.02.25 03:49:38.794694 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1728 | 2025.02.25 03:49:38.794823 [ 254 ] {d6cdf60a-84ed-45cc-8cd2-c904a891dc86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1729 | 2025.02.25 03:49:38.794902 [ 254 ] {d6cdf60a-84ed-45cc-8cd2-c904a891dc86} <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 | ||
| 1730 | 2025.02.25 03:49:38.796214 [ 254 ] {d6cdf60a-84ed-45cc-8cd2-c904a891dc86} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1731 | 2025.02.25 03:49:38.796253 [ 254 ] {d6cdf60a-84ed-45cc-8cd2-c904a891dc86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1732 | 2025.02.25 03:49:38.796927 [ 254 ] {d6cdf60a-84ed-45cc-8cd2-c904a891dc86} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1733 | 2025.02.25 03:49:38.797196 [ 254 ] {d6cdf60a-84ed-45cc-8cd2-c904a891dc86} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1734 | 2025.02.25 03:49:38.797439 [ 254 ] {d6cdf60a-84ed-45cc-8cd2-c904a891dc86} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002643 sec., 12864.169504351117 rows/sec., 23.05 MiB/sec. | ||
| 1735 | 2025.02.25 03:49:38.797557 [ 254 ] {d6cdf60a-84ed-45cc-8cd2-c904a891dc86} <Debug> TCPHandler: Processed in 0.002927335 sec. | ||
| 1736 | 2025.02.25 03:49:38.797719 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1737 | 2025.02.25 03:49:38.797847 [ 4 ] {a69e79b2-ea83-4cc6-a342-a8a668a14f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1738 | 2025.02.25 03:49:38.797902 [ 4 ] {a69e79b2-ea83-4cc6-a342-a8a668a14f53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1739 | 2025.02.25 03:49:38.798383 [ 4 ] {a69e79b2-ea83-4cc6-a342-a8a668a14f53} <Trace> oximeter.measurements_i64 (6622a483-988c-49c9-afb2-37a36537a461): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1740 | 2025.02.25 03:49:38.798422 [ 4 ] {a69e79b2-ea83-4cc6-a342-a8a668a14f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1741 | 2025.02.25 03:49:38.798897 [ 4 ] {a69e79b2-ea83-4cc6-a342-a8a668a14f53} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1742 | 2025.02.25 03:49:38.799129 [ 4 ] {a69e79b2-ea83-4cc6-a342-a8a668a14f53} <Trace> oximeter.measurements_i64 (6622a483-988c-49c9-afb2-37a36537a461): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1743 | 2025.02.25 03:49:38.799443 [ 4 ] {a69e79b2-ea83-4cc6-a342-a8a668a14f53} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001603 sec., 11228.94572676232 rows/sec., 846.19 KiB/sec. | ||
| 1744 | 2025.02.25 03:49:38.799559 [ 4 ] {a69e79b2-ea83-4cc6-a342-a8a668a14f53} <Debug> TCPHandler: Processed in 0.001903803 sec. | ||
| 1745 | 2025.02.25 03:49:38.799712 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1746 | 2025.02.25 03:49:38.799842 [ 254 ] {f01d7779-3816-43f4-a986-46b5dd3b0184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1747 | 2025.02.25 03:49:38.799897 [ 254 ] {f01d7779-3816-43f4-a986-46b5dd3b0184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1748 | 2025.02.25 03:49:38.800408 [ 254 ] {f01d7779-3816-43f4-a986-46b5dd3b0184} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1749 | 2025.02.25 03:49:38.800447 [ 254 ] {f01d7779-3816-43f4-a986-46b5dd3b0184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1750 | 2025.02.25 03:49:38.800811 [ 254 ] {f01d7779-3816-43f4-a986-46b5dd3b0184} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1751 | 2025.02.25 03:49:38.801055 [ 254 ] {f01d7779-3816-43f4-a986-46b5dd3b0184} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1752 | 2025.02.25 03:49:38.801330 [ 254 ] {f01d7779-3816-43f4-a986-46b5dd3b0184} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001497 sec., 40080.160320641284 rows/sec., 2.70 MiB/sec. | ||
| 1753 | 2025.02.25 03:49:38.801444 [ 254 ] {f01d7779-3816-43f4-a986-46b5dd3b0184} <Debug> TCPHandler: Processed in 0.00179562 sec. | ||
| 1754 | 2025.02.25 03:49:40.902574 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1755 | 2025.02.25 03:49:40.902865 [ 4 ] {25942f66-04fe-4b13-8856-8e95d84dfc73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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) | ||
| 1756 | 2025.02.25 03:49:40.903345 [ 4 ] {25942f66-04fe-4b13-8856-8e95d84dfc73} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1757 | 2025.02.25 03:49:40.903399 [ 4 ] {25942f66-04fe-4b13-8856-8e95d84dfc73} <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 | ||
| 1758 | 2025.02.25 03:49:40.903755 [ 4 ] {25942f66-04fe-4b13-8856-8e95d84dfc73} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1759 | 2025.02.25 03:49:40.903837 [ 4 ] {25942f66-04fe-4b13-8856-8e95d84dfc73} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1760 | 2025.02.25 03:49:40.904015 [ 4 ] {25942f66-04fe-4b13-8856-8e95d84dfc73} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1761 | 2025.02.25 03:49:40.904109 [ 287 ] {25942f66-04fe-4b13-8856-8e95d84dfc73} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1762 | 2025.02.25 03:49:40.904202 [ 286 ] {25942f66-04fe-4b13-8856-8e95d84dfc73} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1763 | 2025.02.25 03:49:40.904206 [ 288 ] {25942f66-04fe-4b13-8856-8e95d84dfc73} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1764 | 2025.02.25 03:49:40.904367 [ 4 ] {25942f66-04fe-4b13-8856-8e95d84dfc73} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1765 | 2025.02.25 03:49:40.904397 [ 4 ] {25942f66-04fe-4b13-8856-8e95d84dfc73} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1766 | 2025.02.25 03:49:40.904516 [ 4 ] {25942f66-04fe-4b13-8856-8e95d84dfc73} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1767 | 2025.02.25 03:49:40.904538 [ 4 ] {25942f66-04fe-4b13-8856-8e95d84dfc73} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1768 | 2025.02.25 03:49:40.904580 [ 4 ] {25942f66-04fe-4b13-8856-8e95d84dfc73} <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'))" | ||
| 1769 | 2025.02.25 03:49:40.904627 [ 4 ] {25942f66-04fe-4b13-8856-8e95d84dfc73} <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'))" | ||
| 1770 | 2025.02.25 03:49:40.904669 [ 4 ] {25942f66-04fe-4b13-8856-8e95d84dfc73} <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'))" | ||
| 1771 | 2025.02.25 03:49:40.906573 [ 4 ] {25942f66-04fe-4b13-8856-8e95d84dfc73} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003849 sec., 8833.463237204469 rows/sec., 339.98 KiB/sec. | ||
| 1772 | 2025.02.25 03:49:40.906785 [ 4 ] {25942f66-04fe-4b13-8856-8e95d84dfc73} <Debug> TCPHandler: Processed in 0.004347047 sec. | ||
| 1773 | 2025.02.25 03:49:40.907179 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1774 | 2025.02.25 03:49:40.907359 [ 254 ] {4f0b2590-47c5-45de-acdb-3d2aaf8cc666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) 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) | ||
| 1775 | 2025.02.25 03:49:40.907670 [ 254 ] {4f0b2590-47c5-45de-acdb-3d2aaf8cc666} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1776 | 2025.02.25 03:49:40.907719 [ 254 ] {4f0b2590-47c5-45de-acdb-3d2aaf8cc666} <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 | ||
| 1777 | 2025.02.25 03:49:40.908041 [ 254 ] {4f0b2590-47c5-45de-acdb-3d2aaf8cc666} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1778 | 2025.02.25 03:49:40.908108 [ 254 ] {4f0b2590-47c5-45de-acdb-3d2aaf8cc666} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1779 | 2025.02.25 03:49:40.908255 [ 254 ] {4f0b2590-47c5-45de-acdb-3d2aaf8cc666} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1780 | 2025.02.25 03:49:40.908386 [ 287 ] {4f0b2590-47c5-45de-acdb-3d2aaf8cc666} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1781 | 2025.02.25 03:49:40.908420 [ 288 ] {4f0b2590-47c5-45de-acdb-3d2aaf8cc666} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1782 | 2025.02.25 03:49:40.908466 [ 290 ] {4f0b2590-47c5-45de-acdb-3d2aaf8cc666} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1783 | 2025.02.25 03:49:40.908633 [ 254 ] {4f0b2590-47c5-45de-acdb-3d2aaf8cc666} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1784 | 2025.02.25 03:49:40.908675 [ 254 ] {4f0b2590-47c5-45de-acdb-3d2aaf8cc666} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1785 | 2025.02.25 03:49:40.908814 [ 254 ] {4f0b2590-47c5-45de-acdb-3d2aaf8cc666} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1786 | 2025.02.25 03:49:40.908841 [ 254 ] {4f0b2590-47c5-45de-acdb-3d2aaf8cc666} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1787 | 2025.02.25 03:49:40.908892 [ 254 ] {4f0b2590-47c5-45de-acdb-3d2aaf8cc666} <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.02.25 03:49:40.908945 [ 254 ] {4f0b2590-47c5-45de-acdb-3d2aaf8cc666} <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.02.25 03:49:40.908993 [ 254 ] {4f0b2590-47c5-45de-acdb-3d2aaf8cc666} <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.02.25 03:49:40.910459 [ 254 ] {4f0b2590-47c5-45de-acdb-3d2aaf8cc666} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003187 sec., 10668.340131785377 rows/sec., 410.60 KiB/sec. | ||
| 1791 | 2025.02.25 03:49:40.910653 [ 254 ] {4f0b2590-47c5-45de-acdb-3d2aaf8cc666} <Debug> TCPHandler: Processed in 0.00353482 sec. | ||
| 1792 | 2025.02.25 03:49:40.910954 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1793 | 2025.02.25 03:49:40.911159 [ 4 ] {6a705455-f859-41b3-a003-58b5d53c32ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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) | ||
| 1794 | 2025.02.25 03:49:40.911524 [ 4 ] {6a705455-f859-41b3-a003-58b5d53c32ea} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1795 | 2025.02.25 03:49:40.911573 [ 4 ] {6a705455-f859-41b3-a003-58b5d53c32ea} <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 | ||
| 1796 | 2025.02.25 03:49:40.911920 [ 4 ] {6a705455-f859-41b3-a003-58b5d53c32ea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1797 | 2025.02.25 03:49:40.911986 [ 4 ] {6a705455-f859-41b3-a003-58b5d53c32ea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1798 | 2025.02.25 03:49:40.912127 [ 4 ] {6a705455-f859-41b3-a003-58b5d53c32ea} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1799 | 2025.02.25 03:49:40.912201 [ 287 ] {6a705455-f859-41b3-a003-58b5d53c32ea} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1800 | 2025.02.25 03:49:40.912254 [ 290 ] {6a705455-f859-41b3-a003-58b5d53c32ea} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1801 | 2025.02.25 03:49:40.912280 [ 288 ] {6a705455-f859-41b3-a003-58b5d53c32ea} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1802 | 2025.02.25 03:49:40.912406 [ 4 ] {6a705455-f859-41b3-a003-58b5d53c32ea} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1803 | 2025.02.25 03:49:40.912436 [ 4 ] {6a705455-f859-41b3-a003-58b5d53c32ea} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1804 | 2025.02.25 03:49:40.912542 [ 4 ] {6a705455-f859-41b3-a003-58b5d53c32ea} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1805 | 2025.02.25 03:49:40.912563 [ 4 ] {6a705455-f859-41b3-a003-58b5d53c32ea} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1806 | 2025.02.25 03:49:40.912604 [ 4 ] {6a705455-f859-41b3-a003-58b5d53c32ea} <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'))" | ||
| 1807 | 2025.02.25 03:49:40.912646 [ 4 ] {6a705455-f859-41b3-a003-58b5d53c32ea} <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'))" | ||
| 1808 | 2025.02.25 03:49:40.912683 [ 4 ] {6a705455-f859-41b3-a003-58b5d53c32ea} <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.02.25 03:49:40.914175 [ 4 ] {6a705455-f859-41b3-a003-58b5d53c32ea} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003117 sec., 10907.924286172602 rows/sec., 419.82 KiB/sec. | ||
| 1810 | 2025.02.25 03:49:40.914354 [ 4 ] {6a705455-f859-41b3-a003-58b5d53c32ea} <Debug> TCPHandler: Processed in 0.003467557 sec. | ||
| 1811 | 2025.02.25 03:49:40.914696 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1812 | 2025.02.25 03:49:40.914901 [ 254 ] {b11681ba-23e6-45c0-8aac-808afe2e8e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) 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) | ||
| 1813 | 2025.02.25 03:49:40.915273 [ 254 ] {b11681ba-23e6-45c0-8aac-808afe2e8e22} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1814 | 2025.02.25 03:49:40.915334 [ 254 ] {b11681ba-23e6-45c0-8aac-808afe2e8e22} <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 | ||
| 1815 | 2025.02.25 03:49:40.915663 [ 254 ] {b11681ba-23e6-45c0-8aac-808afe2e8e22} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1816 | 2025.02.25 03:49:40.915729 [ 254 ] {b11681ba-23e6-45c0-8aac-808afe2e8e22} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1817 | 2025.02.25 03:49:40.915875 [ 254 ] {b11681ba-23e6-45c0-8aac-808afe2e8e22} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1818 | 2025.02.25 03:49:40.916014 [ 288 ] {b11681ba-23e6-45c0-8aac-808afe2e8e22} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1819 | 2025.02.25 03:49:40.916033 [ 287 ] {b11681ba-23e6-45c0-8aac-808afe2e8e22} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1820 | 2025.02.25 03:49:40.916069 [ 290 ] {b11681ba-23e6-45c0-8aac-808afe2e8e22} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1821 | 2025.02.25 03:49:40.916207 [ 254 ] {b11681ba-23e6-45c0-8aac-808afe2e8e22} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1822 | 2025.02.25 03:49:40.916238 [ 254 ] {b11681ba-23e6-45c0-8aac-808afe2e8e22} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1823 | 2025.02.25 03:49:40.916348 [ 254 ] {b11681ba-23e6-45c0-8aac-808afe2e8e22} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1824 | 2025.02.25 03:49:40.916369 [ 254 ] {b11681ba-23e6-45c0-8aac-808afe2e8e22} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1825 | 2025.02.25 03:49:40.916408 [ 254 ] {b11681ba-23e6-45c0-8aac-808afe2e8e22} <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'))" | ||
| 1826 | 2025.02.25 03:49:40.916449 [ 254 ] {b11681ba-23e6-45c0-8aac-808afe2e8e22} <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'))" | ||
| 1827 | 2025.02.25 03:49:40.916486 [ 254 ] {b11681ba-23e6-45c0-8aac-808afe2e8e22} <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'))" | ||
| 1828 | 2025.02.25 03:49:40.917872 [ 254 ] {b11681ba-23e6-45c0-8aac-808afe2e8e22} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003072 sec., 11067.708333333334 rows/sec., 425.97 KiB/sec. | ||
| 1829 | 2025.02.25 03:49:40.918048 [ 254 ] {b11681ba-23e6-45c0-8aac-808afe2e8e22} <Debug> TCPHandler: Processed in 0.003415756 sec. | ||
| 1830 | 2025.02.25 03:49:40.918337 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1831 | 2025.02.25 03:49:40.918539 [ 4 ] {dfd8f788-8d8a-4cbb-be47-5f844a2887fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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) | ||
| 1832 | 2025.02.25 03:49:40.918915 [ 4 ] {dfd8f788-8d8a-4cbb-be47-5f844a2887fe} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1833 | 2025.02.25 03:49:40.918975 [ 4 ] {dfd8f788-8d8a-4cbb-be47-5f844a2887fe} <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 | ||
| 1834 | 2025.02.25 03:49:40.919372 [ 4 ] {dfd8f788-8d8a-4cbb-be47-5f844a2887fe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1835 | 2025.02.25 03:49:40.919436 [ 4 ] {dfd8f788-8d8a-4cbb-be47-5f844a2887fe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1836 | 2025.02.25 03:49:40.919576 [ 4 ] {dfd8f788-8d8a-4cbb-be47-5f844a2887fe} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1837 | 2025.02.25 03:49:40.919690 [ 287 ] {dfd8f788-8d8a-4cbb-be47-5f844a2887fe} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1838 | 2025.02.25 03:49:40.919722 [ 290 ] {dfd8f788-8d8a-4cbb-be47-5f844a2887fe} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1839 | 2025.02.25 03:49:40.919750 [ 288 ] {dfd8f788-8d8a-4cbb-be47-5f844a2887fe} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1840 | 2025.02.25 03:49:40.919848 [ 4 ] {dfd8f788-8d8a-4cbb-be47-5f844a2887fe} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1841 | 2025.02.25 03:49:40.919878 [ 4 ] {dfd8f788-8d8a-4cbb-be47-5f844a2887fe} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1842 | 2025.02.25 03:49:40.919985 [ 4 ] {dfd8f788-8d8a-4cbb-be47-5f844a2887fe} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1843 | 2025.02.25 03:49:40.920005 [ 4 ] {dfd8f788-8d8a-4cbb-be47-5f844a2887fe} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1844 | 2025.02.25 03:49:40.920045 [ 4 ] {dfd8f788-8d8a-4cbb-be47-5f844a2887fe} <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'))" | ||
| 1845 | 2025.02.25 03:49:40.920087 [ 4 ] {dfd8f788-8d8a-4cbb-be47-5f844a2887fe} <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'))" | ||
| 1846 | 2025.02.25 03:49:40.920126 [ 4 ] {dfd8f788-8d8a-4cbb-be47-5f844a2887fe} <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'))" | ||
| 1847 | 2025.02.25 03:49:40.921506 [ 4 ] {dfd8f788-8d8a-4cbb-be47-5f844a2887fe} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003067 sec., 11085.751548744702 rows/sec., 426.67 KiB/sec. | ||
| 1848 | 2025.02.25 03:49:40.921685 [ 4 ] {dfd8f788-8d8a-4cbb-be47-5f844a2887fe} <Debug> TCPHandler: Processed in 0.003416106 sec. | ||
| 1849 | 2025.02.25 03:49:40.921996 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1850 | 2025.02.25 03:49:40.922198 [ 254 ] {6be3baf0-b4bb-4722-a028-a43d2e11130a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) 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) | ||
| 1851 | 2025.02.25 03:49:40.922531 [ 254 ] {6be3baf0-b4bb-4722-a028-a43d2e11130a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1852 | 2025.02.25 03:49:40.922580 [ 254 ] {6be3baf0-b4bb-4722-a028-a43d2e11130a} <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 | ||
| 1853 | 2025.02.25 03:49:40.922907 [ 254 ] {6be3baf0-b4bb-4722-a028-a43d2e11130a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1854 | 2025.02.25 03:49:40.922971 [ 254 ] {6be3baf0-b4bb-4722-a028-a43d2e11130a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1855 | 2025.02.25 03:49:40.923113 [ 254 ] {6be3baf0-b4bb-4722-a028-a43d2e11130a} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1856 | 2025.02.25 03:49:40.923206 [ 287 ] {6be3baf0-b4bb-4722-a028-a43d2e11130a} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1857 | 2025.02.25 03:49:40.923264 [ 290 ] {6be3baf0-b4bb-4722-a028-a43d2e11130a} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1858 | 2025.02.25 03:49:40.923268 [ 288 ] {6be3baf0-b4bb-4722-a028-a43d2e11130a} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1859 | 2025.02.25 03:49:40.923399 [ 254 ] {6be3baf0-b4bb-4722-a028-a43d2e11130a} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1860 | 2025.02.25 03:49:40.923428 [ 254 ] {6be3baf0-b4bb-4722-a028-a43d2e11130a} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1861 | 2025.02.25 03:49:40.923535 [ 254 ] {6be3baf0-b4bb-4722-a028-a43d2e11130a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1862 | 2025.02.25 03:49:40.923555 [ 254 ] {6be3baf0-b4bb-4722-a028-a43d2e11130a} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1863 | 2025.02.25 03:49:40.923596 [ 254 ] {6be3baf0-b4bb-4722-a028-a43d2e11130a} <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'))" | ||
| 1864 | 2025.02.25 03:49:40.923636 [ 254 ] {6be3baf0-b4bb-4722-a028-a43d2e11130a} <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'))" | ||
| 1865 | 2025.02.25 03:49:40.923675 [ 254 ] {6be3baf0-b4bb-4722-a028-a43d2e11130a} <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'))" | ||
| 1866 | 2025.02.25 03:49:40.925397 [ 254 ] {6be3baf0-b4bb-4722-a028-a43d2e11130a} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003298 sec., 10309.278350515464 rows/sec., 396.78 KiB/sec. | ||
| 1867 | 2025.02.25 03:49:40.925614 [ 254 ] {6be3baf0-b4bb-4722-a028-a43d2e11130a} <Debug> TCPHandler: Processed in 0.003681152 sec. | ||
| 1868 | 2025.02.25 03:49:40.934970 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1869 | 2025.02.25 03:49:40.935306 [ 4 ] {a9370b15-bf88-4420-bbad-d6df71529759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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) | ||
| 1870 | 2025.02.25 03:49:40.935668 [ 4 ] {a9370b15-bf88-4420-bbad-d6df71529759} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1871 | 2025.02.25 03:49:40.935719 [ 4 ] {a9370b15-bf88-4420-bbad-d6df71529759} <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 | ||
| 1872 | 2025.02.25 03:49:40.936051 [ 4 ] {a9370b15-bf88-4420-bbad-d6df71529759} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1873 | 2025.02.25 03:49:40.936115 [ 4 ] {a9370b15-bf88-4420-bbad-d6df71529759} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1874 | 2025.02.25 03:49:40.936256 [ 4 ] {a9370b15-bf88-4420-bbad-d6df71529759} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 1875 | 2025.02.25 03:49:40.936334 [ 287 ] {a9370b15-bf88-4420-bbad-d6df71529759} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1876 | 2025.02.25 03:49:40.936450 [ 288 ] {a9370b15-bf88-4420-bbad-d6df71529759} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1877 | 2025.02.25 03:49:40.936468 [ 290 ] {a9370b15-bf88-4420-bbad-d6df71529759} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1878 | 2025.02.25 03:49:40.936645 [ 4 ] {a9370b15-bf88-4420-bbad-d6df71529759} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1879 | 2025.02.25 03:49:40.936676 [ 4 ] {a9370b15-bf88-4420-bbad-d6df71529759} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1880 | 2025.02.25 03:49:40.936784 [ 4 ] {a9370b15-bf88-4420-bbad-d6df71529759} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1881 | 2025.02.25 03:49:40.936805 [ 4 ] {a9370b15-bf88-4420-bbad-d6df71529759} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1882 | 2025.02.25 03:49:40.936845 [ 4 ] {a9370b15-bf88-4420-bbad-d6df71529759} <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'))" | ||
| 1883 | 2025.02.25 03:49:40.936888 [ 4 ] {a9370b15-bf88-4420-bbad-d6df71529759} <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'))" | ||
| 1884 | 2025.02.25 03:49:40.936926 [ 4 ] {a9370b15-bf88-4420-bbad-d6df71529759} <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'))" | ||
| 1885 | 2025.02.25 03:49:40.938466 [ 4 ] {a9370b15-bf88-4420-bbad-d6df71529759} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003332 sec., 10204.081632653062 rows/sec., 392.74 KiB/sec. | ||
| 1886 | 2025.02.25 03:49:40.938660 [ 4 ] {a9370b15-bf88-4420-bbad-d6df71529759} <Debug> TCPHandler: Processed in 0.003800045 sec. | ||
| 1887 | 2025.02.25 03:49:40.938928 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1888 | 2025.02.25 03:49:40.939136 [ 254 ] {f75f17c0-4963-4729-a0a4-5ba648f3cc31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) 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) | ||
| 1889 | 2025.02.25 03:49:40.939492 [ 254 ] {f75f17c0-4963-4729-a0a4-5ba648f3cc31} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1890 | 2025.02.25 03:49:40.939542 [ 254 ] {f75f17c0-4963-4729-a0a4-5ba648f3cc31} <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 | ||
| 1891 | 2025.02.25 03:49:40.939876 [ 254 ] {f75f17c0-4963-4729-a0a4-5ba648f3cc31} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1892 | 2025.02.25 03:49:40.939941 [ 254 ] {f75f17c0-4963-4729-a0a4-5ba648f3cc31} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1893 | 2025.02.25 03:49:40.940082 [ 254 ] {f75f17c0-4963-4729-a0a4-5ba648f3cc31} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 1894 | 2025.02.25 03:49:40.940155 [ 287 ] {f75f17c0-4963-4729-a0a4-5ba648f3cc31} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1895 | 2025.02.25 03:49:40.940214 [ 286 ] {f75f17c0-4963-4729-a0a4-5ba648f3cc31} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1896 | 2025.02.25 03:49:40.940237 [ 288 ] {f75f17c0-4963-4729-a0a4-5ba648f3cc31} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1897 | 2025.02.25 03:49:40.940364 [ 254 ] {f75f17c0-4963-4729-a0a4-5ba648f3cc31} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1898 | 2025.02.25 03:49:40.940393 [ 254 ] {f75f17c0-4963-4729-a0a4-5ba648f3cc31} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1899 | 2025.02.25 03:49:40.940499 [ 254 ] {f75f17c0-4963-4729-a0a4-5ba648f3cc31} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1900 | 2025.02.25 03:49:40.940518 [ 254 ] {f75f17c0-4963-4729-a0a4-5ba648f3cc31} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1901 | 2025.02.25 03:49:40.940557 [ 254 ] {f75f17c0-4963-4729-a0a4-5ba648f3cc31} <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'))" | ||
| 1902 | 2025.02.25 03:49:40.940598 [ 254 ] {f75f17c0-4963-4729-a0a4-5ba648f3cc31} <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'))" | ||
| 1903 | 2025.02.25 03:49:40.940636 [ 254 ] {f75f17c0-4963-4729-a0a4-5ba648f3cc31} <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'))" | ||
| 1904 | 2025.02.25 03:49:40.942088 [ 254 ] {f75f17c0-4963-4729-a0a4-5ba648f3cc31} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003056 sec., 11125.65445026178 rows/sec., 428.20 KiB/sec. | ||
| 1905 | 2025.02.25 03:49:40.942278 [ 254 ] {f75f17c0-4963-4729-a0a4-5ba648f3cc31} <Debug> TCPHandler: Processed in 0.003413537 sec. | ||
| 1906 | 2025.02.25 03:49:40.942523 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1907 | 2025.02.25 03:49:40.942729 [ 4 ] {f7e02a9f-1cc4-4630-8fac-1c729abe1c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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) | ||
| 1908 | 2025.02.25 03:49:40.943104 [ 4 ] {f7e02a9f-1cc4-4630-8fac-1c729abe1c94} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1909 | 2025.02.25 03:49:40.943165 [ 4 ] {f7e02a9f-1cc4-4630-8fac-1c729abe1c94} <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 | ||
| 1910 | 2025.02.25 03:49:40.943538 [ 4 ] {f7e02a9f-1cc4-4630-8fac-1c729abe1c94} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1911 | 2025.02.25 03:49:40.943602 [ 4 ] {f7e02a9f-1cc4-4630-8fac-1c729abe1c94} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1912 | 2025.02.25 03:49:40.943743 [ 4 ] {f7e02a9f-1cc4-4630-8fac-1c729abe1c94} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 1913 | 2025.02.25 03:49:40.943810 [ 287 ] {f7e02a9f-1cc4-4630-8fac-1c729abe1c94} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1914 | 2025.02.25 03:49:40.943884 [ 290 ] {f7e02a9f-1cc4-4630-8fac-1c729abe1c94} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1915 | 2025.02.25 03:49:40.943898 [ 288 ] {f7e02a9f-1cc4-4630-8fac-1c729abe1c94} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1916 | 2025.02.25 03:49:40.944011 [ 4 ] {f7e02a9f-1cc4-4630-8fac-1c729abe1c94} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1917 | 2025.02.25 03:49:40.944038 [ 4 ] {f7e02a9f-1cc4-4630-8fac-1c729abe1c94} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1918 | 2025.02.25 03:49:40.944144 [ 4 ] {f7e02a9f-1cc4-4630-8fac-1c729abe1c94} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1919 | 2025.02.25 03:49:40.944164 [ 4 ] {f7e02a9f-1cc4-4630-8fac-1c729abe1c94} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1920 | 2025.02.25 03:49:40.944205 [ 4 ] {f7e02a9f-1cc4-4630-8fac-1c729abe1c94} <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'))" | ||
| 1921 | 2025.02.25 03:49:40.944246 [ 4 ] {f7e02a9f-1cc4-4630-8fac-1c729abe1c94} <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'))" | ||
| 1922 | 2025.02.25 03:49:40.944285 [ 4 ] {f7e02a9f-1cc4-4630-8fac-1c729abe1c94} <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'))" | ||
| 1923 | 2025.02.25 03:49:40.945614 [ 4 ] {f7e02a9f-1cc4-4630-8fac-1c729abe1c94} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002989 sec., 11375.041820006692 rows/sec., 437.80 KiB/sec. | ||
| 1924 | 2025.02.25 03:49:40.945805 [ 4 ] {f7e02a9f-1cc4-4630-8fac-1c729abe1c94} <Debug> TCPHandler: Processed in 0.003345235 sec. | ||
| 1925 | 2025.02.25 03:49:40.946056 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1926 | 2025.02.25 03:49:40.946261 [ 254 ] {7c59aaff-c63e-4bdd-872f-308a7d512e76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) 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) | ||
| 1927 | 2025.02.25 03:49:40.946592 [ 254 ] {7c59aaff-c63e-4bdd-872f-308a7d512e76} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1928 | 2025.02.25 03:49:40.946643 [ 254 ] {7c59aaff-c63e-4bdd-872f-308a7d512e76} <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 | ||
| 1929 | 2025.02.25 03:49:40.946981 [ 254 ] {7c59aaff-c63e-4bdd-872f-308a7d512e76} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1930 | 2025.02.25 03:49:40.947045 [ 254 ] {7c59aaff-c63e-4bdd-872f-308a7d512e76} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1931 | 2025.02.25 03:49:40.947186 [ 254 ] {7c59aaff-c63e-4bdd-872f-308a7d512e76} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
| 1932 | 2025.02.25 03:49:40.947273 [ 287 ] {7c59aaff-c63e-4bdd-872f-308a7d512e76} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1933 | 2025.02.25 03:49:40.947314 [ 290 ] {7c59aaff-c63e-4bdd-872f-308a7d512e76} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1934 | 2025.02.25 03:49:40.947344 [ 288 ] {7c59aaff-c63e-4bdd-872f-308a7d512e76} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1935 | 2025.02.25 03:49:40.947488 [ 254 ] {7c59aaff-c63e-4bdd-872f-308a7d512e76} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1936 | 2025.02.25 03:49:40.947518 [ 254 ] {7c59aaff-c63e-4bdd-872f-308a7d512e76} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1937 | 2025.02.25 03:49:40.947626 [ 254 ] {7c59aaff-c63e-4bdd-872f-308a7d512e76} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1938 | 2025.02.25 03:49:40.947647 [ 254 ] {7c59aaff-c63e-4bdd-872f-308a7d512e76} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1939 | 2025.02.25 03:49:40.947686 [ 254 ] {7c59aaff-c63e-4bdd-872f-308a7d512e76} <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'))" | ||
| 1940 | 2025.02.25 03:49:40.947729 [ 254 ] {7c59aaff-c63e-4bdd-872f-308a7d512e76} <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'))" | ||
| 1941 | 2025.02.25 03:49:40.947768 [ 254 ] {7c59aaff-c63e-4bdd-872f-308a7d512e76} <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'))" | ||
| 1942 | 2025.02.25 03:49:40.949143 [ 254 ] {7c59aaff-c63e-4bdd-872f-308a7d512e76} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002985 sec., 11390.284757118929 rows/sec., 438.39 KiB/sec. | ||
| 1943 | 2025.02.25 03:49:40.949339 [ 254 ] {7c59aaff-c63e-4bdd-872f-308a7d512e76} <Debug> TCPHandler: Processed in 0.003346005 sec. | ||
| 1944 | 2025.02.25 03:49:40.949590 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1945 | 2025.02.25 03:49:40.949767 [ 4 ] {0631d392-f11d-4047-b89b-992d83151dfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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) | ||
| 1946 | 2025.02.25 03:49:40.950084 [ 4 ] {0631d392-f11d-4047-b89b-992d83151dfd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1947 | 2025.02.25 03:49:40.950134 [ 4 ] {0631d392-f11d-4047-b89b-992d83151dfd} <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 | ||
| 1948 | 2025.02.25 03:49:40.950486 [ 4 ] {0631d392-f11d-4047-b89b-992d83151dfd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1949 | 2025.02.25 03:49:40.950551 [ 4 ] {0631d392-f11d-4047-b89b-992d83151dfd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1950 | 2025.02.25 03:49:40.950693 [ 4 ] {0631d392-f11d-4047-b89b-992d83151dfd} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
| 1951 | 2025.02.25 03:49:40.950782 [ 287 ] {0631d392-f11d-4047-b89b-992d83151dfd} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1952 | 2025.02.25 03:49:40.950835 [ 290 ] {0631d392-f11d-4047-b89b-992d83151dfd} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1953 | 2025.02.25 03:49:40.950861 [ 288 ] {0631d392-f11d-4047-b89b-992d83151dfd} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1954 | 2025.02.25 03:49:40.950974 [ 4 ] {0631d392-f11d-4047-b89b-992d83151dfd} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1955 | 2025.02.25 03:49:40.951003 [ 4 ] {0631d392-f11d-4047-b89b-992d83151dfd} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1956 | 2025.02.25 03:49:40.951111 [ 4 ] {0631d392-f11d-4047-b89b-992d83151dfd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1957 | 2025.02.25 03:49:40.951132 [ 4 ] {0631d392-f11d-4047-b89b-992d83151dfd} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1958 | 2025.02.25 03:49:40.951172 [ 4 ] {0631d392-f11d-4047-b89b-992d83151dfd} <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'))" | ||
| 1959 | 2025.02.25 03:49:40.951213 [ 4 ] {0631d392-f11d-4047-b89b-992d83151dfd} <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'))" | ||
| 1960 | 2025.02.25 03:49:40.951252 [ 4 ] {0631d392-f11d-4047-b89b-992d83151dfd} <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'))" | ||
| 1961 | 2025.02.25 03:49:40.952617 [ 4 ] {0631d392-f11d-4047-b89b-992d83151dfd} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002936 sec., 11580.381471389646 rows/sec., 445.71 KiB/sec. | ||
| 1962 | 2025.02.25 03:49:40.952804 [ 4 ] {0631d392-f11d-4047-b89b-992d83151dfd} <Debug> TCPHandler: Processed in 0.003267493 sec. | ||
| 1963 | 2025.02.25 03:49:40.953044 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1964 | 2025.02.25 03:49:40.953215 [ 254 ] {6be03f09-abda-43de-8a62-140662c017f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) 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) | ||
| 1965 | 2025.02.25 03:49:40.953528 [ 254 ] {6be03f09-abda-43de-8a62-140662c017f1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1966 | 2025.02.25 03:49:40.953579 [ 254 ] {6be03f09-abda-43de-8a62-140662c017f1} <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 | ||
| 1967 | 2025.02.25 03:49:40.953924 [ 254 ] {6be03f09-abda-43de-8a62-140662c017f1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1968 | 2025.02.25 03:49:40.953991 [ 254 ] {6be03f09-abda-43de-8a62-140662c017f1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1969 | 2025.02.25 03:49:40.954133 [ 254 ] {6be03f09-abda-43de-8a62-140662c017f1} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
| 1970 | 2025.02.25 03:49:40.954207 [ 287 ] {6be03f09-abda-43de-8a62-140662c017f1} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1971 | 2025.02.25 03:49:40.954276 [ 290 ] {6be03f09-abda-43de-8a62-140662c017f1} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1972 | 2025.02.25 03:49:40.954289 [ 288 ] {6be03f09-abda-43de-8a62-140662c017f1} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1973 | 2025.02.25 03:49:40.954403 [ 254 ] {6be03f09-abda-43de-8a62-140662c017f1} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 1974 | 2025.02.25 03:49:40.954432 [ 254 ] {6be03f09-abda-43de-8a62-140662c017f1} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1975 | 2025.02.25 03:49:40.954540 [ 254 ] {6be03f09-abda-43de-8a62-140662c017f1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1976 | 2025.02.25 03:49:40.954561 [ 254 ] {6be03f09-abda-43de-8a62-140662c017f1} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1977 | 2025.02.25 03:49:40.954602 [ 254 ] {6be03f09-abda-43de-8a62-140662c017f1} <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'))" | ||
| 1978 | 2025.02.25 03:49:40.954648 [ 254 ] {6be03f09-abda-43de-8a62-140662c017f1} <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'))" | ||
| 1979 | 2025.02.25 03:49:40.954688 [ 254 ] {6be03f09-abda-43de-8a62-140662c017f1} <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'))" | ||
| 1980 | 2025.02.25 03:49:40.956143 [ 254 ] {6be03f09-abda-43de-8a62-140662c017f1} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003012 sec., 11288.180610889774 rows/sec., 434.46 KiB/sec. | ||
| 1981 | 2025.02.25 03:49:40.956339 [ 254 ] {6be03f09-abda-43de-8a62-140662c017f1} <Debug> TCPHandler: Processed in 0.003348485 sec. | ||
| 1982 | 2025.02.25 03:49:41.059658 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1983 | 2025.02.25 03:49:41.059813 [ 4 ] {d4bcb754-3115-414a-8db6-6bf320ef0924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1984 | 2025.02.25 03:49:41.059879 [ 4 ] {d4bcb754-3115-414a-8db6-6bf320ef0924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1985 | 2025.02.25 03:49:41.060707 [ 4 ] {d4bcb754-3115-414a-8db6-6bf320ef0924} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1986 | 2025.02.25 03:49:41.060754 [ 4 ] {d4bcb754-3115-414a-8db6-6bf320ef0924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1987 | 2025.02.25 03:49:41.061262 [ 4 ] {d4bcb754-3115-414a-8db6-6bf320ef0924} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1988 | 2025.02.25 03:49:41.061482 [ 4 ] {d4bcb754-3115-414a-8db6-6bf320ef0924} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1989 | 2025.02.25 03:49:41.061714 [ 4 ] {d4bcb754-3115-414a-8db6-6bf320ef0924} <Debug> executeQuery: Read 12 rows, 4.18 KiB in 0.001942 sec., 6179.196704428425 rows/sec., 2.10 MiB/sec. | ||
| 1990 | 2025.02.25 03:49:41.061815 [ 4 ] {d4bcb754-3115-414a-8db6-6bf320ef0924} <Debug> TCPHandler: Processed in 0.0022473 sec. | ||
| 1991 | 2025.02.25 03:49:41.062031 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1992 | 2025.02.25 03:49:41.062172 [ 254 ] {a92b962a-b61d-4185-83f2-d976172d4d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1993 | 2025.02.25 03:49:41.062228 [ 254 ] {a92b962a-b61d-4185-83f2-d976172d4d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1994 | 2025.02.25 03:49:41.062823 [ 254 ] {a92b962a-b61d-4185-83f2-d976172d4d70} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1995 | 2025.02.25 03:49:41.062863 [ 254 ] {a92b962a-b61d-4185-83f2-d976172d4d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 1996 | 2025.02.25 03:49:41.063239 [ 254 ] {a92b962a-b61d-4185-83f2-d976172d4d70} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1997 | 2025.02.25 03:49:41.063479 [ 254 ] {a92b962a-b61d-4185-83f2-d976172d4d70} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1998 | 2025.02.25 03:49:41.063821 [ 254 ] {a92b962a-b61d-4185-83f2-d976172d4d70} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001645 sec., 14589.665653495442 rows/sec., 1.21 MiB/sec. | ||
| 1999 | 2025.02.25 03:49:41.063950 [ 254 ] {a92b962a-b61d-4185-83f2-d976172d4d70} <Debug> TCPHandler: Processed in 0.001985294 sec. | ||
| 2000 | 2025.02.25 03:49:41.064104 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2001 | 2025.02.25 03:49:41.064235 [ 4 ] {3d71bd56-4dc2-4a1e-91ca-92146525ebbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2002 | 2025.02.25 03:49:41.064288 [ 4 ] {3d71bd56-4dc2-4a1e-91ca-92146525ebbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2003 | 2025.02.25 03:49:41.065605 [ 4 ] {3d71bd56-4dc2-4a1e-91ca-92146525ebbb} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2004 | 2025.02.25 03:49:41.065652 [ 4 ] {3d71bd56-4dc2-4a1e-91ca-92146525ebbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2005 | 2025.02.25 03:49:41.066226 [ 4 ] {3d71bd56-4dc2-4a1e-91ca-92146525ebbb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2006 | 2025.02.25 03:49:41.066529 [ 4 ] {3d71bd56-4dc2-4a1e-91ca-92146525ebbb} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2007 | 2025.02.25 03:49:41.066832 [ 4 ] {3d71bd56-4dc2-4a1e-91ca-92146525ebbb} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.002624 sec., 501524.39024390245 rows/sec., 41.66 MiB/sec. | ||
| 2008 | 2025.02.25 03:49:41.067012 [ 4 ] {3d71bd56-4dc2-4a1e-91ca-92146525ebbb} <Debug> TCPHandler: Processed in 0.002967126 sec. | ||
| 2009 | 2025.02.25 03:49:41.067179 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2010 | 2025.02.25 03:49:41.067290 [ 254 ] {c1a788a0-1f01-4cf9-acbe-73e8f1133cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2011 | 2025.02.25 03:49:41.067335 [ 254 ] {c1a788a0-1f01-4cf9-acbe-73e8f1133cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2012 | 2025.02.25 03:49:41.067882 [ 254 ] {c1a788a0-1f01-4cf9-acbe-73e8f1133cf4} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2013 | 2025.02.25 03:49:41.067923 [ 254 ] {c1a788a0-1f01-4cf9-acbe-73e8f1133cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2014 | 2025.02.25 03:49:41.068266 [ 254 ] {c1a788a0-1f01-4cf9-acbe-73e8f1133cf4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2015 | 2025.02.25 03:49:41.068506 [ 254 ] {c1a788a0-1f01-4cf9-acbe-73e8f1133cf4} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2016 | 2025.02.25 03:49:41.068805 [ 254 ] {c1a788a0-1f01-4cf9-acbe-73e8f1133cf4} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.001516 sec., 7915.5672823219 rows/sec., 633.86 KiB/sec. | ||
| 2017 | 2025.02.25 03:49:41.068914 [ 254 ] {c1a788a0-1f01-4cf9-acbe-73e8f1133cf4} <Debug> TCPHandler: Processed in 0.001787 sec. | ||
| 2018 | 2025.02.25 03:49:41.069062 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2019 | 2025.02.25 03:49:41.069170 [ 4 ] {71c91795-af25-40b0-9f75-aebd9d20f0ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2020 | 2025.02.25 03:49:41.069218 [ 4 ] {71c91795-af25-40b0-9f75-aebd9d20f0ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2021 | 2025.02.25 03:49:41.069848 [ 4 ] {71c91795-af25-40b0-9f75-aebd9d20f0ed} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2022 | 2025.02.25 03:49:41.069888 [ 4 ] {71c91795-af25-40b0-9f75-aebd9d20f0ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2023 | 2025.02.25 03:49:41.070251 [ 4 ] {71c91795-af25-40b0-9f75-aebd9d20f0ed} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2024 | 2025.02.25 03:49:41.070500 [ 4 ] {71c91795-af25-40b0-9f75-aebd9d20f0ed} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2025 | 2025.02.25 03:49:41.070819 [ 4 ] {71c91795-af25-40b0-9f75-aebd9d20f0ed} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001634 sec., 154222.76621787026 rows/sec., 10.67 MiB/sec. | ||
| 2026 | 2025.02.25 03:49:41.071017 [ 4 ] {71c91795-af25-40b0-9f75-aebd9d20f0ed} <Debug> TCPHandler: Processed in 0.001995045 sec. | ||
| 2027 | 2025.02.25 03:49:41.071158 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2028 | 2025.02.25 03:49:41.071269 [ 254 ] {401dd04d-a042-4cfa-9cd3-0bf58abc69f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2029 | 2025.02.25 03:49:41.071314 [ 254 ] {401dd04d-a042-4cfa-9cd3-0bf58abc69f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2030 | 2025.02.25 03:49:41.071936 [ 254 ] {401dd04d-a042-4cfa-9cd3-0bf58abc69f3} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2031 | 2025.02.25 03:49:41.071979 [ 254 ] {401dd04d-a042-4cfa-9cd3-0bf58abc69f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2032 | 2025.02.25 03:49:41.072416 [ 254 ] {401dd04d-a042-4cfa-9cd3-0bf58abc69f3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2033 | 2025.02.25 03:49:41.072744 [ 254 ] {401dd04d-a042-4cfa-9cd3-0bf58abc69f3} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2034 | 2025.02.25 03:49:41.073117 [ 254 ] {401dd04d-a042-4cfa-9cd3-0bf58abc69f3} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001834 sec., 6543.075245365322 rows/sec., 511.18 KiB/sec. | ||
| 2035 | 2025.02.25 03:49:41.073235 [ 254 ] {401dd04d-a042-4cfa-9cd3-0bf58abc69f3} <Debug> TCPHandler: Processed in 0.002126918 sec. | ||
| 2036 | 2025.02.25 03:49:41.073407 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2037 | 2025.02.25 03:49:41.073515 [ 4 ] {70baa456-d108-417c-be32-80849eb9ef04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2038 | 2025.02.25 03:49:41.073559 [ 4 ] {70baa456-d108-417c-be32-80849eb9ef04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2039 | 2025.02.25 03:49:41.074306 [ 4 ] {70baa456-d108-417c-be32-80849eb9ef04} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2040 | 2025.02.25 03:49:41.074345 [ 4 ] {70baa456-d108-417c-be32-80849eb9ef04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2041 | 2025.02.25 03:49:41.074721 [ 4 ] {70baa456-d108-417c-be32-80849eb9ef04} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2042 | 2025.02.25 03:49:41.074959 [ 4 ] {70baa456-d108-417c-be32-80849eb9ef04} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2043 | 2025.02.25 03:49:41.075169 [ 4 ] {70baa456-d108-417c-be32-80849eb9ef04} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.001676 sec., 331742.24343675416 rows/sec., 24.86 MiB/sec. | ||
| 2044 | 2025.02.25 03:49:41.075220 [ 4 ] {70baa456-d108-417c-be32-80849eb9ef04} <Debug> TCPHandler: Processed in 0.001865192 sec. | ||
| 2045 | 2025.02.25 03:49:41.075365 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2046 | 2025.02.25 03:49:41.075476 [ 254 ] {28e4a0e6-352c-464f-bf77-565d9d0800bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2047 | 2025.02.25 03:49:41.075524 [ 254 ] {28e4a0e6-352c-464f-bf77-565d9d0800bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2048 | 2025.02.25 03:49:41.078776 [ 254 ] {28e4a0e6-352c-464f-bf77-565d9d0800bb} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2049 | 2025.02.25 03:49:41.078817 [ 254 ] {28e4a0e6-352c-464f-bf77-565d9d0800bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2050 | 2025.02.25 03:49:41.079407 [ 254 ] {28e4a0e6-352c-464f-bf77-565d9d0800bb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2051 | 2025.02.25 03:49:41.079648 [ 254 ] {28e4a0e6-352c-464f-bf77-565d9d0800bb} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2052 | 2025.02.25 03:49:41.079868 [ 254 ] {28e4a0e6-352c-464f-bf77-565d9d0800bb} <Debug> executeQuery: Read 3016 rows, 209.35 KiB in 0.004413 sec., 683435.3047813278 rows/sec., 46.33 MiB/sec. | ||
| 2053 | 2025.02.25 03:49:41.079920 [ 254 ] {28e4a0e6-352c-464f-bf77-565d9d0800bb} <Debug> TCPHandler: Processed in 0.004609513 sec. | ||
| 2054 | 2025.02.25 03:49:41.080052 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2055 | 2025.02.25 03:49:41.080161 [ 4 ] {a6933fce-cd59-49d0-af31-2c629a93c0af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2056 | 2025.02.25 03:49:41.080207 [ 4 ] {a6933fce-cd59-49d0-af31-2c629a93c0af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2057 | 2025.02.25 03:49:41.080645 [ 4 ] {a6933fce-cd59-49d0-af31-2c629a93c0af} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2058 | 2025.02.25 03:49:41.080683 [ 4 ] {a6933fce-cd59-49d0-af31-2c629a93c0af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2059 | 2025.02.25 03:49:41.081032 [ 4 ] {a6933fce-cd59-49d0-af31-2c629a93c0af} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2060 | 2025.02.25 03:49:41.081259 [ 4 ] {a6933fce-cd59-49d0-af31-2c629a93c0af} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2061 | 2025.02.25 03:49:41.081461 [ 4 ] {a6933fce-cd59-49d0-af31-2c629a93c0af} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001322 sec., 18154.31164901664 rows/sec., 1.22 MiB/sec. | ||
| 2062 | 2025.02.25 03:49:41.081510 [ 4 ] {a6933fce-cd59-49d0-af31-2c629a93c0af} <Debug> TCPHandler: Processed in 0.001510074 sec. | ||
| 2063 | 2025.02.25 03:49:43.763931 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2064 | 2025.02.25 03:49:43.764163 [ 4 ] {930e9c61-e823-455a-8f8a-0be3b86a4ef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2065 | 2025.02.25 03:49:43.764249 [ 4 ] {930e9c61-e823-455a-8f8a-0be3b86a4ef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2066 | 2025.02.25 03:49:43.765093 [ 4 ] {930e9c61-e823-455a-8f8a-0be3b86a4ef2} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2067 | 2025.02.25 03:49:43.765151 [ 4 ] {930e9c61-e823-455a-8f8a-0be3b86a4ef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2068 | 2025.02.25 03:49:43.765587 [ 4 ] {930e9c61-e823-455a-8f8a-0be3b86a4ef2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2069 | 2025.02.25 03:49:43.765858 [ 4 ] {930e9c61-e823-455a-8f8a-0be3b86a4ef2} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2070 | 2025.02.25 03:49:43.766067 [ 49 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2071 | 2025.02.25 03:49:43.766093 [ 4 ] {930e9c61-e823-455a-8f8a-0be3b86a4ef2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001988 sec., 28169.01408450704 rows/sec., 2.15 MiB/sec. | ||
| 2072 | 2025.02.25 03:49:43.766149 [ 49 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2073 | 2025.02.25 03:49:43.766224 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2074 | 2025.02.25 03:49:43.766244 [ 4 ] {930e9c61-e823-455a-8f8a-0be3b86a4ef2} <Debug> TCPHandler: Processed in 0.002455585 sec. | ||
| 2075 | 2025.02.25 03:49:43.766530 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 2076 | 2025.02.25 03:49:43.766555 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2077 | 2025.02.25 03:49:43.766869 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2078 | 2025.02.25 03:49:43.766888 [ 254 ] {a53bca8e-a656-41ef-a480-7b0a5ac709fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2079 | 2025.02.25 03:49:43.766908 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 2080 | 2025.02.25 03:49:43.766961 [ 254 ] {a53bca8e-a656-41ef-a480-7b0a5ac709fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2081 | 2025.02.25 03:49:43.767043 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
| 2082 | 2025.02.25 03:49:43.767354 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 2083 | 2025.02.25 03:49:43.767722 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 124 rows starting from the beginning of the part | ||
| 2084 | 2025.02.25 03:49:43.767938 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1316 rows starting from the beginning of the part | ||
| 2085 | 2025.02.25 03:49:43.768177 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 2086 | 2025.02.25 03:49:43.768895 [ 254 ] {a53bca8e-a656-41ef-a480-7b0a5ac709fa} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2087 | 2025.02.25 03:49:43.768946 [ 254 ] {a53bca8e-a656-41ef-a480-7b0a5ac709fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2088 | 2025.02.25 03:49:43.769546 [ 254 ] {a53bca8e-a656-41ef-a480-7b0a5ac709fa} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2089 | 2025.02.25 03:49:43.769822 [ 254 ] {a53bca8e-a656-41ef-a480-7b0a5ac709fa} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2090 | 2025.02.25 03:49:43.770047 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2257 rows, containing 5 columns (5 merged, 0 gathered) in 0.003713373 sec., 607803.2021022397 rows/sec., 51.87 MiB/sec. | ||
| 2091 | 2025.02.25 03:49:43.770141 [ 45 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2092 | 2025.02.25 03:49:43.770212 [ 254 ] {a53bca8e-a656-41ef-a480-7b0a5ac709fa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003376 sec., 18957.34597156398 rows/sec., 1.48 MiB/sec. | ||
| 2093 | 2025.02.25 03:49:43.770221 [ 45 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2094 | 2025.02.25 03:49:43.770333 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2095 | 2025.02.25 03:49:43.770429 [ 254 ] {a53bca8e-a656-41ef-a480-7b0a5ac709fa} <Debug> TCPHandler: Processed in 0.00402174 sec. | ||
| 2096 | 2025.02.25 03:49:43.770448 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2097 | 2025.02.25 03:49:43.770993 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2098 | 2025.02.25 03:49:43.770997 [ 193 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 2099 | 2025.02.25 03:49:43.771272 [ 4 ] {432aa5a5-c8aa-4f6e-8a44-3643ae9b025e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2100 | 2025.02.25 03:49:43.771449 [ 4 ] {432aa5a5-c8aa-4f6e-8a44-3643ae9b025e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2101 | 2025.02.25 03:49:43.771513 [ 193 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2102 | 2025.02.25 03:49:43.771542 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_11_2} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2103 | 2025.02.25 03:49:43.771674 [ 193 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 2104 | 2025.02.25 03:49:43.771830 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_11_2} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2105 | 2025.02.25 03:49:43.772231 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 2106 | 2025.02.25 03:49:43.772278 [ 193 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
| 2107 | 2025.02.25 03:49:43.772644 [ 193 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 2108 | 2025.02.25 03:49:43.773014 [ 193 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 108 rows starting from the beginning of the part | ||
| 2109 | 2025.02.25 03:49:43.773266 [ 193 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 556 rows starting from the beginning of the part | ||
| 2110 | 2025.02.25 03:49:43.773581 [ 193 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 2111 | 2025.02.25 03:49:43.774318 [ 4 ] {432aa5a5-c8aa-4f6e-8a44-3643ae9b025e} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2112 | 2025.02.25 03:49:43.774387 [ 4 ] {432aa5a5-c8aa-4f6e-8a44-3643ae9b025e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2113 | 2025.02.25 03:49:43.775318 [ 4 ] {432aa5a5-c8aa-4f6e-8a44-3643ae9b025e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2114 | 2025.02.25 03:49:43.775837 [ 4 ] {432aa5a5-c8aa-4f6e-8a44-3643ae9b025e} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2115 | 2025.02.25 03:49:43.776112 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2116 | 2025.02.25 03:49:43.776207 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2117 | 2025.02.25 03:49:43.776286 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2118 | 2025.02.25 03:49:43.776402 [ 4 ] {432aa5a5-c8aa-4f6e-8a44-3643ae9b025e} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.005158 sec., 18611.865063978286 rows/sec., 1.30 MiB/sec. | ||
| 2119 | 2025.02.25 03:49:43.776857 [ 4 ] {432aa5a5-c8aa-4f6e-8a44-3643ae9b025e} <Debug> TCPHandler: Processed in 0.00628387 sec. | ||
| 2120 | 2025.02.25 03:49:43.776864 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 2121 | 2025.02.25 03:49:43.777252 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2122 | 2025.02.25 03:49:43.777548 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2123 | 2025.02.25 03:49:43.777548 [ 193 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1254 rows, containing 5 columns (5 merged, 0 gathered) in 0.007044538 sec., 178010.2541855832 rows/sec., 13.92 MiB/sec. | ||
| 2124 | 2025.02.25 03:49:43.777571 [ 254 ] {96efc3b3-99e1-4bab-9b25-15e04df0ddac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2125 | 2025.02.25 03:49:43.777713 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 673 rows starting from the beginning of the part | ||
| 2126 | 2025.02.25 03:49:43.777774 [ 254 ] {96efc3b3-99e1-4bab-9b25-15e04df0ddac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2127 | 2025.02.25 03:49:43.778104 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2128 | 2025.02.25 03:49:43.778170 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 2129 | 2025.02.25 03:49:43.778532 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
| 2130 | 2025.02.25 03:49:43.778880 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2131 | 2025.02.25 03:49:43.779150 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 3016 rows starting from the beginning of the part | ||
| 2132 | 2025.02.25 03:49:43.779189 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_11_2} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2133 | 2025.02.25 03:49:43.779393 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 96 rows starting from the beginning of the part | ||
| 2134 | 2025.02.25 03:49:43.779446 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_11_2} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2135 | 2025.02.25 03:49:43.779711 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 2136 | 2025.02.25 03:49:43.779937 [ 254 ] {96efc3b3-99e1-4bab-9b25-15e04df0ddac} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2137 | 2025.02.25 03:49:43.779988 [ 254 ] {96efc3b3-99e1-4bab-9b25-15e04df0ddac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2138 | 2025.02.25 03:49:43.780579 [ 254 ] {96efc3b3-99e1-4bab-9b25-15e04df0ddac} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2139 | 2025.02.25 03:49:43.780893 [ 254 ] {96efc3b3-99e1-4bab-9b25-15e04df0ddac} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2140 | 2025.02.25 03:49:43.781118 [ 45 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2141 | 2025.02.25 03:49:43.781201 [ 45 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2142 | 2025.02.25 03:49:43.781226 [ 254 ] {96efc3b3-99e1-4bab-9b25-15e04df0ddac} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.003748 sec., 9605.122732123798 rows/sec., 662.85 KiB/sec. | ||
| 2143 | 2025.02.25 03:49:43.781237 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2144 | 2025.02.25 03:49:43.781635 [ 254 ] {96efc3b3-99e1-4bab-9b25-15e04df0ddac} <Debug> TCPHandler: Processed in 0.004632453 sec. | ||
| 2145 | 2025.02.25 03:49:43.781694 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 2146 | 2025.02.25 03:49:43.782135 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2147 | 2025.02.25 03:49:43.782194 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4265 rows, containing 5 columns (5 merged, 0 gathered) in 0.005778699 sec., 738055.3996669493 rows/sec., 50.34 MiB/sec. | ||
| 2148 | 2025.02.25 03:49:43.782203 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 268 rows starting from the beginning of the part | ||
| 2149 | 2025.02.25 03:49:43.782346 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 2150 | 2025.02.25 03:49:43.782411 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 2151 | 2025.02.25 03:49:43.782599 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 2152 | 2025.02.25 03:49:43.782980 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
| 2153 | 2025.02.25 03:49:43.783135 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part | ||
| 2154 | 2025.02.25 03:49:43.783104 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2155 | 2025.02.25 03:49:43.784366 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2156 | 2025.02.25 03:49:43.784515 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2157 | 2025.02.25 03:49:43.784660 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 2158 | 2025.02.25 03:49:43.785881 [ 196 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 508 rows, containing 4 columns (4 merged, 0 gathered) in 0.00446912 sec., 113668.91021051124 rows/sec., 7.57 MiB/sec. | ||
| 2159 | 2025.02.25 03:49:43.786085 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2160 | 2025.02.25 03:49:43.786421 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_11_2} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2161 | 2025.02.25 03:49:43.786510 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_11_2} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2162 | 2025.02.25 03:49:43.786606 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2163 | 2025.02.25 03:49:45.353472 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 2164 | 2025.02.25 03:49:45.354132 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2165 | 2025.02.25 03:49:45.354185 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2166 | 2025.02.25 03:49:45.354725 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2167 | 2025.02.25 03:49:45.355002 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2168 | 2025.02.25 03:49:45.355209 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 2169 | 2025.02.25 03:49:45.613663 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2170 | 2025.02.25 03:49:45.634601 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2171 | 2025.02.25 03:49:45.634660 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2172 | 2025.02.25 03:49:45.641801 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2173 | 2025.02.25 03:49:45.642561 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2174 | 2025.02.25 03:49:45.645657 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2175 | 2025.02.25 03:49:47.852190 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 312 | ||
| 2176 | 2025.02.25 03:49:47.856107 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2177 | 2025.02.25 03:49:47.856166 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2178 | 2025.02.25 03:49:47.857747 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2179 | 2025.02.25 03:49:47.858077 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2180 | 2025.02.25 03:49:47.858375 [ 40 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2181 | 2025.02.25 03:49:47.858551 [ 40 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2182 | 2025.02.25 03:49:47.858678 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2183 | 2025.02.25 03:49:47.859147 [ 193 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::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 | ||
| 2184 | 2025.02.25 03:49:47.859893 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 312 | ||
| 2185 | 2025.02.25 03:49:47.860226 [ 193 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2186 | 2025.02.25 03:49:47.860364 [ 193 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::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 | ||
| 2187 | 2025.02.25 03:49:47.860922 [ 193 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
| 2188 | 2025.02.25 03:49:47.861442 [ 193 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
| 2189 | 2025.02.25 03:49:47.861936 [ 193 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
| 2190 | 2025.02.25 03:49:47.862429 [ 193 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
| 2191 | 2025.02.25 03:49:47.862977 [ 193 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part | ||
| 2192 | 2025.02.25 03:49:47.870780 [ 192 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 72 columns (72 merged, 0 gathered) in 0.011975308 sec., 26053.60964411103 rows/sec., 28.22 MiB/sec. | ||
| 2193 | 2025.02.25 03:49:47.871491 [ 193 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2194 | 2025.02.25 03:49:47.872170 [ 193 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_6_1} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2195 | 2025.02.25 03:49:47.872245 [ 193 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_6_1} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2196 | 2025.02.25 03:49:47.872438 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.71 MiB. | ||
| 2197 | 2025.02.25 03:49:48.768466 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2198 | 2025.02.25 03:49:48.768744 [ 4 ] {db44c434-fb95-40f7-a8bd-46616d867f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2199 | 2025.02.25 03:49:48.768813 [ 4 ] {db44c434-fb95-40f7-a8bd-46616d867f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2200 | 2025.02.25 03:49:48.769610 [ 4 ] {db44c434-fb95-40f7-a8bd-46616d867f61} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2201 | 2025.02.25 03:49:48.769652 [ 4 ] {db44c434-fb95-40f7-a8bd-46616d867f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2202 | 2025.02.25 03:49:48.770085 [ 4 ] {db44c434-fb95-40f7-a8bd-46616d867f61} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2203 | 2025.02.25 03:49:48.770331 [ 4 ] {db44c434-fb95-40f7-a8bd-46616d867f61} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2204 | 2025.02.25 03:49:48.770561 [ 4 ] {db44c434-fb95-40f7-a8bd-46616d867f61} <Debug> executeQuery: Read 124 rows, 10.83 KiB in 0.00186 sec., 66666.66666666666 rows/sec., 5.69 MiB/sec. | ||
| 2205 | 2025.02.25 03:49:48.770637 [ 4 ] {db44c434-fb95-40f7-a8bd-46616d867f61} <Debug> TCPHandler: Processed in 0.002355223 sec. | ||
| 2206 | 2025.02.25 03:49:48.770813 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2207 | 2025.02.25 03:49:48.770934 [ 254 ] {9af0cc60-b5c2-41de-a4a6-2039490626d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2208 | 2025.02.25 03:49:48.770984 [ 254 ] {9af0cc60-b5c2-41de-a4a6-2039490626d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2209 | 2025.02.25 03:49:48.771538 [ 254 ] {9af0cc60-b5c2-41de-a4a6-2039490626d8} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2210 | 2025.02.25 03:49:48.771579 [ 254 ] {9af0cc60-b5c2-41de-a4a6-2039490626d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2211 | 2025.02.25 03:49:48.771931 [ 254 ] {9af0cc60-b5c2-41de-a4a6-2039490626d8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2212 | 2025.02.25 03:49:48.772170 [ 254 ] {9af0cc60-b5c2-41de-a4a6-2039490626d8} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2213 | 2025.02.25 03:49:48.772329 [ 39 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2214 | 2025.02.25 03:49:48.772402 [ 254 ] {9af0cc60-b5c2-41de-a4a6-2039490626d8} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001489 sec., 22834.116856950972 rows/sec., 1.68 MiB/sec. | ||
| 2215 | 2025.02.25 03:49:48.772412 [ 39 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2216 | 2025.02.25 03:49:48.772487 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2217 | 2025.02.25 03:49:48.772537 [ 254 ] {9af0cc60-b5c2-41de-a4a6-2039490626d8} <Debug> TCPHandler: Processed in 0.00178177 sec. | ||
| 2218 | 2025.02.25 03:49:48.772688 [ 192 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 2219 | 2025.02.25 03:49:48.772718 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2220 | 2025.02.25 03:49:48.772828 [ 192 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2221 | 2025.02.25 03:49:48.772879 [ 192 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 2222 | 2025.02.25 03:49:48.772886 [ 4 ] {ffd6d92d-2330-45c5-a29d-d46ec5cf9cae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2223 | 2025.02.25 03:49:48.772963 [ 4 ] {ffd6d92d-2330-45c5-a29d-d46ec5cf9cae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2224 | 2025.02.25 03:49:48.773031 [ 192 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 2225 | 2025.02.25 03:49:48.773295 [ 192 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 2226 | 2025.02.25 03:49:48.773489 [ 192 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part | ||
| 2227 | 2025.02.25 03:49:48.773867 [ 192 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 2228 | 2025.02.25 03:49:48.774193 [ 192 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part | ||
| 2229 | 2025.02.25 03:49:48.775256 [ 4 ] {ffd6d92d-2330-45c5-a29d-d46ec5cf9cae} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2230 | 2025.02.25 03:49:48.775303 [ 4 ] {ffd6d92d-2330-45c5-a29d-d46ec5cf9cae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2231 | 2025.02.25 03:49:48.775947 [ 4 ] {ffd6d92d-2330-45c5-a29d-d46ec5cf9cae} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2232 | 2025.02.25 03:49:48.776030 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 5 columns (5 merged, 0 gathered) in 0.003434177 sec., 61150.02226152001 rows/sec., 4.29 MiB/sec. | ||
| 2233 | 2025.02.25 03:49:48.776296 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2234 | 2025.02.25 03:49:48.776329 [ 4 ] {ffd6d92d-2330-45c5-a29d-d46ec5cf9cae} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2235 | 2025.02.25 03:49:48.776774 [ 4 ] {ffd6d92d-2330-45c5-a29d-d46ec5cf9cae} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.003913 sec., 25044.722719141326 rows/sec., 1.96 MiB/sec. | ||
| 2236 | 2025.02.25 03:49:48.776911 [ 4 ] {ffd6d92d-2330-45c5-a29d-d46ec5cf9cae} <Debug> TCPHandler: Processed in 0.004269315 sec. | ||
| 2237 | 2025.02.25 03:49:48.776948 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_6_1} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2238 | 2025.02.25 03:49:48.777077 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_6_1} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2239 | 2025.02.25 03:49:48.777090 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2240 | 2025.02.25 03:49:48.777239 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2241 | 2025.02.25 03:49:48.777306 [ 254 ] {c802b3e1-7f25-4938-a1bd-27727958785f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2242 | 2025.02.25 03:49:48.777384 [ 254 ] {c802b3e1-7f25-4938-a1bd-27727958785f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2243 | 2025.02.25 03:49:48.777957 [ 254 ] {c802b3e1-7f25-4938-a1bd-27727958785f} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2244 | 2025.02.25 03:49:48.777997 [ 254 ] {c802b3e1-7f25-4938-a1bd-27727958785f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2245 | 2025.02.25 03:49:48.778387 [ 254 ] {c802b3e1-7f25-4938-a1bd-27727958785f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2246 | 2025.02.25 03:49:48.778634 [ 254 ] {c802b3e1-7f25-4938-a1bd-27727958785f} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2247 | 2025.02.25 03:49:48.778843 [ 254 ] {c802b3e1-7f25-4938-a1bd-27727958785f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
| 2248 | 2025.02.25 03:49:48.778897 [ 254 ] {c802b3e1-7f25-4938-a1bd-27727958785f} <Debug> TCPHandler: Processed in 0.001874862 sec. | ||
| 2249 | 2025.02.25 03:49:48.779031 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2250 | 2025.02.25 03:49:48.779139 [ 4 ] {29d011c0-9e76-48cc-8e21-c63391215408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2251 | 2025.02.25 03:49:48.779205 [ 4 ] {29d011c0-9e76-48cc-8e21-c63391215408} <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 | ||
| 2252 | 2025.02.25 03:49:48.780281 [ 4 ] {29d011c0-9e76-48cc-8e21-c63391215408} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2253 | 2025.02.25 03:49:48.780323 [ 4 ] {29d011c0-9e76-48cc-8e21-c63391215408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2254 | 2025.02.25 03:49:48.780955 [ 4 ] {29d011c0-9e76-48cc-8e21-c63391215408} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2255 | 2025.02.25 03:49:48.781207 [ 4 ] {29d011c0-9e76-48cc-8e21-c63391215408} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2256 | 2025.02.25 03:49:48.781532 [ 4 ] {29d011c0-9e76-48cc-8e21-c63391215408} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002398 sec., 14178.482068390325 rows/sec., 25.41 MiB/sec. | ||
| 2257 | 2025.02.25 03:49:48.781719 [ 4 ] {29d011c0-9e76-48cc-8e21-c63391215408} <Debug> TCPHandler: Processed in 0.002739701 sec. | ||
| 2258 | 2025.02.25 03:49:48.781872 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2259 | 2025.02.25 03:49:48.782004 [ 254 ] {69ebf0e8-aa90-4cd6-8290-7c08be669af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2260 | 2025.02.25 03:49:48.782060 [ 254 ] {69ebf0e8-aa90-4cd6-8290-7c08be669af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2261 | 2025.02.25 03:49:48.782579 [ 254 ] {69ebf0e8-aa90-4cd6-8290-7c08be669af9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2262 | 2025.02.25 03:49:48.782625 [ 254 ] {69ebf0e8-aa90-4cd6-8290-7c08be669af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2263 | 2025.02.25 03:49:48.783009 [ 254 ] {69ebf0e8-aa90-4cd6-8290-7c08be669af9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2264 | 2025.02.25 03:49:48.783242 [ 254 ] {69ebf0e8-aa90-4cd6-8290-7c08be669af9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2265 | 2025.02.25 03:49:48.783470 [ 254 ] {69ebf0e8-aa90-4cd6-8290-7c08be669af9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001475 sec., 40677.96610169492 rows/sec., 2.74 MiB/sec. | ||
| 2266 | 2025.02.25 03:49:48.783520 [ 254 ] {69ebf0e8-aa90-4cd6-8290-7c08be669af9} <Debug> TCPHandler: Processed in 0.001711278 sec. | ||
| 2267 | 2025.02.25 03:49:52.779547 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2268 | 2025.02.25 03:49:52.779602 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2269 | 2025.02.25 03:49:52.855312 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2270 | 2025.02.25 03:49:52.855923 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2271 | 2025.02.25 03:49:52.855970 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2272 | 2025.02.25 03:49:52.856496 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2273 | 2025.02.25 03:49:52.856768 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2274 | 2025.02.25 03:49:52.857066 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2275 | 2025.02.25 03:49:53.145715 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2276 | 2025.02.25 03:49:53.169868 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2277 | 2025.02.25 03:49:53.169936 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2278 | 2025.02.25 03:49:53.177357 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2279 | 2025.02.25 03:49:53.178138 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2280 | 2025.02.25 03:49:53.181133 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2281 | 2025.02.25 03:49:53.767053 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2282 | 2025.02.25 03:49:53.767337 [ 4 ] {5e382f62-c21e-49c5-876b-f6ef41e7624f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2283 | 2025.02.25 03:49:53.767442 [ 4 ] {5e382f62-c21e-49c5-876b-f6ef41e7624f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2284 | 2025.02.25 03:49:53.768311 [ 4 ] {5e382f62-c21e-49c5-876b-f6ef41e7624f} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2285 | 2025.02.25 03:49:53.768362 [ 4 ] {5e382f62-c21e-49c5-876b-f6ef41e7624f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2286 | 2025.02.25 03:49:53.768793 [ 4 ] {5e382f62-c21e-49c5-876b-f6ef41e7624f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2287 | 2025.02.25 03:49:53.769046 [ 4 ] {5e382f62-c21e-49c5-876b-f6ef41e7624f} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2288 | 2025.02.25 03:49:53.769290 [ 4 ] {5e382f62-c21e-49c5-876b-f6ef41e7624f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002033 sec., 27545.499262174126 rows/sec., 2.10 MiB/sec. | ||
| 2289 | 2025.02.25 03:49:53.769353 [ 4 ] {5e382f62-c21e-49c5-876b-f6ef41e7624f} <Debug> TCPHandler: Processed in 0.002470385 sec. | ||
| 2290 | 2025.02.25 03:49:53.769523 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2291 | 2025.02.25 03:49:53.769662 [ 254 ] {f3ca5d8a-ce86-42b6-8a2c-e2b0f0ff5fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2292 | 2025.02.25 03:49:53.769721 [ 254 ] {f3ca5d8a-ce86-42b6-8a2c-e2b0f0ff5fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2293 | 2025.02.25 03:49:53.770292 [ 254 ] {f3ca5d8a-ce86-42b6-8a2c-e2b0f0ff5fab} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2294 | 2025.02.25 03:49:53.770335 [ 254 ] {f3ca5d8a-ce86-42b6-8a2c-e2b0f0ff5fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2295 | 2025.02.25 03:49:53.770708 [ 254 ] {f3ca5d8a-ce86-42b6-8a2c-e2b0f0ff5fab} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2296 | 2025.02.25 03:49:53.770950 [ 254 ] {f3ca5d8a-ce86-42b6-8a2c-e2b0f0ff5fab} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2297 | 2025.02.25 03:49:53.771164 [ 254 ] {f3ca5d8a-ce86-42b6-8a2c-e2b0f0ff5fab} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001537 sec., 41639.55757970072 rows/sec., 3.25 MiB/sec. | ||
| 2298 | 2025.02.25 03:49:53.771218 [ 254 ] {f3ca5d8a-ce86-42b6-8a2c-e2b0f0ff5fab} <Debug> TCPHandler: Processed in 0.00176449 sec. | ||
| 2299 | 2025.02.25 03:49:53.771349 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2300 | 2025.02.25 03:49:53.771459 [ 4 ] {49c9e356-f40b-4d04-a8b3-59829018724c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2301 | 2025.02.25 03:49:53.771509 [ 4 ] {49c9e356-f40b-4d04-a8b3-59829018724c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2302 | 2025.02.25 03:49:53.772029 [ 4 ] {49c9e356-f40b-4d04-a8b3-59829018724c} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2303 | 2025.02.25 03:49:53.772068 [ 4 ] {49c9e356-f40b-4d04-a8b3-59829018724c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2304 | 2025.02.25 03:49:53.772453 [ 4 ] {49c9e356-f40b-4d04-a8b3-59829018724c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2305 | 2025.02.25 03:49:53.772682 [ 4 ] {49c9e356-f40b-4d04-a8b3-59829018724c} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2306 | 2025.02.25 03:49:53.772888 [ 4 ] {49c9e356-f40b-4d04-a8b3-59829018724c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001453 sec., 110116.99931176874 rows/sec., 7.67 MiB/sec. | ||
| 2307 | 2025.02.25 03:49:53.772941 [ 4 ] {49c9e356-f40b-4d04-a8b3-59829018724c} <Debug> TCPHandler: Processed in 0.001644407 sec. | ||
| 2308 | 2025.02.25 03:49:53.773081 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2309 | 2025.02.25 03:49:53.773211 [ 254 ] {f67b5e4f-85d7-4255-922a-5c645cba8672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2310 | 2025.02.25 03:49:53.773267 [ 254 ] {f67b5e4f-85d7-4255-922a-5c645cba8672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2311 | 2025.02.25 03:49:53.773809 [ 254 ] {f67b5e4f-85d7-4255-922a-5c645cba8672} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2312 | 2025.02.25 03:49:53.773849 [ 254 ] {f67b5e4f-85d7-4255-922a-5c645cba8672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2313 | 2025.02.25 03:49:53.774205 [ 254 ] {f67b5e4f-85d7-4255-922a-5c645cba8672} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2314 | 2025.02.25 03:49:53.774456 [ 254 ] {f67b5e4f-85d7-4255-922a-5c645cba8672} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2315 | 2025.02.25 03:49:53.774665 [ 254 ] {f67b5e4f-85d7-4255-922a-5c645cba8672} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec. | ||
| 2316 | 2025.02.25 03:49:53.774716 [ 254 ] {f67b5e4f-85d7-4255-922a-5c645cba8672} <Debug> TCPHandler: Processed in 0.001697528 sec. | ||
| 2317 | 2025.02.25 03:49:57.861172 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 332 | ||
| 2318 | 2025.02.25 03:49:57.863953 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2319 | 2025.02.25 03:49:57.864014 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2320 | 2025.02.25 03:49:57.865478 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2321 | 2025.02.25 03:49:57.865806 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2322 | 2025.02.25 03:49:57.866721 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 332 | ||
| 2323 | 2025.02.25 03:49:58.762444 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2324 | 2025.02.25 03:49:58.762762 [ 4 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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) | ||
| 2325 | 2025.02.25 03:49:58.763227 [ 4 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2326 | 2025.02.25 03:49:58.763282 [ 4 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <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 | ||
| 2327 | 2025.02.25 03:49:58.763650 [ 4 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2328 | 2025.02.25 03:49:58.763729 [ 4 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2329 | 2025.02.25 03:49:58.763893 [ 4 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
| 2330 | 2025.02.25 03:49:58.764032 [ 288 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2331 | 2025.02.25 03:49:58.764174 [ 292 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2332 | 2025.02.25 03:49:58.764264 [ 286 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2333 | 2025.02.25 03:49:58.764243 [ 290 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2334 | 2025.02.25 03:49:58.764454 [ 4 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (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 | ||
| 2335 | 2025.02.25 03:49:58.764490 [ 4 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2336 | 2025.02.25 03:49:58.764641 [ 4 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2337 | 2025.02.25 03:49:58.764665 [ 4 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Reading approx. 46 rows with 4 streams | ||
| 2338 | 2025.02.25 03:49:58.764711 [ 4 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <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'))" | ||
| 2339 | 2025.02.25 03:49:58.764762 [ 4 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <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'))" | ||
| 2340 | 2025.02.25 03:49:58.764807 [ 4 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <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'))" | ||
| 2341 | 2025.02.25 03:49:58.764853 [ 4 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <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'))" | ||
| 2342 | 2025.02.25 03:49:58.767015 [ 4 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <Debug> executeQuery: Read 46 rows, 1.83 KiB in 0.004399 sec., 10456.922027733575 rows/sec., 416.02 KiB/sec. | ||
| 2343 | 2025.02.25 03:49:58.767284 [ 4 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <Debug> MemoryTracker: Peak memory usage (for query): 146.74 KiB. | ||
| 2344 | 2025.02.25 03:49:58.767301 [ 4 ] {07edffed-a53c-4677-960e-2f4c1dd9b140} <Debug> TCPHandler: Processed in 0.004997342 sec. | ||
| 2345 | 2025.02.25 03:49:58.773316 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2346 | 2025.02.25 03:49:58.773443 [ 4 ] {3d776809-a957-4c0e-a625-3bf777f30e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2347 | 2025.02.25 03:49:58.773495 [ 4 ] {3d776809-a957-4c0e-a625-3bf777f30e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2348 | 2025.02.25 03:49:58.774232 [ 4 ] {3d776809-a957-4c0e-a625-3bf777f30e18} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2349 | 2025.02.25 03:49:58.774279 [ 4 ] {3d776809-a957-4c0e-a625-3bf777f30e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2350 | 2025.02.25 03:49:58.774770 [ 4 ] {3d776809-a957-4c0e-a625-3bf777f30e18} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2351 | 2025.02.25 03:49:58.774986 [ 4 ] {3d776809-a957-4c0e-a625-3bf777f30e18} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2352 | 2025.02.25 03:49:58.775235 [ 4 ] {3d776809-a957-4c0e-a625-3bf777f30e18} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001828 sec., 547.0459518599563 rows/sec., 123.94 KiB/sec. | ||
| 2353 | 2025.02.25 03:49:58.775430 [ 4 ] {3d776809-a957-4c0e-a625-3bf777f30e18} <Debug> TCPHandler: Processed in 0.002166879 sec. | ||
| 2354 | 2025.02.25 03:49:58.775606 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2355 | 2025.02.25 03:49:58.775720 [ 254 ] {ba296d1d-fbde-426a-b44a-860bbd784ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2356 | 2025.02.25 03:49:58.775768 [ 254 ] {ba296d1d-fbde-426a-b44a-860bbd784ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2357 | 2025.02.25 03:49:58.776363 [ 254 ] {ba296d1d-fbde-426a-b44a-860bbd784ab2} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2358 | 2025.02.25 03:49:58.776404 [ 254 ] {ba296d1d-fbde-426a-b44a-860bbd784ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2359 | 2025.02.25 03:49:58.776794 [ 254 ] {ba296d1d-fbde-426a-b44a-860bbd784ab2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2360 | 2025.02.25 03:49:58.777044 [ 254 ] {ba296d1d-fbde-426a-b44a-860bbd784ab2} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2361 | 2025.02.25 03:49:58.777282 [ 254 ] {ba296d1d-fbde-426a-b44a-860bbd784ab2} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001582 sec., 5056.890012642225 rows/sec., 412.35 KiB/sec. | ||
| 2362 | 2025.02.25 03:49:58.777369 [ 254 ] {ba296d1d-fbde-426a-b44a-860bbd784ab2} <Debug> TCPHandler: Processed in 0.001821101 sec. | ||
| 2363 | 2025.02.25 03:49:58.777549 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2364 | 2025.02.25 03:49:58.777678 [ 4 ] {5d6b855e-a60e-4b45-ae43-6c716d6de231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2365 | 2025.02.25 03:49:58.777730 [ 4 ] {5d6b855e-a60e-4b45-ae43-6c716d6de231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2366 | 2025.02.25 03:49:58.778338 [ 4 ] {5d6b855e-a60e-4b45-ae43-6c716d6de231} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2367 | 2025.02.25 03:49:58.778376 [ 4 ] {5d6b855e-a60e-4b45-ae43-6c716d6de231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2368 | 2025.02.25 03:49:58.778731 [ 4 ] {5d6b855e-a60e-4b45-ae43-6c716d6de231} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2369 | 2025.02.25 03:49:58.778963 [ 4 ] {5d6b855e-a60e-4b45-ae43-6c716d6de231} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2370 | 2025.02.25 03:49:58.779228 [ 4 ] {5d6b855e-a60e-4b45-ae43-6c716d6de231} <Debug> executeQuery: Read 128 rows, 11.12 KiB in 0.001564 sec., 81841.43222506394 rows/sec., 6.95 MiB/sec. | ||
| 2371 | 2025.02.25 03:49:58.779395 [ 4 ] {5d6b855e-a60e-4b45-ae43-6c716d6de231} <Debug> TCPHandler: Processed in 0.001904452 sec. | ||
| 2372 | 2025.02.25 03:49:58.779533 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2373 | 2025.02.25 03:49:58.779644 [ 254 ] {4a97114a-83c4-4f73-a905-80c364f24d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2374 | 2025.02.25 03:49:58.779689 [ 254 ] {4a97114a-83c4-4f73-a905-80c364f24d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2375 | 2025.02.25 03:49:58.780256 [ 254 ] {4a97114a-83c4-4f73-a905-80c364f24d41} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2376 | 2025.02.25 03:49:58.780296 [ 254 ] {4a97114a-83c4-4f73-a905-80c364f24d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2377 | 2025.02.25 03:49:58.780654 [ 254 ] {4a97114a-83c4-4f73-a905-80c364f24d41} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2378 | 2025.02.25 03:49:58.780893 [ 254 ] {4a97114a-83c4-4f73-a905-80c364f24d41} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2379 | 2025.02.25 03:49:58.781100 [ 254 ] {4a97114a-83c4-4f73-a905-80c364f24d41} <Debug> executeQuery: Read 42 rows, 3.12 KiB in 0.00148 sec., 28378.37837837838 rows/sec., 2.06 MiB/sec. | ||
| 2380 | 2025.02.25 03:49:58.781152 [ 254 ] {4a97114a-83c4-4f73-a905-80c364f24d41} <Debug> TCPHandler: Processed in 0.001672748 sec. | ||
| 2381 | 2025.02.25 03:49:58.781302 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2382 | 2025.02.25 03:49:58.781431 [ 4 ] {aedbccf3-3586-4dba-a278-8fe95c350806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2383 | 2025.02.25 03:49:58.781483 [ 4 ] {aedbccf3-3586-4dba-a278-8fe95c350806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2384 | 2025.02.25 03:49:58.782101 [ 4 ] {aedbccf3-3586-4dba-a278-8fe95c350806} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2385 | 2025.02.25 03:49:58.782139 [ 4 ] {aedbccf3-3586-4dba-a278-8fe95c350806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2386 | 2025.02.25 03:49:58.782483 [ 4 ] {aedbccf3-3586-4dba-a278-8fe95c350806} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2387 | 2025.02.25 03:49:58.782741 [ 4 ] {aedbccf3-3586-4dba-a278-8fe95c350806} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2388 | 2025.02.25 03:49:58.782945 [ 4 ] {aedbccf3-3586-4dba-a278-8fe95c350806} <Debug> executeQuery: Read 106 rows, 8.49 KiB in 0.001544 sec., 68652.84974093264 rows/sec., 5.37 MiB/sec. | ||
| 2389 | 2025.02.25 03:49:58.782996 [ 4 ] {aedbccf3-3586-4dba-a278-8fe95c350806} <Debug> TCPHandler: Processed in 0.001756899 sec. | ||
| 2390 | 2025.02.25 03:49:58.783127 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2391 | 2025.02.25 03:49:58.783234 [ 254 ] {a9d3beab-6e69-414c-80a2-a4de5d71133b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2392 | 2025.02.25 03:49:58.783284 [ 254 ] {a9d3beab-6e69-414c-80a2-a4de5d71133b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2393 | 2025.02.25 03:49:58.783842 [ 254 ] {a9d3beab-6e69-414c-80a2-a4de5d71133b} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2394 | 2025.02.25 03:49:58.783881 [ 254 ] {a9d3beab-6e69-414c-80a2-a4de5d71133b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2395 | 2025.02.25 03:49:58.784258 [ 254 ] {a9d3beab-6e69-414c-80a2-a4de5d71133b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2396 | 2025.02.25 03:49:58.784507 [ 254 ] {a9d3beab-6e69-414c-80a2-a4de5d71133b} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2397 | 2025.02.25 03:49:58.784713 [ 254 ] {a9d3beab-6e69-414c-80a2-a4de5d71133b} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001501 sec., 109260.49300466356 rows/sec., 7.61 MiB/sec. | ||
| 2398 | 2025.02.25 03:49:58.784765 [ 254 ] {a9d3beab-6e69-414c-80a2-a4de5d71133b} <Debug> TCPHandler: Processed in 0.001689147 sec. | ||
| 2399 | 2025.02.25 03:49:58.784904 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2400 | 2025.02.25 03:49:58.785032 [ 4 ] {7ad9cb3b-df40-4bc8-adf9-79274fa490ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2401 | 2025.02.25 03:49:58.785111 [ 4 ] {7ad9cb3b-df40-4bc8-adf9-79274fa490ac} <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 | ||
| 2402 | 2025.02.25 03:49:58.786315 [ 4 ] {7ad9cb3b-df40-4bc8-adf9-79274fa490ac} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2403 | 2025.02.25 03:49:58.786354 [ 4 ] {7ad9cb3b-df40-4bc8-adf9-79274fa490ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2404 | 2025.02.25 03:49:58.786994 [ 4 ] {7ad9cb3b-df40-4bc8-adf9-79274fa490ac} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2405 | 2025.02.25 03:49:58.787248 [ 4 ] {7ad9cb3b-df40-4bc8-adf9-79274fa490ac} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2406 | 2025.02.25 03:49:58.787416 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2407 | 2025.02.25 03:49:58.787494 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2408 | 2025.02.25 03:49:58.787530 [ 4 ] {7ad9cb3b-df40-4bc8-adf9-79274fa490ac} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002519 sec., 13497.41961095673 rows/sec., 24.19 MiB/sec. | ||
| 2409 | 2025.02.25 03:49:58.787540 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2410 | 2025.02.25 03:49:58.787938 [ 4 ] {7ad9cb3b-df40-4bc8-adf9-79274fa490ac} <Debug> TCPHandler: Processed in 0.003088809 sec. | ||
| 2411 | 2025.02.25 03:49:58.787944 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::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 | ||
| 2412 | 2025.02.25 03:49:58.788176 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2413 | 2025.02.25 03:49:58.788498 [ 254 ] {ae36f734-0f60-4c78-94ae-7147d5c06ef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2414 | 2025.02.25 03:49:58.788655 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2415 | 2025.02.25 03:49:58.788666 [ 254 ] {ae36f734-0f60-4c78-94ae-7147d5c06ef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2416 | 2025.02.25 03:49:58.788861 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::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 | ||
| 2417 | 2025.02.25 03:49:58.789805 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::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 | ||
| 2418 | 2025.02.25 03:49:58.790497 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::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 | ||
| 2419 | 2025.02.25 03:49:58.791181 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part | ||
| 2420 | 2025.02.25 03:49:58.791524 [ 254 ] {ae36f734-0f60-4c78-94ae-7147d5c06ef2} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2421 | 2025.02.25 03:49:58.791664 [ 254 ] {ae36f734-0f60-4c78-94ae-7147d5c06ef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2422 | 2025.02.25 03:49:58.791927 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part | ||
| 2423 | 2025.02.25 03:49:58.792520 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part | ||
| 2424 | 2025.02.25 03:49:58.793307 [ 254 ] {ae36f734-0f60-4c78-94ae-7147d5c06ef2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2425 | 2025.02.25 03:49:58.793834 [ 254 ] {ae36f734-0f60-4c78-94ae-7147d5c06ef2} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2426 | 2025.02.25 03:49:58.794372 [ 254 ] {ae36f734-0f60-4c78-94ae-7147d5c06ef2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005971 sec., 10048.568079048737 rows/sec., 693.46 KiB/sec. | ||
| 2427 | 2025.02.25 03:49:58.794597 [ 254 ] {ae36f734-0f60-4c78-94ae-7147d5c06ef2} <Debug> TCPHandler: Processed in 0.006567887 sec. | ||
| 2428 | 2025.02.25 03:49:58.796476 [ 192 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 19 columns (19 merged, 0 gathered) in 0.008754515 sec., 14392.573432109033 rows/sec., 25.79 MiB/sec. | ||
| 2429 | 2025.02.25 03:49:58.796885 [ 191 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2430 | 2025.02.25 03:49:58.797318 [ 191 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2431 | 2025.02.25 03:49:58.797401 [ 191 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2432 | 2025.02.25 03:49:58.797523 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 2433 | 2025.02.25 03:50:00.358155 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2434 | 2025.02.25 03:50:00.358882 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2435 | 2025.02.25 03:50:00.358923 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2436 | 2025.02.25 03:50:00.359453 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2437 | 2025.02.25 03:50:00.359723 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2438 | 2025.02.25 03:50:00.359923 [ 46 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2439 | 2025.02.25 03:50:00.359991 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2440 | 2025.02.25 03:50:00.360015 [ 46 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2441 | 2025.02.25 03:50:00.360047 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2442 | 2025.02.25 03:50:00.360334 [ 199 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 2443 | 2025.02.25 03:50:00.360524 [ 199 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2444 | 2025.02.25 03:50:00.360571 [ 199 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 2445 | 2025.02.25 03:50:00.360664 [ 199 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part | ||
| 2446 | 2025.02.25 03:50:00.360910 [ 199 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part | ||
| 2447 | 2025.02.25 03:50:00.361084 [ 199 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part | ||
| 2448 | 2025.02.25 03:50:00.361244 [ 199 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
| 2449 | 2025.02.25 03:50:00.361379 [ 199 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part | ||
| 2450 | 2025.02.25 03:50:00.363177 [ 192 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003040428 sec., 1685289.0448318461 rows/sec., 24.11 MiB/sec. | ||
| 2451 | 2025.02.25 03:50:00.363615 [ 192 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2452 | 2025.02.25 03:50:00.363974 [ 192 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_11_2} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2453 | 2025.02.25 03:50:00.364055 [ 192 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_11_2} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2454 | 2025.02.25 03:50:00.364154 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2455 | 2025.02.25 03:50:00.682181 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2456 | 2025.02.25 03:50:00.703683 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2457 | 2025.02.25 03:50:00.703744 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2458 | 2025.02.25 03:50:00.711411 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2459 | 2025.02.25 03:50:00.712174 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2460 | 2025.02.25 03:50:00.712528 [ 46 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2461 | 2025.02.25 03:50:00.712659 [ 46 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2462 | 2025.02.25 03:50:00.712730 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2463 | 2025.02.25 03:50:00.713013 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 2464 | 2025.02.25 03:50:00.722231 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2465 | 2025.02.25 03:50:00.723484 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2466 | 2025.02.25 03:50:00.724408 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 2467 | 2025.02.25 03:50:00.729200 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 2468 | 2025.02.25 03:50:00.733802 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 2469 | 2025.02.25 03:50:00.738826 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 2470 | 2025.02.25 03:50:00.744190 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 2471 | 2025.02.25 03:50:00.748671 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 2472 | 2025.02.25 03:50:00.804716 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.091856124 sec., 903.5870052605312 rows/sec., 4.67 MiB/sec. | ||
| 2473 | 2025.02.25 03:50:00.807593 [ 202 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2474 | 2025.02.25 03:50:00.810571 [ 202 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_11_2} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2475 | 2025.02.25 03:50:00.810694 [ 202 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_11_2} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2476 | 2025.02.25 03:50:00.813358 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2477 | 2025.02.25 03:50:03.767062 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2478 | 2025.02.25 03:50:03.767288 [ 4 ] {6605d17f-1cba-44c3-ac05-e23fc5e8973c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2479 | 2025.02.25 03:50:03.767367 [ 4 ] {6605d17f-1cba-44c3-ac05-e23fc5e8973c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2480 | 2025.02.25 03:50:03.768224 [ 4 ] {6605d17f-1cba-44c3-ac05-e23fc5e8973c} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2481 | 2025.02.25 03:50:03.768275 [ 4 ] {6605d17f-1cba-44c3-ac05-e23fc5e8973c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2482 | 2025.02.25 03:50:03.768704 [ 4 ] {6605d17f-1cba-44c3-ac05-e23fc5e8973c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2483 | 2025.02.25 03:50:03.768957 [ 4 ] {6605d17f-1cba-44c3-ac05-e23fc5e8973c} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2484 | 2025.02.25 03:50:03.769193 [ 4 ] {6605d17f-1cba-44c3-ac05-e23fc5e8973c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001963 sec., 28527.763627101376 rows/sec., 2.18 MiB/sec. | ||
| 2485 | 2025.02.25 03:50:03.769256 [ 4 ] {6605d17f-1cba-44c3-ac05-e23fc5e8973c} <Debug> TCPHandler: Processed in 0.002334962 sec. | ||
| 2486 | 2025.02.25 03:50:03.769427 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2487 | 2025.02.25 03:50:03.769551 [ 254 ] {4862b773-e2fa-426f-997d-16b941f2e8a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2488 | 2025.02.25 03:50:03.769601 [ 254 ] {4862b773-e2fa-426f-997d-16b941f2e8a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2489 | 2025.02.25 03:50:03.770167 [ 254 ] {4862b773-e2fa-426f-997d-16b941f2e8a1} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2490 | 2025.02.25 03:50:03.770209 [ 254 ] {4862b773-e2fa-426f-997d-16b941f2e8a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2491 | 2025.02.25 03:50:03.770583 [ 254 ] {4862b773-e2fa-426f-997d-16b941f2e8a1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2492 | 2025.02.25 03:50:03.770822 [ 254 ] {4862b773-e2fa-426f-997d-16b941f2e8a1} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2493 | 2025.02.25 03:50:03.771042 [ 254 ] {4862b773-e2fa-426f-997d-16b941f2e8a1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001518 sec., 42160.73781291173 rows/sec., 3.29 MiB/sec. | ||
| 2494 | 2025.02.25 03:50:03.771095 [ 254 ] {4862b773-e2fa-426f-997d-16b941f2e8a1} <Debug> TCPHandler: Processed in 0.001727339 sec. | ||
| 2495 | 2025.02.25 03:50:03.771249 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2496 | 2025.02.25 03:50:03.771360 [ 4 ] {d1e7d05b-2ed8-4fd5-ae1e-2ec6073534ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2497 | 2025.02.25 03:50:03.771410 [ 4 ] {d1e7d05b-2ed8-4fd5-ae1e-2ec6073534ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2498 | 2025.02.25 03:50:03.771940 [ 4 ] {d1e7d05b-2ed8-4fd5-ae1e-2ec6073534ed} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2499 | 2025.02.25 03:50:03.771978 [ 4 ] {d1e7d05b-2ed8-4fd5-ae1e-2ec6073534ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2500 | 2025.02.25 03:50:03.772362 [ 4 ] {d1e7d05b-2ed8-4fd5-ae1e-2ec6073534ed} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2501 | 2025.02.25 03:50:03.772601 [ 4 ] {d1e7d05b-2ed8-4fd5-ae1e-2ec6073534ed} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2502 | 2025.02.25 03:50:03.772865 [ 4 ] {d1e7d05b-2ed8-4fd5-ae1e-2ec6073534ed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001517 sec., 105471.32498352011 rows/sec., 7.35 MiB/sec. | ||
| 2503 | 2025.02.25 03:50:03.773071 [ 4 ] {d1e7d05b-2ed8-4fd5-ae1e-2ec6073534ed} <Debug> TCPHandler: Processed in 0.001870532 sec. | ||
| 2504 | 2025.02.25 03:50:03.773238 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2505 | 2025.02.25 03:50:03.773371 [ 254 ] {ea0d202f-69ee-4345-be69-11080268fd68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2506 | 2025.02.25 03:50:03.773430 [ 254 ] {ea0d202f-69ee-4345-be69-11080268fd68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2507 | 2025.02.25 03:50:03.773998 [ 254 ] {ea0d202f-69ee-4345-be69-11080268fd68} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2508 | 2025.02.25 03:50:03.774044 [ 254 ] {ea0d202f-69ee-4345-be69-11080268fd68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2509 | 2025.02.25 03:50:03.774419 [ 254 ] {ea0d202f-69ee-4345-be69-11080268fd68} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2510 | 2025.02.25 03:50:03.774653 [ 254 ] {ea0d202f-69ee-4345-be69-11080268fd68} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2511 | 2025.02.25 03:50:03.774844 [ 254 ] {ea0d202f-69ee-4345-be69-11080268fd68} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001502 sec., 39946.73768308921 rows/sec., 2.69 MiB/sec. | ||
| 2512 | 2025.02.25 03:50:03.774894 [ 254 ] {ea0d202f-69ee-4345-be69-11080268fd68} <Debug> TCPHandler: Processed in 0.001723098 sec. | ||
| 2513 | 2025.02.25 03:50:07.779654 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2514 | 2025.02.25 03:50:07.779726 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2515 | 2025.02.25 03:50:07.860133 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2516 | 2025.02.25 03:50:07.860760 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2517 | 2025.02.25 03:50:07.860804 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2518 | 2025.02.25 03:50:07.861406 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2519 | 2025.02.25 03:50:07.861687 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2520 | 2025.02.25 03:50:07.861929 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2521 | 2025.02.25 03:50:07.866869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 358 | ||
| 2522 | 2025.02.25 03:50:07.869761 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2523 | 2025.02.25 03:50:07.869804 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2524 | 2025.02.25 03:50:07.871254 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2525 | 2025.02.25 03:50:07.871558 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2526 | 2025.02.25 03:50:07.872035 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 358 | ||
| 2527 | 2025.02.25 03:50:08.222318 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2528 | 2025.02.25 03:50:08.241138 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2529 | 2025.02.25 03:50:08.241198 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2530 | 2025.02.25 03:50:08.248499 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2531 | 2025.02.25 03:50:08.249258 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2532 | 2025.02.25 03:50:08.252329 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2533 | 2025.02.25 03:50:08.762998 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2534 | 2025.02.25 03:50:08.763268 [ 4 ] {18e3249f-a016-405d-b738-07693e704bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) 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', '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) | ||
| 2535 | 2025.02.25 03:50:08.763722 [ 4 ] {18e3249f-a016-405d-b738-07693e704bcf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2536 | 2025.02.25 03:50:08.763778 [ 4 ] {18e3249f-a016-405d-b738-07693e704bcf} <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', '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 | ||
| 2537 | 2025.02.25 03:50:08.764181 [ 4 ] {18e3249f-a016-405d-b738-07693e704bcf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2538 | 2025.02.25 03:50:08.764263 [ 4 ] {18e3249f-a016-405d-b738-07693e704bcf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2539 | 2025.02.25 03:50:08.764442 [ 4 ] {18e3249f-a016-405d-b738-07693e704bcf} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Key condition: (column 0 notIn 47-element set) | ||
| 2540 | 2025.02.25 03:50:08.764631 [ 286 ] {18e3249f-a016-405d-b738-07693e704bcf} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2541 | 2025.02.25 03:50:08.764738 [ 292 ] {18e3249f-a016-405d-b738-07693e704bcf} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2542 | 2025.02.25 03:50:08.764780 [ 288 ] {18e3249f-a016-405d-b738-07693e704bcf} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 2543 | 2025.02.25 03:50:08.764780 [ 293 ] {18e3249f-a016-405d-b738-07693e704bcf} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2544 | 2025.02.25 03:50:08.764736 [ 290 ] {18e3249f-a016-405d-b738-07693e704bcf} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2545 | 2025.02.25 03:50:08.764991 [ 4 ] {18e3249f-a016-405d-b738-07693e704bcf} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
| 2546 | 2025.02.25 03:50:08.765026 [ 4 ] {18e3249f-a016-405d-b738-07693e704bcf} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2547 | 2025.02.25 03:50:08.765173 [ 4 ] {18e3249f-a016-405d-b738-07693e704bcf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2548 | 2025.02.25 03:50:08.765198 [ 4 ] {18e3249f-a016-405d-b738-07693e704bcf} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (SelectExecutor): Reading approx. 46 rows with 4 streams | ||
| 2549 | 2025.02.25 03:50:08.765245 [ 4 ] {18e3249f-a016-405d-b738-07693e704bcf} <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', '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'))" | ||
| 2550 | 2025.02.25 03:50:08.765303 [ 4 ] {18e3249f-a016-405d-b738-07693e704bcf} <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', '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'))" | ||
| 2551 | 2025.02.25 03:50:08.765351 [ 4 ] {18e3249f-a016-405d-b738-07693e704bcf} <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', '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'))" | ||
| 2552 | 2025.02.25 03:50:08.765398 [ 4 ] {18e3249f-a016-405d-b738-07693e704bcf} <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', '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'))" | ||
| 2553 | 2025.02.25 03:50:08.767319 [ 4 ] {18e3249f-a016-405d-b738-07693e704bcf} <Debug> executeQuery: Read 46 rows, 1.83 KiB in 0.004176 sec., 11015.325670498085 rows/sec., 438.24 KiB/sec. | ||
| 2554 | 2025.02.25 03:50:08.767611 [ 4 ] {18e3249f-a016-405d-b738-07693e704bcf} <Debug> MemoryTracker: Peak memory usage (for query): 148.81 KiB. | ||
| 2555 | 2025.02.25 03:50:08.767633 [ 4 ] {18e3249f-a016-405d-b738-07693e704bcf} <Debug> TCPHandler: Processed in 0.004764517 sec. | ||
| 2556 | 2025.02.25 03:50:08.773647 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2557 | 2025.02.25 03:50:08.773778 [ 4 ] {ee039cdb-96fe-48d1-bf5f-a82469be2e8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2558 | 2025.02.25 03:50:08.773831 [ 4 ] {ee039cdb-96fe-48d1-bf5f-a82469be2e8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2559 | 2025.02.25 03:50:08.774544 [ 4 ] {ee039cdb-96fe-48d1-bf5f-a82469be2e8d} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2560 | 2025.02.25 03:50:08.774593 [ 4 ] {ee039cdb-96fe-48d1-bf5f-a82469be2e8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2561 | 2025.02.25 03:50:08.775097 [ 4 ] {ee039cdb-96fe-48d1-bf5f-a82469be2e8d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2562 | 2025.02.25 03:50:08.775327 [ 4 ] {ee039cdb-96fe-48d1-bf5f-a82469be2e8d} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2563 | 2025.02.25 03:50:08.775511 [ 25 ] {} <Debug> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2564 | 2025.02.25 03:50:08.775578 [ 4 ] {ee039cdb-96fe-48d1-bf5f-a82469be2e8d} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001833 sec., 545.5537370430987 rows/sec., 56.47 KiB/sec. | ||
| 2565 | 2025.02.25 03:50:08.775588 [ 25 ] {} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2566 | 2025.02.25 03:50:08.775658 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2567 | 2025.02.25 03:50:08.775719 [ 4 ] {ee039cdb-96fe-48d1-bf5f-a82469be2e8d} <Debug> TCPHandler: Processed in 0.002127188 sec. | ||
| 2568 | 2025.02.25 03:50:08.776096 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2569 | 2025.02.25 03:50:08.776184 [ 186 ] {829f9121-70bd-47dc-9276-9a75f2968390::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 | ||
| 2570 | 2025.02.25 03:50:08.776319 [ 254 ] {d83b7190-936d-4d68-8103-142c799dc8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2571 | 2025.02.25 03:50:08.776452 [ 254 ] {d83b7190-936d-4d68-8103-142c799dc8b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2572 | 2025.02.25 03:50:08.777047 [ 186 ] {829f9121-70bd-47dc-9276-9a75f2968390::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2573 | 2025.02.25 03:50:08.777160 [ 186 ] {829f9121-70bd-47dc-9276-9a75f2968390::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 2574 | 2025.02.25 03:50:08.777516 [ 186 ] {829f9121-70bd-47dc-9276-9a75f2968390::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part | ||
| 2575 | 2025.02.25 03:50:08.777777 [ 186 ] {829f9121-70bd-47dc-9276-9a75f2968390::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part | ||
| 2576 | 2025.02.25 03:50:08.777938 [ 186 ] {829f9121-70bd-47dc-9276-9a75f2968390::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 2577 | 2025.02.25 03:50:08.778234 [ 186 ] {829f9121-70bd-47dc-9276-9a75f2968390::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2578 | 2025.02.25 03:50:08.778547 [ 186 ] {829f9121-70bd-47dc-9276-9a75f2968390::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 2579 | 2025.02.25 03:50:08.779288 [ 254 ] {d83b7190-936d-4d68-8103-142c799dc8b6} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2580 | 2025.02.25 03:50:08.779350 [ 254 ] {d83b7190-936d-4d68-8103-142c799dc8b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2581 | 2025.02.25 03:50:08.780499 [ 254 ] {d83b7190-936d-4d68-8103-142c799dc8b6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2582 | 2025.02.25 03:50:08.781138 [ 254 ] {d83b7190-936d-4d68-8103-142c799dc8b6} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2583 | 2025.02.25 03:50:08.781552 [ 31 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2584 | 2025.02.25 03:50:08.781710 [ 31 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2585 | 2025.02.25 03:50:08.781784 [ 254 ] {d83b7190-936d-4d68-8103-142c799dc8b6} <Debug> executeQuery: Read 135 rows, 11.90 KiB in 0.005503 sec., 24532.07341450118 rows/sec., 2.11 MiB/sec. | ||
| 2586 | 2025.02.25 03:50:08.781800 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2587 | 2025.02.25 03:50:08.782143 [ 254 ] {d83b7190-936d-4d68-8103-142c799dc8b6} <Debug> TCPHandler: Processed in 0.006199099 sec. | ||
| 2588 | 2025.02.25 03:50:08.782323 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 2589 | 2025.02.25 03:50:08.782449 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2590 | 2025.02.25 03:50:08.782867 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2591 | 2025.02.25 03:50:08.782921 [ 4 ] {e61ae80b-fe91-42da-85a8-953683709f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2592 | 2025.02.25 03:50:08.782986 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1945 rows starting from the beginning of the part | ||
| 2593 | 2025.02.25 03:50:08.783097 [ 4 ] {e61ae80b-fe91-42da-85a8-953683709f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2594 | 2025.02.25 03:50:08.783535 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 124 rows starting from the beginning of the part | ||
| 2595 | 2025.02.25 03:50:08.784179 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 2596 | 2025.02.25 03:50:08.784754 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 128 rows starting from the beginning of the part | ||
| 2597 | 2025.02.25 03:50:08.785332 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2598 | 2025.02.25 03:50:08.785999 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 135 rows starting from the beginning of the part | ||
| 2599 | 2025.02.25 03:50:08.788653 [ 4 ] {e61ae80b-fe91-42da-85a8-953683709f4f} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2600 | 2025.02.25 03:50:08.788777 [ 4 ] {e61ae80b-fe91-42da-85a8-953683709f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2601 | 2025.02.25 03:50:08.791024 [ 4 ] {e61ae80b-fe91-42da-85a8-953683709f4f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2602 | 2025.02.25 03:50:08.792109 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2444 rows, containing 5 columns (5 merged, 0 gathered) in 0.010140617 sec., 241010.9759593524 rows/sec., 20.75 MiB/sec. | ||
| 2603 | 2025.02.25 03:50:08.792221 [ 4 ] {e61ae80b-fe91-42da-85a8-953683709f4f} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2604 | 2025.02.25 03:50:08.792654 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2605 | 2025.02.25 03:50:08.793063 [ 4 ] {e61ae80b-fe91-42da-85a8-953683709f4f} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.010288 sec., 3790.824261275272 rows/sec., 285.05 KiB/sec. | ||
| 2606 | 2025.02.25 03:50:08.793450 [ 4 ] {e61ae80b-fe91-42da-85a8-953683709f4f} <Debug> TCPHandler: Processed in 0.011147139 sec. | ||
| 2607 | 2025.02.25 03:50:08.793786 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_16_3} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2608 | 2025.02.25 03:50:08.793813 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2609 | 2025.02.25 03:50:08.794060 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_16_3} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2610 | 2025.02.25 03:50:08.794361 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 2611 | 2025.02.25 03:50:08.794380 [ 254 ] {daf7de99-2b73-4944-b258-e7f34afd86c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2612 | 2025.02.25 03:50:08.794513 [ 254 ] {daf7de99-2b73-4944-b258-e7f34afd86c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2613 | 2025.02.25 03:50:08.795130 [ 186 ] {829f9121-70bd-47dc-9276-9a75f2968390::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 6 columns (6 merged, 0 gathered) in 0.019352912 sec., 2480.2469003114365 rows/sec., 610.73 KiB/sec. | ||
| 2614 | 2025.02.25 03:50:08.795408 [ 186 ] {829f9121-70bd-47dc-9276-9a75f2968390::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2615 | 2025.02.25 03:50:08.796545 [ 254 ] {daf7de99-2b73-4944-b258-e7f34afd86c7} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2616 | 2025.02.25 03:50:08.796622 [ 254 ] {daf7de99-2b73-4944-b258-e7f34afd86c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2617 | 2025.02.25 03:50:08.796784 [ 186 ] {829f9121-70bd-47dc-9276-9a75f2968390::all_1_6_1} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2618 | 2025.02.25 03:50:08.796975 [ 186 ] {829f9121-70bd-47dc-9276-9a75f2968390::all_1_6_1} <Trace> oximeter.timeseries_schema (829f9121-70bd-47dc-9276-9a75f2968390) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2619 | 2025.02.25 03:50:08.797142 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 2620 | 2025.02.25 03:50:08.797318 [ 254 ] {daf7de99-2b73-4944-b258-e7f34afd86c7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2621 | 2025.02.25 03:50:08.797567 [ 254 ] {daf7de99-2b73-4944-b258-e7f34afd86c7} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2622 | 2025.02.25 03:50:08.797808 [ 254 ] {daf7de99-2b73-4944-b258-e7f34afd86c7} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.003696 sec., 270.56277056277054 rows/sec., 17.97 KiB/sec. | ||
| 2623 | 2025.02.25 03:50:08.797873 [ 254 ] {daf7de99-2b73-4944-b258-e7f34afd86c7} <Debug> TCPHandler: Processed in 0.004270595 sec. | ||
| 2624 | 2025.02.25 03:50:08.798025 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2625 | 2025.02.25 03:50:08.798154 [ 4 ] {e2ed9b47-2c50-41e2-8193-b0d802055bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2626 | 2025.02.25 03:50:08.798208 [ 4 ] {e2ed9b47-2c50-41e2-8193-b0d802055bb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2627 | 2025.02.25 03:50:08.798899 [ 4 ] {e2ed9b47-2c50-41e2-8193-b0d802055bb6} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2628 | 2025.02.25 03:50:08.798945 [ 4 ] {e2ed9b47-2c50-41e2-8193-b0d802055bb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2629 | 2025.02.25 03:50:08.799362 [ 4 ] {e2ed9b47-2c50-41e2-8193-b0d802055bb6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2630 | 2025.02.25 03:50:08.799606 [ 4 ] {e2ed9b47-2c50-41e2-8193-b0d802055bb6} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2631 | 2025.02.25 03:50:08.799775 [ 31 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2632 | 2025.02.25 03:50:08.799851 [ 31 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2633 | 2025.02.25 03:50:08.799863 [ 4 ] {e2ed9b47-2c50-41e2-8193-b0d802055bb6} <Debug> executeQuery: Read 112 rows, 8.96 KiB in 0.001727 sec., 64852.34510712218 rows/sec., 5.07 MiB/sec. | ||
| 2634 | 2025.02.25 03:50:08.799888 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2635 | 2025.02.25 03:50:08.799995 [ 4 ] {e2ed9b47-2c50-41e2-8193-b0d802055bb6} <Debug> TCPHandler: Processed in 0.002031426 sec. | ||
| 2636 | 2025.02.25 03:50:08.800177 [ 202 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 2637 | 2025.02.25 03:50:08.800193 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2638 | 2025.02.25 03:50:08.800432 [ 202 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2639 | 2025.02.25 03:50:08.800460 [ 254 ] {61bce632-d3f1-4deb-8eec-5d5991c693f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2640 | 2025.02.25 03:50:08.800509 [ 202 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 918 rows starting from the beginning of the part | ||
| 2641 | 2025.02.25 03:50:08.800593 [ 254 ] {61bce632-d3f1-4deb-8eec-5d5991c693f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2642 | 2025.02.25 03:50:08.800827 [ 202 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 98 rows starting from the beginning of the part | ||
| 2643 | 2025.02.25 03:50:08.801233 [ 202 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 2644 | 2025.02.25 03:50:08.801638 [ 202 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 106 rows starting from the beginning of the part | ||
| 2645 | 2025.02.25 03:50:08.802036 [ 202 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2646 | 2025.02.25 03:50:08.802369 [ 202 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part | ||
| 2647 | 2025.02.25 03:50:08.803583 [ 254 ] {61bce632-d3f1-4deb-8eec-5d5991c693f6} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2648 | 2025.02.25 03:50:08.803648 [ 254 ] {61bce632-d3f1-4deb-8eec-5d5991c693f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2649 | 2025.02.25 03:50:08.804796 [ 254 ] {61bce632-d3f1-4deb-8eec-5d5991c693f6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2650 | 2025.02.25 03:50:08.805302 [ 254 ] {61bce632-d3f1-4deb-8eec-5d5991c693f6} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2651 | 2025.02.25 03:50:08.805408 [ 202 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1362 rows, containing 5 columns (5 merged, 0 gathered) in 0.00539099 sec., 252643.7630194083 rows/sec., 19.84 MiB/sec. | ||
| 2652 | 2025.02.25 03:50:08.805585 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2653 | 2025.02.25 03:50:08.805707 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2654 | 2025.02.25 03:50:08.805766 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2655 | 2025.02.25 03:50:08.805783 [ 202 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2656 | 2025.02.25 03:50:08.805797 [ 254 ] {61bce632-d3f1-4deb-8eec-5d5991c693f6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005411 sec., 29569.395675475884 rows/sec., 2.06 MiB/sec. | ||
| 2657 | 2025.02.25 03:50:08.806238 [ 254 ] {61bce632-d3f1-4deb-8eec-5d5991c693f6} <Debug> TCPHandler: Processed in 0.006133867 sec. | ||
| 2658 | 2025.02.25 03:50:08.806615 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 2659 | 2025.02.25 03:50:08.806655 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2660 | 2025.02.25 03:50:08.807116 [ 202 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_16_3} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2661 | 2025.02.25 03:50:08.807189 [ 4 ] {05e14097-e89f-438a-a3ec-17460217a8ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2662 | 2025.02.25 03:50:08.807215 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2663 | 2025.02.25 03:50:08.807327 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4265 rows starting from the beginning of the part | ||
| 2664 | 2025.02.25 03:50:08.807379 [ 202 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_16_3} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2665 | 2025.02.25 03:50:08.807380 [ 4 ] {05e14097-e89f-438a-a3ec-17460217a8ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2666 | 2025.02.25 03:50:08.807821 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 2667 | 2025.02.25 03:50:08.807860 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 2668 | 2025.02.25 03:50:08.808264 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 2669 | 2025.02.25 03:50:08.808597 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 164 rows starting from the beginning of the part | ||
| 2670 | 2025.02.25 03:50:08.808967 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 2671 | 2025.02.25 03:50:08.809324 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 2672 | 2025.02.25 03:50:08.810236 [ 4 ] {05e14097-e89f-438a-a3ec-17460217a8ca} <Trace> oximeter.measurements_f64 (9aae37f1-d719-43a0-8da9-accfcd606c35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2673 | 2025.02.25 03:50:08.810364 [ 4 ] {05e14097-e89f-438a-a3ec-17460217a8ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2674 | 2025.02.25 03:50:08.811113 [ 4 ] {05e14097-e89f-438a-a3ec-17460217a8ca} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2675 | 2025.02.25 03:50:08.811659 [ 4 ] {05e14097-e89f-438a-a3ec-17460217a8ca} <Trace> oximeter.measurements_f64 (9aae37f1-d719-43a0-8da9-accfcd606c35): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2676 | 2025.02.25 03:50:08.812064 [ 4 ] {05e14097-e89f-438a-a3ec-17460217a8ca} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.005047 sec., 198.13750743015652 rows/sec., 12.58 KiB/sec. | ||
| 2677 | 2025.02.25 03:50:08.812129 [ 4 ] {05e14097-e89f-438a-a3ec-17460217a8ca} <Debug> TCPHandler: Processed in 0.005718998 sec. | ||
| 2678 | 2025.02.25 03:50:08.812372 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2679 | 2025.02.25 03:50:08.812518 [ 254 ] {bbc4b043-f485-4336-a85c-919b2ec33664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2680 | 2025.02.25 03:50:08.812599 [ 254 ] {bbc4b043-f485-4336-a85c-919b2ec33664} <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 | ||
| 2681 | 2025.02.25 03:50:08.813963 [ 254 ] {bbc4b043-f485-4336-a85c-919b2ec33664} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2682 | 2025.02.25 03:50:08.814002 [ 254 ] {bbc4b043-f485-4336-a85c-919b2ec33664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2683 | 2025.02.25 03:50:08.814702 [ 254 ] {bbc4b043-f485-4336-a85c-919b2ec33664} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2684 | 2025.02.25 03:50:08.814954 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5069 rows, containing 5 columns (5 merged, 0 gathered) in 0.009037912 sec., 560859.6321805301 rows/sec., 38.38 MiB/sec. | ||
| 2685 | 2025.02.25 03:50:08.815136 [ 254 ] {bbc4b043-f485-4336-a85c-919b2ec33664} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2686 | 2025.02.25 03:50:08.815440 [ 254 ] {bbc4b043-f485-4336-a85c-919b2ec33664} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002941 sec., 13260.795647738863 rows/sec., 23.76 MiB/sec. | ||
| 2687 | 2025.02.25 03:50:08.815466 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2688 | 2025.02.25 03:50:08.815828 [ 254 ] {bbc4b043-f485-4336-a85c-919b2ec33664} <Debug> TCPHandler: Processed in 0.00359296 sec. | ||
| 2689 | 2025.02.25 03:50:08.816044 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2690 | 2025.02.25 03:50:08.816143 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2691 | 2025.02.25 03:50:08.816292 [ 4 ] {0ba056d9-7016-41a7-84ae-39effc291142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2692 | 2025.02.25 03:50:08.816328 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2693 | 2025.02.25 03:50:08.816377 [ 4 ] {0ba056d9-7016-41a7-84ae-39effc291142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2694 | 2025.02.25 03:50:08.816485 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 2695 | 2025.02.25 03:50:08.816947 [ 4 ] {0ba056d9-7016-41a7-84ae-39effc291142} <Trace> oximeter.measurements_i64 (6622a483-988c-49c9-afb2-37a36537a461): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2696 | 2025.02.25 03:50:08.816990 [ 4 ] {0ba056d9-7016-41a7-84ae-39effc291142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2697 | 2025.02.25 03:50:08.817360 [ 4 ] {0ba056d9-7016-41a7-84ae-39effc291142} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2698 | 2025.02.25 03:50:08.817597 [ 4 ] {0ba056d9-7016-41a7-84ae-39effc291142} <Trace> oximeter.measurements_i64 (6622a483-988c-49c9-afb2-37a36537a461): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2699 | 2025.02.25 03:50:08.817802 [ 4 ] {0ba056d9-7016-41a7-84ae-39effc291142} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001612 sec., 5583.126550868486 rows/sec., 394.38 KiB/sec. | ||
| 2700 | 2025.02.25 03:50:08.817853 [ 4 ] {0ba056d9-7016-41a7-84ae-39effc291142} <Debug> TCPHandler: Processed in 0.001913233 sec. | ||
| 2701 | 2025.02.25 03:50:08.817988 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2702 | 2025.02.25 03:50:08.818094 [ 254 ] {843cda62-fe12-4849-bf2c-41e3df60646d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2703 | 2025.02.25 03:50:08.818140 [ 254 ] {843cda62-fe12-4849-bf2c-41e3df60646d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2704 | 2025.02.25 03:50:08.818659 [ 254 ] {843cda62-fe12-4849-bf2c-41e3df60646d} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2705 | 2025.02.25 03:50:08.818705 [ 254 ] {843cda62-fe12-4849-bf2c-41e3df60646d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2706 | 2025.02.25 03:50:08.819137 [ 254 ] {843cda62-fe12-4849-bf2c-41e3df60646d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2707 | 2025.02.25 03:50:08.819385 [ 254 ] {843cda62-fe12-4849-bf2c-41e3df60646d} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2708 | 2025.02.25 03:50:08.819543 [ 31 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2709 | 2025.02.25 03:50:08.819603 [ 31 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2710 | 2025.02.25 03:50:08.819641 [ 254 ] {843cda62-fe12-4849-bf2c-41e3df60646d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001553 sec., 38634.9001931745 rows/sec., 2.60 MiB/sec. | ||
| 2711 | 2025.02.25 03:50:08.819648 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2712 | 2025.02.25 03:50:08.819806 [ 254 ] {843cda62-fe12-4849-bf2c-41e3df60646d} <Debug> TCPHandler: Processed in 0.001862292 sec. | ||
| 2713 | 2025.02.25 03:50:08.819883 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 2714 | 2025.02.25 03:50:08.820018 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2715 | 2025.02.25 03:50:08.820052 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 508 rows starting from the beginning of the part | ||
| 2716 | 2025.02.25 03:50:08.820172 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 2717 | 2025.02.25 03:50:08.820363 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 2718 | 2025.02.25 03:50:08.820502 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 2719 | 2025.02.25 03:50:08.820693 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 2720 | 2025.02.25 03:50:08.820843 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 2721 | 2025.02.25 03:50:08.822029 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 808 rows, containing 4 columns (4 merged, 0 gathered) in 0.00226797 sec., 356265.73543741764 rows/sec., 23.83 MiB/sec. | ||
| 2722 | 2025.02.25 03:50:08.822235 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2723 | 2025.02.25 03:50:08.822590 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_16_3} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2724 | 2025.02.25 03:50:08.822679 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_16_3} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2725 | 2025.02.25 03:50:08.822773 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2726 | 2025.02.25 03:50:11.694335 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2727 | 2025.02.25 03:50:11.694642 [ 4 ] {e64204d5-5d52-42c3-96e3-e57940bc85f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2728 | 2025.02.25 03:50:11.694757 [ 4 ] {e64204d5-5d52-42c3-96e3-e57940bc85f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2729 | 2025.02.25 03:50:11.695769 [ 4 ] {e64204d5-5d52-42c3-96e3-e57940bc85f3} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2730 | 2025.02.25 03:50:11.695813 [ 4 ] {e64204d5-5d52-42c3-96e3-e57940bc85f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2731 | 2025.02.25 03:50:11.696243 [ 4 ] {e64204d5-5d52-42c3-96e3-e57940bc85f3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2732 | 2025.02.25 03:50:11.696517 [ 4 ] {e64204d5-5d52-42c3-96e3-e57940bc85f3} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2733 | 2025.02.25 03:50:11.696743 [ 4 ] {e64204d5-5d52-42c3-96e3-e57940bc85f3} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002187 sec., 10973.936899862825 rows/sec., 932.36 KiB/sec. | ||
| 2734 | 2025.02.25 03:50:11.696912 [ 4 ] {e64204d5-5d52-42c3-96e3-e57940bc85f3} <Debug> TCPHandler: Processed in 0.002765492 sec. | ||
| 2735 | 2025.02.25 03:50:11.697132 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2736 | 2025.02.25 03:50:11.697281 [ 254 ] {ea39de01-d80f-4f72-a2ba-58bca1884ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2737 | 2025.02.25 03:50:11.697342 [ 254 ] {ea39de01-d80f-4f72-a2ba-58bca1884ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2738 | 2025.02.25 03:50:11.698036 [ 254 ] {ea39de01-d80f-4f72-a2ba-58bca1884ece} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2739 | 2025.02.25 03:50:11.698084 [ 254 ] {ea39de01-d80f-4f72-a2ba-58bca1884ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2740 | 2025.02.25 03:50:11.698489 [ 254 ] {ea39de01-d80f-4f72-a2ba-58bca1884ece} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2741 | 2025.02.25 03:50:11.698753 [ 254 ] {ea39de01-d80f-4f72-a2ba-58bca1884ece} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2742 | 2025.02.25 03:50:11.698994 [ 254 ] {ea39de01-d80f-4f72-a2ba-58bca1884ece} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001735 sec., 2305.4755043227665 rows/sec., 188.00 KiB/sec. | ||
| 2743 | 2025.02.25 03:50:11.699077 [ 254 ] {ea39de01-d80f-4f72-a2ba-58bca1884ece} <Debug> TCPHandler: Processed in 0.002015306 sec. | ||
| 2744 | 2025.02.25 03:50:11.699229 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2745 | 2025.02.25 03:50:11.699338 [ 4 ] {dcb09f2e-5aa6-48c9-90e5-b4d4e790fc1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2746 | 2025.02.25 03:50:11.699391 [ 4 ] {dcb09f2e-5aa6-48c9-90e5-b4d4e790fc1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2747 | 2025.02.25 03:50:11.700684 [ 4 ] {dcb09f2e-5aa6-48c9-90e5-b4d4e790fc1e} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2748 | 2025.02.25 03:50:11.700723 [ 4 ] {dcb09f2e-5aa6-48c9-90e5-b4d4e790fc1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2749 | 2025.02.25 03:50:11.701158 [ 4 ] {dcb09f2e-5aa6-48c9-90e5-b4d4e790fc1e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2750 | 2025.02.25 03:50:11.701400 [ 4 ] {dcb09f2e-5aa6-48c9-90e5-b4d4e790fc1e} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2751 | 2025.02.25 03:50:11.701575 [ 4 ] {dcb09f2e-5aa6-48c9-90e5-b4d4e790fc1e} <Debug> executeQuery: Read 1318 rows, 112.08 KiB in 0.002261 sec., 582927.9080053074 rows/sec., 48.41 MiB/sec. | ||
| 2752 | 2025.02.25 03:50:11.701628 [ 4 ] {dcb09f2e-5aa6-48c9-90e5-b4d4e790fc1e} <Debug> TCPHandler: Processed in 0.002453305 sec. | ||
| 2753 | 2025.02.25 03:50:11.701767 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2754 | 2025.02.25 03:50:11.701898 [ 254 ] {0563e969-5d0c-4c29-8d4f-5ef78322cd07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2755 | 2025.02.25 03:50:11.701953 [ 254 ] {0563e969-5d0c-4c29-8d4f-5ef78322cd07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2756 | 2025.02.25 03:50:11.702553 [ 254 ] {0563e969-5d0c-4c29-8d4f-5ef78322cd07} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2757 | 2025.02.25 03:50:11.702590 [ 254 ] {0563e969-5d0c-4c29-8d4f-5ef78322cd07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2758 | 2025.02.25 03:50:11.702942 [ 254 ] {0563e969-5d0c-4c29-8d4f-5ef78322cd07} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2759 | 2025.02.25 03:50:11.703190 [ 254 ] {0563e969-5d0c-4c29-8d4f-5ef78322cd07} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2760 | 2025.02.25 03:50:11.703364 [ 254 ] {0563e969-5d0c-4c29-8d4f-5ef78322cd07} <Debug> executeQuery: Read 16 rows, 1.24 KiB in 0.001496 sec., 10695.187165775402 rows/sec., 829.03 KiB/sec. | ||
| 2761 | 2025.02.25 03:50:11.703416 [ 254 ] {0563e969-5d0c-4c29-8d4f-5ef78322cd07} <Debug> TCPHandler: Processed in 0.001710569 sec. | ||
| 2762 | 2025.02.25 03:50:11.703563 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2763 | 2025.02.25 03:50:11.703691 [ 4 ] {03e34877-2320-4087-a6b7-c6fb02925a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2764 | 2025.02.25 03:50:11.703745 [ 4 ] {03e34877-2320-4087-a6b7-c6fb02925a3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2765 | 2025.02.25 03:50:11.704436 [ 4 ] {03e34877-2320-4087-a6b7-c6fb02925a3d} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2766 | 2025.02.25 03:50:11.704474 [ 4 ] {03e34877-2320-4087-a6b7-c6fb02925a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2767 | 2025.02.25 03:50:11.704837 [ 4 ] {03e34877-2320-4087-a6b7-c6fb02925a3d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2768 | 2025.02.25 03:50:11.705075 [ 4 ] {03e34877-2320-4087-a6b7-c6fb02925a3d} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2769 | 2025.02.25 03:50:11.705245 [ 4 ] {03e34877-2320-4087-a6b7-c6fb02925a3d} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001583 sec., 159191.40871762476 rows/sec., 11.01 MiB/sec. | ||
| 2770 | 2025.02.25 03:50:11.705298 [ 4 ] {03e34877-2320-4087-a6b7-c6fb02925a3d} <Debug> TCPHandler: Processed in 0.001797661 sec. | ||
| 2771 | 2025.02.25 03:50:11.705438 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2772 | 2025.02.25 03:50:11.705567 [ 254 ] {4f288420-1380-4fe0-8c15-229fef0a0dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2773 | 2025.02.25 03:50:11.705621 [ 254 ] {4f288420-1380-4fe0-8c15-229fef0a0dfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2774 | 2025.02.25 03:50:11.706248 [ 254 ] {4f288420-1380-4fe0-8c15-229fef0a0dfb} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2775 | 2025.02.25 03:50:11.706295 [ 254 ] {4f288420-1380-4fe0-8c15-229fef0a0dfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2776 | 2025.02.25 03:50:11.706644 [ 254 ] {4f288420-1380-4fe0-8c15-229fef0a0dfb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2777 | 2025.02.25 03:50:11.706882 [ 254 ] {4f288420-1380-4fe0-8c15-229fef0a0dfb} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2778 | 2025.02.25 03:50:11.707094 [ 254 ] {4f288420-1380-4fe0-8c15-229fef0a0dfb} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001546 sec., 7761.966364812419 rows/sec., 606.40 KiB/sec. | ||
| 2779 | 2025.02.25 03:50:11.707216 [ 254 ] {4f288420-1380-4fe0-8c15-229fef0a0dfb} <Debug> TCPHandler: Processed in 0.001841472 sec. | ||
| 2780 | 2025.02.25 03:50:11.707374 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2781 | 2025.02.25 03:50:11.707502 [ 4 ] {1be68c28-5784-40fd-ba6b-385f8dfa7aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2782 | 2025.02.25 03:50:11.707557 [ 4 ] {1be68c28-5784-40fd-ba6b-385f8dfa7aad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2783 | 2025.02.25 03:50:11.708404 [ 4 ] {1be68c28-5784-40fd-ba6b-385f8dfa7aad} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2784 | 2025.02.25 03:50:11.708443 [ 4 ] {1be68c28-5784-40fd-ba6b-385f8dfa7aad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2785 | 2025.02.25 03:50:11.708808 [ 4 ] {1be68c28-5784-40fd-ba6b-385f8dfa7aad} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2786 | 2025.02.25 03:50:11.709052 [ 4 ] {1be68c28-5784-40fd-ba6b-385f8dfa7aad} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2787 | 2025.02.25 03:50:11.709228 [ 4 ] {1be68c28-5784-40fd-ba6b-385f8dfa7aad} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.001755 sec., 319088.3190883191 rows/sec., 23.92 MiB/sec. | ||
| 2788 | 2025.02.25 03:50:11.709279 [ 4 ] {1be68c28-5784-40fd-ba6b-385f8dfa7aad} <Debug> TCPHandler: Processed in 0.001965284 sec. | ||
| 2789 | 2025.02.25 03:50:11.709411 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2790 | 2025.02.25 03:50:11.709517 [ 254 ] {a5180bbd-91e6-425f-91b9-178755c901cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2791 | 2025.02.25 03:50:11.709566 [ 254 ] {a5180bbd-91e6-425f-91b9-178755c901cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2792 | 2025.02.25 03:50:11.710306 [ 254 ] {a5180bbd-91e6-425f-91b9-178755c901cc} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2793 | 2025.02.25 03:50:11.710342 [ 254 ] {a5180bbd-91e6-425f-91b9-178755c901cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2794 | 2025.02.25 03:50:11.710773 [ 254 ] {a5180bbd-91e6-425f-91b9-178755c901cc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2795 | 2025.02.25 03:50:11.711029 [ 254 ] {a5180bbd-91e6-425f-91b9-178755c901cc} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2796 | 2025.02.25 03:50:11.711239 [ 254 ] {a5180bbd-91e6-425f-91b9-178755c901cc} <Debug> executeQuery: Read 978 rows, 67.66 KiB in 0.001744 sec., 560779.8165137614 rows/sec., 37.88 MiB/sec. | ||
| 2797 | 2025.02.25 03:50:11.711292 [ 254 ] {a5180bbd-91e6-425f-91b9-178755c901cc} <Debug> TCPHandler: Processed in 0.001930213 sec. | ||
| 2798 | 2025.02.25 03:50:11.711440 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2799 | 2025.02.25 03:50:11.711568 [ 4 ] {2de8e6d3-97d8-44a7-aa47-252b67cf7d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2800 | 2025.02.25 03:50:11.711624 [ 4 ] {2de8e6d3-97d8-44a7-aa47-252b67cf7d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2801 | 2025.02.25 03:50:11.712136 [ 4 ] {2de8e6d3-97d8-44a7-aa47-252b67cf7d12} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2802 | 2025.02.25 03:50:11.712182 [ 4 ] {2de8e6d3-97d8-44a7-aa47-252b67cf7d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2803 | 2025.02.25 03:50:11.712560 [ 4 ] {2de8e6d3-97d8-44a7-aa47-252b67cf7d12} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2804 | 2025.02.25 03:50:11.712796 [ 4 ] {2de8e6d3-97d8-44a7-aa47-252b67cf7d12} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2805 | 2025.02.25 03:50:11.713039 [ 4 ] {2de8e6d3-97d8-44a7-aa47-252b67cf7d12} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001493 sec., 22772.940388479572 rows/sec., 1.54 MiB/sec. | ||
| 2806 | 2025.02.25 03:50:11.713175 [ 4 ] {2de8e6d3-97d8-44a7-aa47-252b67cf7d12} <Debug> TCPHandler: Processed in 0.00179631 sec. | ||
| 2807 | 2025.02.25 03:50:13.762537 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2808 | 2025.02.25 03:50:13.762740 [ 4 ] {594da568-0f67-4d1c-91ba-84ed2aa6921f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2809 | 2025.02.25 03:50:13.762815 [ 4 ] {594da568-0f67-4d1c-91ba-84ed2aa6921f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2810 | 2025.02.25 03:50:13.763591 [ 4 ] {594da568-0f67-4d1c-91ba-84ed2aa6921f} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2811 | 2025.02.25 03:50:13.763641 [ 4 ] {594da568-0f67-4d1c-91ba-84ed2aa6921f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2812 | 2025.02.25 03:50:13.764073 [ 4 ] {594da568-0f67-4d1c-91ba-84ed2aa6921f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2813 | 2025.02.25 03:50:13.764328 [ 4 ] {594da568-0f67-4d1c-91ba-84ed2aa6921f} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2814 | 2025.02.25 03:50:13.764578 [ 4 ] {594da568-0f67-4d1c-91ba-84ed2aa6921f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00189 sec., 29629.62962962963 rows/sec., 2.26 MiB/sec. | ||
| 2815 | 2025.02.25 03:50:13.764646 [ 4 ] {594da568-0f67-4d1c-91ba-84ed2aa6921f} <Debug> TCPHandler: Processed in 0.0022389 sec. | ||
| 2816 | 2025.02.25 03:50:13.764821 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2817 | 2025.02.25 03:50:13.764945 [ 254 ] {219fa7ff-004c-4f16-89d9-815593cba5db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2818 | 2025.02.25 03:50:13.764995 [ 254 ] {219fa7ff-004c-4f16-89d9-815593cba5db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2819 | 2025.02.25 03:50:13.765580 [ 254 ] {219fa7ff-004c-4f16-89d9-815593cba5db} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2820 | 2025.02.25 03:50:13.765622 [ 254 ] {219fa7ff-004c-4f16-89d9-815593cba5db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2821 | 2025.02.25 03:50:13.765999 [ 254 ] {219fa7ff-004c-4f16-89d9-815593cba5db} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2822 | 2025.02.25 03:50:13.766244 [ 254 ] {219fa7ff-004c-4f16-89d9-815593cba5db} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2823 | 2025.02.25 03:50:13.766467 [ 254 ] {219fa7ff-004c-4f16-89d9-815593cba5db} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001551 sec., 41263.70083816892 rows/sec., 3.22 MiB/sec. | ||
| 2824 | 2025.02.25 03:50:13.766522 [ 254 ] {219fa7ff-004c-4f16-89d9-815593cba5db} <Debug> TCPHandler: Processed in 0.001759909 sec. | ||
| 2825 | 2025.02.25 03:50:13.766689 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2826 | 2025.02.25 03:50:13.766799 [ 4 ] {3bb39851-aa22-4c62-a209-0d481cfcc312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2827 | 2025.02.25 03:50:13.766851 [ 4 ] {3bb39851-aa22-4c62-a209-0d481cfcc312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2828 | 2025.02.25 03:50:13.767347 [ 4 ] {3bb39851-aa22-4c62-a209-0d481cfcc312} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2829 | 2025.02.25 03:50:13.767386 [ 4 ] {3bb39851-aa22-4c62-a209-0d481cfcc312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2830 | 2025.02.25 03:50:13.767769 [ 4 ] {3bb39851-aa22-4c62-a209-0d481cfcc312} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2831 | 2025.02.25 03:50:13.768005 [ 4 ] {3bb39851-aa22-4c62-a209-0d481cfcc312} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2832 | 2025.02.25 03:50:13.768235 [ 4 ] {3bb39851-aa22-4c62-a209-0d481cfcc312} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001458 sec., 45267.489711934155 rows/sec., 3.16 MiB/sec. | ||
| 2833 | 2025.02.25 03:50:13.768288 [ 4 ] {3bb39851-aa22-4c62-a209-0d481cfcc312} <Debug> TCPHandler: Processed in 0.001652867 sec. | ||
| 2834 | 2025.02.25 03:50:13.768434 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2835 | 2025.02.25 03:50:13.768566 [ 254 ] {ad07029e-395f-4f11-b500-d24b238e3e9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2836 | 2025.02.25 03:50:13.768623 [ 254 ] {ad07029e-395f-4f11-b500-d24b238e3e9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2837 | 2025.02.25 03:50:13.769144 [ 254 ] {ad07029e-395f-4f11-b500-d24b238e3e9d} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2838 | 2025.02.25 03:50:13.769192 [ 254 ] {ad07029e-395f-4f11-b500-d24b238e3e9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2839 | 2025.02.25 03:50:13.769592 [ 254 ] {ad07029e-395f-4f11-b500-d24b238e3e9d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2840 | 2025.02.25 03:50:13.769826 [ 254 ] {ad07029e-395f-4f11-b500-d24b238e3e9d} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2841 | 2025.02.25 03:50:13.770061 [ 254 ] {ad07029e-395f-4f11-b500-d24b238e3e9d} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001522 sec., 17082.785808147175 rows/sec., 1.14 MiB/sec. | ||
| 2842 | 2025.02.25 03:50:13.770160 [ 254 ] {ad07029e-395f-4f11-b500-d24b238e3e9d} <Debug> TCPHandler: Processed in 0.00177858 sec. | ||
| 2843 | 2025.02.25 03:50:15.362275 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 2844 | 2025.02.25 03:50:15.363233 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2845 | 2025.02.25 03:50:15.363307 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2846 | 2025.02.25 03:50:15.364009 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2847 | 2025.02.25 03:50:15.364347 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2848 | 2025.02.25 03:50:15.364618 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 2849 | 2025.02.25 03:50:15.752384 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2850 | 2025.02.25 03:50:15.772092 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2851 | 2025.02.25 03:50:15.772151 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2852 | 2025.02.25 03:50:15.779477 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2853 | 2025.02.25 03:50:15.780225 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2854 | 2025.02.25 03:50:15.782748 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2855 | 2025.02.25 03:50:17.872197 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 406 | ||
| 2856 | 2025.02.25 03:50:17.875566 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2857 | 2025.02.25 03:50:17.875627 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2858 | 2025.02.25 03:50:17.877172 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2859 | 2025.02.25 03:50:17.877502 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2860 | 2025.02.25 03:50:17.878491 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 406 | ||
| 2861 | 2025.02.25 03:50:18.769074 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2862 | 2025.02.25 03:50:18.769282 [ 4 ] {7e9c9242-2178-450d-8cfe-d9b6422a0511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2863 | 2025.02.25 03:50:18.769355 [ 4 ] {7e9c9242-2178-450d-8cfe-d9b6422a0511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2864 | 2025.02.25 03:50:18.770142 [ 4 ] {7e9c9242-2178-450d-8cfe-d9b6422a0511} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2865 | 2025.02.25 03:50:18.770189 [ 4 ] {7e9c9242-2178-450d-8cfe-d9b6422a0511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 2866 | 2025.02.25 03:50:18.770680 [ 4 ] {7e9c9242-2178-450d-8cfe-d9b6422a0511} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2867 | 2025.02.25 03:50:18.770938 [ 4 ] {7e9c9242-2178-450d-8cfe-d9b6422a0511} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2868 | 2025.02.25 03:50:18.771183 [ 4 ] {7e9c9242-2178-450d-8cfe-d9b6422a0511} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001953 sec., 68612.39119303635 rows/sec., 5.90 MiB/sec. | ||
| 2869 | 2025.02.25 03:50:18.771249 [ 4 ] {7e9c9242-2178-450d-8cfe-d9b6422a0511} <Debug> TCPHandler: Processed in 0.002306112 sec. | ||
| 2870 | 2025.02.25 03:50:18.771420 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2871 | 2025.02.25 03:50:18.771568 [ 254 ] {d1cfbeab-ac51-440d-a31b-747c22aa6f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2872 | 2025.02.25 03:50:18.771626 [ 254 ] {d1cfbeab-ac51-440d-a31b-747c22aa6f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2873 | 2025.02.25 03:50:18.772296 [ 254 ] {d1cfbeab-ac51-440d-a31b-747c22aa6f9c} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2874 | 2025.02.25 03:50:18.772345 [ 254 ] {d1cfbeab-ac51-440d-a31b-747c22aa6f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 2875 | 2025.02.25 03:50:18.772747 [ 254 ] {d1cfbeab-ac51-440d-a31b-747c22aa6f9c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2876 | 2025.02.25 03:50:18.773010 [ 254 ] {d1cfbeab-ac51-440d-a31b-747c22aa6f9c} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2877 | 2025.02.25 03:50:18.773231 [ 254 ] {d1cfbeab-ac51-440d-a31b-747c22aa6f9c} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001698 sec., 22968.197879858657 rows/sec., 1.69 MiB/sec. | ||
| 2878 | 2025.02.25 03:50:18.773285 [ 254 ] {d1cfbeab-ac51-440d-a31b-747c22aa6f9c} <Debug> TCPHandler: Processed in 0.001932823 sec. | ||
| 2879 | 2025.02.25 03:50:18.773415 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2880 | 2025.02.25 03:50:18.773525 [ 4 ] {aa5d9d63-e0a5-4f8c-b723-47ed3368eb28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2881 | 2025.02.25 03:50:18.773573 [ 4 ] {aa5d9d63-e0a5-4f8c-b723-47ed3368eb28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2882 | 2025.02.25 03:50:18.774249 [ 4 ] {aa5d9d63-e0a5-4f8c-b723-47ed3368eb28} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2883 | 2025.02.25 03:50:18.774301 [ 4 ] {aa5d9d63-e0a5-4f8c-b723-47ed3368eb28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 2884 | 2025.02.25 03:50:18.774717 [ 4 ] {aa5d9d63-e0a5-4f8c-b723-47ed3368eb28} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2885 | 2025.02.25 03:50:18.774953 [ 4 ] {aa5d9d63-e0a5-4f8c-b723-47ed3368eb28} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2886 | 2025.02.25 03:50:18.775165 [ 4 ] {aa5d9d63-e0a5-4f8c-b723-47ed3368eb28} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001663 sec., 61936.259771497294 rows/sec., 4.84 MiB/sec. | ||
| 2887 | 2025.02.25 03:50:18.775219 [ 4 ] {aa5d9d63-e0a5-4f8c-b723-47ed3368eb28} <Debug> TCPHandler: Processed in 0.001858052 sec. | ||
| 2888 | 2025.02.25 03:50:18.775355 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2889 | 2025.02.25 03:50:18.775462 [ 254 ] {908def34-f91a-49fe-845a-336c867347d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2890 | 2025.02.25 03:50:18.775511 [ 254 ] {908def34-f91a-49fe-845a-336c867347d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2891 | 2025.02.25 03:50:18.776115 [ 254 ] {908def34-f91a-49fe-845a-336c867347d9} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2892 | 2025.02.25 03:50:18.776161 [ 254 ] {908def34-f91a-49fe-845a-336c867347d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 2893 | 2025.02.25 03:50:18.776622 [ 254 ] {908def34-f91a-49fe-845a-336c867347d9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2894 | 2025.02.25 03:50:18.776857 [ 254 ] {908def34-f91a-49fe-845a-336c867347d9} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2895 | 2025.02.25 03:50:18.777065 [ 254 ] {908def34-f91a-49fe-845a-336c867347d9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001626 sec., 98400.98400984009 rows/sec., 6.85 MiB/sec. | ||
| 2896 | 2025.02.25 03:50:18.777116 [ 254 ] {908def34-f91a-49fe-845a-336c867347d9} <Debug> TCPHandler: Processed in 0.00181185 sec. | ||
| 2897 | 2025.02.25 03:50:18.777251 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2898 | 2025.02.25 03:50:18.777359 [ 4 ] {df088fcf-ff8b-481e-8326-ef6d045f5d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2899 | 2025.02.25 03:50:18.777428 [ 4 ] {df088fcf-ff8b-481e-8326-ef6d045f5d76} <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 | ||
| 2900 | 2025.02.25 03:50:18.778580 [ 4 ] {df088fcf-ff8b-481e-8326-ef6d045f5d76} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2901 | 2025.02.25 03:50:18.778620 [ 4 ] {df088fcf-ff8b-481e-8326-ef6d045f5d76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 2902 | 2025.02.25 03:50:18.779297 [ 4 ] {df088fcf-ff8b-481e-8326-ef6d045f5d76} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2903 | 2025.02.25 03:50:18.779561 [ 4 ] {df088fcf-ff8b-481e-8326-ef6d045f5d76} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2904 | 2025.02.25 03:50:18.779789 [ 4 ] {df088fcf-ff8b-481e-8326-ef6d045f5d76} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002453 sec., 15898.899306971056 rows/sec., 28.49 MiB/sec. | ||
| 2905 | 2025.02.25 03:50:18.779894 [ 4 ] {df088fcf-ff8b-481e-8326-ef6d045f5d76} <Debug> TCPHandler: Processed in 0.00269547 sec. | ||
| 2906 | 2025.02.25 03:50:18.780038 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2907 | 2025.02.25 03:50:18.780167 [ 254 ] {0c331900-42c3-419f-9e3a-27f2d39e58ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2908 | 2025.02.25 03:50:18.780224 [ 254 ] {0c331900-42c3-419f-9e3a-27f2d39e58ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2909 | 2025.02.25 03:50:18.780723 [ 254 ] {0c331900-42c3-419f-9e3a-27f2d39e58ec} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2910 | 2025.02.25 03:50:18.780762 [ 254 ] {0c331900-42c3-419f-9e3a-27f2d39e58ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 2911 | 2025.02.25 03:50:18.781113 [ 254 ] {0c331900-42c3-419f-9e3a-27f2d39e58ec} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2912 | 2025.02.25 03:50:18.781345 [ 254 ] {0c331900-42c3-419f-9e3a-27f2d39e58ec} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2913 | 2025.02.25 03:50:18.781559 [ 254 ] {0c331900-42c3-419f-9e3a-27f2d39e58ec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00142 sec., 42253.52112676056 rows/sec., 2.85 MiB/sec. | ||
| 2914 | 2025.02.25 03:50:18.781609 [ 254 ] {0c331900-42c3-419f-9e3a-27f2d39e58ec} <Debug> TCPHandler: Processed in 0.001634207 sec. | ||
| 2915 | 2025.02.25 03:50:22.780000 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2916 | 2025.02.25 03:50:22.780052 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2917 | 2025.02.25 03:50:22.866401 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 2918 | 2025.02.25 03:50:22.867016 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2919 | 2025.02.25 03:50:22.867054 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 2920 | 2025.02.25 03:50:22.867585 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2921 | 2025.02.25 03:50:22.867838 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2922 | 2025.02.25 03:50:22.868078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 2923 | 2025.02.25 03:50:23.284501 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 2924 | 2025.02.25 03:50:23.304396 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2925 | 2025.02.25 03:50:23.304456 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 2926 | 2025.02.25 03:50:23.311742 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2927 | 2025.02.25 03:50:23.312519 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2928 | 2025.02.25 03:50:23.315569 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 2929 | 2025.02.25 03:50:23.769088 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2930 | 2025.02.25 03:50:23.769406 [ 4 ] {1ddc3ceb-b8c1-402e-8459-35bf855c2e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2931 | 2025.02.25 03:50:23.769527 [ 4 ] {1ddc3ceb-b8c1-402e-8459-35bf855c2e10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2932 | 2025.02.25 03:50:23.770327 [ 4 ] {1ddc3ceb-b8c1-402e-8459-35bf855c2e10} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2933 | 2025.02.25 03:50:23.770380 [ 4 ] {1ddc3ceb-b8c1-402e-8459-35bf855c2e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 2934 | 2025.02.25 03:50:23.770854 [ 4 ] {1ddc3ceb-b8c1-402e-8459-35bf855c2e10} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2935 | 2025.02.25 03:50:23.771104 [ 4 ] {1ddc3ceb-b8c1-402e-8459-35bf855c2e10} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2936 | 2025.02.25 03:50:23.771348 [ 4 ] {1ddc3ceb-b8c1-402e-8459-35bf855c2e10} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002025 sec., 27654.320987654322 rows/sec., 2.11 MiB/sec. | ||
| 2937 | 2025.02.25 03:50:23.771419 [ 4 ] {1ddc3ceb-b8c1-402e-8459-35bf855c2e10} <Debug> TCPHandler: Processed in 0.002538697 sec. | ||
| 2938 | 2025.02.25 03:50:23.771606 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2939 | 2025.02.25 03:50:23.771754 [ 254 ] {8a44c64a-a141-48d0-b6ed-a462e534eead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2940 | 2025.02.25 03:50:23.771813 [ 254 ] {8a44c64a-a141-48d0-b6ed-a462e534eead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2941 | 2025.02.25 03:50:23.772510 [ 254 ] {8a44c64a-a141-48d0-b6ed-a462e534eead} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2942 | 2025.02.25 03:50:23.772551 [ 254 ] {8a44c64a-a141-48d0-b6ed-a462e534eead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 2943 | 2025.02.25 03:50:23.772917 [ 254 ] {8a44c64a-a141-48d0-b6ed-a462e534eead} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2944 | 2025.02.25 03:50:23.773145 [ 254 ] {8a44c64a-a141-48d0-b6ed-a462e534eead} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2945 | 2025.02.25 03:50:23.773352 [ 254 ] {8a44c64a-a141-48d0-b6ed-a462e534eead} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001658 sec., 38600.72376357057 rows/sec., 3.01 MiB/sec. | ||
| 2946 | 2025.02.25 03:50:23.773402 [ 254 ] {8a44c64a-a141-48d0-b6ed-a462e534eead} <Debug> TCPHandler: Processed in 0.001893242 sec. | ||
| 2947 | 2025.02.25 03:50:23.773549 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2948 | 2025.02.25 03:50:23.773672 [ 4 ] {bf4f4c86-3572-4b41-a8d3-1452b24c198b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2949 | 2025.02.25 03:50:23.773728 [ 4 ] {bf4f4c86-3572-4b41-a8d3-1452b24c198b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2950 | 2025.02.25 03:50:23.774413 [ 4 ] {bf4f4c86-3572-4b41-a8d3-1452b24c198b} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2951 | 2025.02.25 03:50:23.774461 [ 4 ] {bf4f4c86-3572-4b41-a8d3-1452b24c198b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 2952 | 2025.02.25 03:50:23.774864 [ 4 ] {bf4f4c86-3572-4b41-a8d3-1452b24c198b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2953 | 2025.02.25 03:50:23.775131 [ 4 ] {bf4f4c86-3572-4b41-a8d3-1452b24c198b} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2954 | 2025.02.25 03:50:23.775372 [ 4 ] {bf4f4c86-3572-4b41-a8d3-1452b24c198b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001682 sec., 95124.85136741975 rows/sec., 6.63 MiB/sec. | ||
| 2955 | 2025.02.25 03:50:23.775424 [ 4 ] {bf4f4c86-3572-4b41-a8d3-1452b24c198b} <Debug> TCPHandler: Processed in 0.001900603 sec. | ||
| 2956 | 2025.02.25 03:50:23.775564 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2957 | 2025.02.25 03:50:23.775693 [ 254 ] {541f4465-55b5-4bd3-9e82-853f56a339ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2958 | 2025.02.25 03:50:23.775748 [ 254 ] {541f4465-55b5-4bd3-9e82-853f56a339ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2959 | 2025.02.25 03:50:23.776270 [ 254 ] {541f4465-55b5-4bd3-9e82-853f56a339ec} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2960 | 2025.02.25 03:50:23.776317 [ 254 ] {541f4465-55b5-4bd3-9e82-853f56a339ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 2961 | 2025.02.25 03:50:23.776702 [ 254 ] {541f4465-55b5-4bd3-9e82-853f56a339ec} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2962 | 2025.02.25 03:50:23.776930 [ 254 ] {541f4465-55b5-4bd3-9e82-853f56a339ec} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2963 | 2025.02.25 03:50:23.777143 [ 254 ] {541f4465-55b5-4bd3-9e82-853f56a339ec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001479 sec., 40567.951318458414 rows/sec., 2.73 MiB/sec. | ||
| 2964 | 2025.02.25 03:50:23.777192 [ 254 ] {541f4465-55b5-4bd3-9e82-853f56a339ec} <Debug> TCPHandler: Processed in 0.001690718 sec. | ||
| 2965 | 2025.02.25 03:50:27.880266 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 426 | ||
| 2966 | 2025.02.25 03:50:27.882991 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2967 | 2025.02.25 03:50:27.883052 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 2968 | 2025.02.25 03:50:27.884509 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2969 | 2025.02.25 03:50:27.884823 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2970 | 2025.02.25 03:50:27.885477 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 426 | ||
| 2971 | 2025.02.25 03:50:28.770658 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2972 | 2025.02.25 03:50:28.770893 [ 4 ] {38fe8b9b-cedd-4f7c-9a3f-3b8f3dc28f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2973 | 2025.02.25 03:50:28.770979 [ 4 ] {38fe8b9b-cedd-4f7c-9a3f-3b8f3dc28f32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2974 | 2025.02.25 03:50:28.771791 [ 4 ] {38fe8b9b-cedd-4f7c-9a3f-3b8f3dc28f32} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2975 | 2025.02.25 03:50:28.771849 [ 4 ] {38fe8b9b-cedd-4f7c-9a3f-3b8f3dc28f32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 2976 | 2025.02.25 03:50:28.772286 [ 4 ] {38fe8b9b-cedd-4f7c-9a3f-3b8f3dc28f32} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2977 | 2025.02.25 03:50:28.772537 [ 4 ] {38fe8b9b-cedd-4f7c-9a3f-3b8f3dc28f32} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2978 | 2025.02.25 03:50:28.772784 [ 4 ] {38fe8b9b-cedd-4f7c-9a3f-3b8f3dc28f32} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001945 sec., 1028.2776349614396 rows/sec., 83.85 KiB/sec. | ||
| 2979 | 2025.02.25 03:50:28.772965 [ 4 ] {38fe8b9b-cedd-4f7c-9a3f-3b8f3dc28f32} <Debug> TCPHandler: Processed in 0.002448295 sec. | ||
| 2980 | 2025.02.25 03:50:28.773143 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2981 | 2025.02.25 03:50:28.773269 [ 254 ] {417c0765-2590-4a7f-8636-150fda7043ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2982 | 2025.02.25 03:50:28.773318 [ 254 ] {417c0765-2590-4a7f-8636-150fda7043ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2983 | 2025.02.25 03:50:28.773943 [ 254 ] {417c0765-2590-4a7f-8636-150fda7043ed} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2984 | 2025.02.25 03:50:28.773985 [ 254 ] {417c0765-2590-4a7f-8636-150fda7043ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 2985 | 2025.02.25 03:50:28.774380 [ 254 ] {417c0765-2590-4a7f-8636-150fda7043ed} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2986 | 2025.02.25 03:50:28.774623 [ 254 ] {417c0765-2590-4a7f-8636-150fda7043ed} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2987 | 2025.02.25 03:50:28.774798 [ 153 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2988 | 2025.02.25 03:50:28.774868 [ 254 ] {417c0765-2590-4a7f-8636-150fda7043ed} <Debug> executeQuery: Read 135 rows, 11.88 KiB in 0.001626 sec., 83025.83025830258 rows/sec., 7.13 MiB/sec. | ||
| 2989 | 2025.02.25 03:50:28.774893 [ 153 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2990 | 2025.02.25 03:50:28.774964 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 2991 | 2025.02.25 03:50:28.775001 [ 254 ] {417c0765-2590-4a7f-8636-150fda7043ed} <Debug> TCPHandler: Processed in 0.001908973 sec. | ||
| 2992 | 2025.02.25 03:50:28.775221 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 2993 | 2025.02.25 03:50:28.775229 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2994 | 2025.02.25 03:50:28.775539 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2995 | 2025.02.25 03:50:28.775546 [ 4 ] {bee26b88-6509-4b80-a73f-39446aad0e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2996 | 2025.02.25 03:50:28.775630 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1960 rows starting from the beginning of the part | ||
| 2997 | 2025.02.25 03:50:28.775653 [ 4 ] {bee26b88-6509-4b80-a73f-39446aad0e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2998 | 2025.02.25 03:50:28.775989 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1318 rows starting from the beginning of the part | ||
| 2999 | 2025.02.25 03:50:28.776335 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 3000 | 2025.02.25 03:50:28.776701 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 134 rows starting from the beginning of the part | ||
| 3001 | 2025.02.25 03:50:28.777172 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part | ||
| 3002 | 2025.02.25 03:50:28.777551 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 135 rows starting from the beginning of the part | ||
| 3003 | 2025.02.25 03:50:28.778553 [ 4 ] {bee26b88-6509-4b80-a73f-39446aad0e95} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3004 | 2025.02.25 03:50:28.778628 [ 4 ] {bee26b88-6509-4b80-a73f-39446aad0e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3005 | 2025.02.25 03:50:28.779528 [ 4 ] {bee26b88-6509-4b80-a73f-39446aad0e95} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3006 | 2025.02.25 03:50:28.780038 [ 4 ] {bee26b88-6509-4b80-a73f-39446aad0e95} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3007 | 2025.02.25 03:50:28.780238 [ 153 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3008 | 2025.02.25 03:50:28.780315 [ 153 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3009 | 2025.02.25 03:50:28.780371 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3010 | 2025.02.25 03:50:28.780370 [ 4 ] {bee26b88-6509-4b80-a73f-39446aad0e95} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.004893 sec., 8379.317392192928 rows/sec., 627.89 KiB/sec. | ||
| 3011 | 2025.02.25 03:50:28.780675 [ 4 ] {bee26b88-6509-4b80-a73f-39446aad0e95} <Debug> TCPHandler: Processed in 0.005564294 sec. | ||
| 3012 | 2025.02.25 03:50:28.780712 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 3013 | 2025.02.25 03:50:28.780925 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3014 | 2025.02.25 03:50:28.781254 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3015 | 2025.02.25 03:50:28.781304 [ 254 ] {1188a778-f6d1-4ef3-9162-4c1509099947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3016 | 2025.02.25 03:50:28.781384 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 152 rows starting from the beginning of the part | ||
| 3017 | 2025.02.25 03:50:28.781456 [ 254 ] {1188a778-f6d1-4ef3-9162-4c1509099947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3018 | 2025.02.25 03:50:28.781709 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3659 rows, containing 5 columns (5 merged, 0 gathered) in 0.006591668 sec., 555094.7044056223 rows/sec., 47.93 MiB/sec. | ||
| 3019 | 2025.02.25 03:50:28.781804 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part | ||
| 3020 | 2025.02.25 03:50:28.782193 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part | ||
| 3021 | 2025.02.25 03:50:28.782530 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 3022 | 2025.02.25 03:50:28.782711 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3023 | 2025.02.25 03:50:28.782978 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part | ||
| 3024 | 2025.02.25 03:50:28.783430 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 41 rows starting from the beginning of the part | ||
| 3025 | 2025.02.25 03:50:28.784351 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_21_4} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3026 | 2025.02.25 03:50:28.784688 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_21_4} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3027 | 2025.02.25 03:50:28.784985 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 3028 | 2025.02.25 03:50:28.785296 [ 254 ] {1188a778-f6d1-4ef3-9162-4c1509099947} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3029 | 2025.02.25 03:50:28.785367 [ 254 ] {1188a778-f6d1-4ef3-9162-4c1509099947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3030 | 2025.02.25 03:50:28.786470 [ 254 ] {1188a778-f6d1-4ef3-9162-4c1509099947} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3031 | 2025.02.25 03:50:28.787013 [ 195 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 329 rows, containing 5 columns (5 merged, 0 gathered) in 0.006550516 sec., 50225.05097308365 rows/sec., 3.65 MiB/sec. | ||
| 3032 | 2025.02.25 03:50:28.787081 [ 254 ] {1188a778-f6d1-4ef3-9162-4c1509099947} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3033 | 2025.02.25 03:50:28.787282 [ 195 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3034 | 2025.02.25 03:50:28.787333 [ 153 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3035 | 2025.02.25 03:50:28.787440 [ 153 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3036 | 2025.02.25 03:50:28.787533 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3037 | 2025.02.25 03:50:28.787613 [ 254 ] {1188a778-f6d1-4ef3-9162-4c1509099947} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.006403 sec., 16398.563173512415 rows/sec., 1.28 MiB/sec. | ||
| 3038 | 2025.02.25 03:50:28.787907 [ 254 ] {1188a778-f6d1-4ef3-9162-4c1509099947} <Debug> TCPHandler: Processed in 0.00714807 sec. | ||
| 3039 | 2025.02.25 03:50:28.787965 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 3040 | 2025.02.25 03:50:28.788183 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3041 | 2025.02.25 03:50:28.788337 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3042 | 2025.02.25 03:50:28.788373 [ 195 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_11_2} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3043 | 2025.02.25 03:50:28.788427 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 939 rows starting from the beginning of the part | ||
| 3044 | 2025.02.25 03:50:28.788485 [ 4 ] {91340ed3-febf-4ecf-817e-03c7cc558e70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3045 | 2025.02.25 03:50:28.788762 [ 4 ] {91340ed3-febf-4ecf-817e-03c7cc558e70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3046 | 2025.02.25 03:50:28.788817 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 560 rows starting from the beginning of the part | ||
| 3047 | 2025.02.25 03:50:28.788818 [ 195 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_11_2} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3048 | 2025.02.25 03:50:28.789376 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
| 3049 | 2025.02.25 03:50:28.789639 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3050 | 2025.02.25 03:50:28.789810 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 103 rows starting from the beginning of the part | ||
| 3051 | 2025.02.25 03:50:28.790173 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part | ||
| 3052 | 2025.02.25 03:50:28.790409 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 105 rows starting from the beginning of the part | ||
| 3053 | 2025.02.25 03:50:28.791197 [ 4 ] {91340ed3-febf-4ecf-817e-03c7cc558e70} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3054 | 2025.02.25 03:50:28.791241 [ 4 ] {91340ed3-febf-4ecf-817e-03c7cc558e70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3055 | 2025.02.25 03:50:28.791839 [ 4 ] {91340ed3-febf-4ecf-817e-03c7cc558e70} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3056 | 2025.02.25 03:50:28.792174 [ 4 ] {91340ed3-febf-4ecf-817e-03c7cc558e70} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3057 | 2025.02.25 03:50:28.792387 [ 153 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3058 | 2025.02.25 03:50:28.792478 [ 153 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3059 | 2025.02.25 03:50:28.792535 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3060 | 2025.02.25 03:50:28.792578 [ 4 ] {91340ed3-febf-4ecf-817e-03c7cc558e70} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004176 sec., 38553.639846743295 rows/sec., 2.68 MiB/sec. | ||
| 3061 | 2025.02.25 03:50:28.793314 [ 4 ] {91340ed3-febf-4ecf-817e-03c7cc558e70} <Debug> TCPHandler: Processed in 0.005250758 sec. | ||
| 3062 | 2025.02.25 03:50:28.793419 [ 190 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 3063 | 2025.02.25 03:50:28.793712 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3064 | 2025.02.25 03:50:28.793952 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1835 rows, containing 5 columns (5 merged, 0 gathered) in 0.00626884 sec., 292717.63197018905 rows/sec., 22.96 MiB/sec. | ||
| 3065 | 2025.02.25 03:50:28.794100 [ 190 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3066 | 2025.02.25 03:50:28.794137 [ 254 ] {a6047a71-c5ef-45d0-93ba-99f0181ba4db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3067 | 2025.02.25 03:50:28.794212 [ 190 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5069 rows starting from the beginning of the part | ||
| 3068 | 2025.02.25 03:50:28.794303 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3069 | 2025.02.25 03:50:28.794525 [ 254 ] {a6047a71-c5ef-45d0-93ba-99f0181ba4db} <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 | ||
| 3070 | 2025.02.25 03:50:28.794965 [ 190 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 978 rows starting from the beginning of the part | ||
| 3071 | 2025.02.25 03:50:28.795346 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_21_4} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3072 | 2025.02.25 03:50:28.795636 [ 190 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 66 rows starting from the beginning of the part | ||
| 3073 | 2025.02.25 03:50:28.795763 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_21_4} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3074 | 2025.02.25 03:50:28.796033 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 3075 | 2025.02.25 03:50:28.796247 [ 190 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 3076 | 2025.02.25 03:50:28.796670 [ 190 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 3077 | 2025.02.25 03:50:28.797044 [ 190 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 161 rows starting from the beginning of the part | ||
| 3078 | 2025.02.25 03:50:28.800464 [ 254 ] {a6047a71-c5ef-45d0-93ba-99f0181ba4db} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3079 | 2025.02.25 03:50:28.800523 [ 254 ] {a6047a71-c5ef-45d0-93ba-99f0181ba4db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3080 | 2025.02.25 03:50:28.801599 [ 254 ] {a6047a71-c5ef-45d0-93ba-99f0181ba4db} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3081 | 2025.02.25 03:50:28.801745 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6594 rows, containing 5 columns (5 merged, 0 gathered) in 0.009051523 sec., 728496.1878791006 rows/sec., 49.83 MiB/sec. | ||
| 3082 | 2025.02.25 03:50:28.801979 [ 254 ] {a6047a71-c5ef-45d0-93ba-99f0181ba4db} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3083 | 2025.02.25 03:50:28.802394 [ 190 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3084 | 2025.02.25 03:50:28.802509 [ 254 ] {a6047a71-c5ef-45d0-93ba-99f0181ba4db} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008454 sec., 4613.20085166785 rows/sec., 8.27 MiB/sec. | ||
| 3085 | 2025.02.25 03:50:28.802856 [ 254 ] {a6047a71-c5ef-45d0-93ba-99f0181ba4db} <Debug> TCPHandler: Processed in 0.009377869 sec. | ||
| 3086 | 2025.02.25 03:50:28.803081 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3087 | 2025.02.25 03:50:28.803132 [ 190 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3088 | 2025.02.25 03:50:28.803300 [ 190 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3089 | 2025.02.25 03:50:28.803337 [ 4 ] {f8ae9083-0193-4103-881d-e6d2458b5ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3090 | 2025.02.25 03:50:28.803459 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. | ||
| 3091 | 2025.02.25 03:50:28.803471 [ 4 ] {f8ae9083-0193-4103-881d-e6d2458b5ff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3092 | 2025.02.25 03:50:28.803972 [ 4 ] {f8ae9083-0193-4103-881d-e6d2458b5ff4} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3093 | 2025.02.25 03:50:28.804012 [ 4 ] {f8ae9083-0193-4103-881d-e6d2458b5ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3094 | 2025.02.25 03:50:28.804385 [ 4 ] {f8ae9083-0193-4103-881d-e6d2458b5ff4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3095 | 2025.02.25 03:50:28.804626 [ 4 ] {f8ae9083-0193-4103-881d-e6d2458b5ff4} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3096 | 2025.02.25 03:50:28.804763 [ 152 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3097 | 2025.02.25 03:50:28.804801 [ 152 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3098 | 2025.02.25 03:50:28.804810 [ 4 ] {f8ae9083-0193-4103-881d-e6d2458b5ff4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001543 sec., 38885.28839922229 rows/sec., 2.62 MiB/sec. | ||
| 3099 | 2025.02.25 03:50:28.804826 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3100 | 2025.02.25 03:50:28.804932 [ 4 ] {f8ae9083-0193-4103-881d-e6d2458b5ff4} <Debug> TCPHandler: Processed in 0.001953544 sec. | ||
| 3101 | 2025.02.25 03:50:28.805019 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 3102 | 2025.02.25 03:50:28.805164 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3103 | 2025.02.25 03:50:28.805196 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 808 rows starting from the beginning of the part | ||
| 3104 | 2025.02.25 03:50:28.805324 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 34 rows starting from the beginning of the part | ||
| 3105 | 2025.02.25 03:50:28.805519 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
| 3106 | 2025.02.25 03:50:28.805700 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 3107 | 2025.02.25 03:50:28.805870 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 3108 | 2025.02.25 03:50:28.805995 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 3109 | 2025.02.25 03:50:28.807312 [ 190 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1048 rows, containing 4 columns (4 merged, 0 gathered) in 0.002394704 sec., 437632.37544180825 rows/sec., 29.32 MiB/sec. | ||
| 3110 | 2025.02.25 03:50:28.807517 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3111 | 2025.02.25 03:50:28.807872 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_21_4} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3112 | 2025.02.25 03:50:28.807960 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_21_4} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3113 | 2025.02.25 03:50:28.808042 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3114 | 2025.02.25 03:50:30.369026 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3115 | 2025.02.25 03:50:30.369692 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3116 | 2025.02.25 03:50:30.369742 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3117 | 2025.02.25 03:50:30.370283 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3118 | 2025.02.25 03:50:30.370550 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3119 | 2025.02.25 03:50:30.370813 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3120 | 2025.02.25 03:50:30.816453 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3121 | 2025.02.25 03:50:30.838421 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3122 | 2025.02.25 03:50:30.838486 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3123 | 2025.02.25 03:50:30.846381 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3124 | 2025.02.25 03:50:30.847757 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3125 | 2025.02.25 03:50:30.850965 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3126 | 2025.02.25 03:50:33.768395 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3127 | 2025.02.25 03:50:33.768693 [ 4 ] {46bfe6a0-c786-438b-819a-b912b29b092a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3128 | 2025.02.25 03:50:33.768768 [ 4 ] {46bfe6a0-c786-438b-819a-b912b29b092a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3129 | 2025.02.25 03:50:33.769525 [ 4 ] {46bfe6a0-c786-438b-819a-b912b29b092a} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3130 | 2025.02.25 03:50:33.769582 [ 4 ] {46bfe6a0-c786-438b-819a-b912b29b092a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3131 | 2025.02.25 03:50:33.770050 [ 4 ] {46bfe6a0-c786-438b-819a-b912b29b092a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3132 | 2025.02.25 03:50:33.770302 [ 4 ] {46bfe6a0-c786-438b-819a-b912b29b092a} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3133 | 2025.02.25 03:50:33.770591 [ 4 ] {46bfe6a0-c786-438b-819a-b912b29b092a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001942 sec., 28836.25128733265 rows/sec., 2.20 MiB/sec. | ||
| 3134 | 2025.02.25 03:50:33.770746 [ 4 ] {46bfe6a0-c786-438b-819a-b912b29b092a} <Debug> TCPHandler: Processed in 0.002534857 sec. | ||
| 3135 | 2025.02.25 03:50:33.770948 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3136 | 2025.02.25 03:50:33.771097 [ 254 ] {8f0a795a-63f8-4ddd-8e1a-073f07ae19bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3137 | 2025.02.25 03:50:33.771159 [ 254 ] {8f0a795a-63f8-4ddd-8e1a-073f07ae19bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3138 | 2025.02.25 03:50:33.771820 [ 254 ] {8f0a795a-63f8-4ddd-8e1a-073f07ae19bb} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3139 | 2025.02.25 03:50:33.771861 [ 254 ] {8f0a795a-63f8-4ddd-8e1a-073f07ae19bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3140 | 2025.02.25 03:50:33.772250 [ 254 ] {8f0a795a-63f8-4ddd-8e1a-073f07ae19bb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3141 | 2025.02.25 03:50:33.772492 [ 254 ] {8f0a795a-63f8-4ddd-8e1a-073f07ae19bb} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3142 | 2025.02.25 03:50:33.772706 [ 254 ] {8f0a795a-63f8-4ddd-8e1a-073f07ae19bb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001644 sec., 38929.4403892944 rows/sec., 3.04 MiB/sec. | ||
| 3143 | 2025.02.25 03:50:33.772761 [ 254 ] {8f0a795a-63f8-4ddd-8e1a-073f07ae19bb} <Debug> TCPHandler: Processed in 0.001890382 sec. | ||
| 3144 | 2025.02.25 03:50:33.772909 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3145 | 2025.02.25 03:50:33.773041 [ 4 ] {668c53cb-7c88-41c8-977f-401258e4f825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3146 | 2025.02.25 03:50:33.773101 [ 4 ] {668c53cb-7c88-41c8-977f-401258e4f825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3147 | 2025.02.25 03:50:33.773689 [ 4 ] {668c53cb-7c88-41c8-977f-401258e4f825} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3148 | 2025.02.25 03:50:33.773728 [ 4 ] {668c53cb-7c88-41c8-977f-401258e4f825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3149 | 2025.02.25 03:50:33.774149 [ 4 ] {668c53cb-7c88-41c8-977f-401258e4f825} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3150 | 2025.02.25 03:50:33.774391 [ 4 ] {668c53cb-7c88-41c8-977f-401258e4f825} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3151 | 2025.02.25 03:50:33.774599 [ 4 ] {668c53cb-7c88-41c8-977f-401258e4f825} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001588 sec., 100755.66750629724 rows/sec., 7.02 MiB/sec. | ||
| 3152 | 2025.02.25 03:50:33.774652 [ 4 ] {668c53cb-7c88-41c8-977f-401258e4f825} <Debug> TCPHandler: Processed in 0.00180486 sec. | ||
| 3153 | 2025.02.25 03:50:33.774803 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3154 | 2025.02.25 03:50:33.774933 [ 254 ] {9e579e4f-adf8-4a13-a2b4-bce06ce9621d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3155 | 2025.02.25 03:50:33.774992 [ 254 ] {9e579e4f-adf8-4a13-a2b4-bce06ce9621d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3156 | 2025.02.25 03:50:33.775517 [ 254 ] {9e579e4f-adf8-4a13-a2b4-bce06ce9621d} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3157 | 2025.02.25 03:50:33.775566 [ 254 ] {9e579e4f-adf8-4a13-a2b4-bce06ce9621d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3158 | 2025.02.25 03:50:33.775931 [ 254 ] {9e579e4f-adf8-4a13-a2b4-bce06ce9621d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3159 | 2025.02.25 03:50:33.776167 [ 254 ] {9e579e4f-adf8-4a13-a2b4-bce06ce9621d} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3160 | 2025.02.25 03:50:33.776382 [ 254 ] {9e579e4f-adf8-4a13-a2b4-bce06ce9621d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec. | ||
| 3161 | 2025.02.25 03:50:33.776490 [ 254 ] {9e579e4f-adf8-4a13-a2b4-bce06ce9621d} <Debug> TCPHandler: Processed in 0.001755189 sec. | ||
| 3162 | 2025.02.25 03:50:37.780311 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3163 | 2025.02.25 03:50:37.780391 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3164 | 2025.02.25 03:50:37.870973 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3165 | 2025.02.25 03:50:37.871591 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3166 | 2025.02.25 03:50:37.871631 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3167 | 2025.02.25 03:50:37.872233 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3168 | 2025.02.25 03:50:37.872496 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3169 | 2025.02.25 03:50:37.872639 [ 132 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3170 | 2025.02.25 03:50:37.872697 [ 132 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3171 | 2025.02.25 03:50:37.872702 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3172 | 2025.02.25 03:50:37.872722 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3173 | 2025.02.25 03:50:37.872821 [ 192 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 3174 | 2025.02.25 03:50:37.872924 [ 192 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3175 | 2025.02.25 03:50:37.872976 [ 192 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part | ||
| 3176 | 2025.02.25 03:50:37.873056 [ 192 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part | ||
| 3177 | 2025.02.25 03:50:37.873171 [ 192 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part | ||
| 3178 | 2025.02.25 03:50:37.873274 [ 192 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part | ||
| 3179 | 2025.02.25 03:50:37.873366 [ 192 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part | ||
| 3180 | 2025.02.25 03:50:37.873448 [ 192 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part | ||
| 3181 | 2025.02.25 03:50:37.874951 [ 190 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002167249 sec., 3405700.0372361457 rows/sec., 48.72 MiB/sec. | ||
| 3182 | 2025.02.25 03:50:37.875823 [ 190 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3183 | 2025.02.25 03:50:37.876162 [ 190 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_16_3} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3184 | 2025.02.25 03:50:37.876251 [ 190 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_16_3} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3185 | 2025.02.25 03:50:37.876366 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 3186 | 2025.02.25 03:50:37.885633 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 448 | ||
| 3187 | 2025.02.25 03:50:37.888541 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3188 | 2025.02.25 03:50:37.888601 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3189 | 2025.02.25 03:50:37.890122 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3190 | 2025.02.25 03:50:37.890450 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3191 | 2025.02.25 03:50:37.890653 [ 132 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3192 | 2025.02.25 03:50:37.890747 [ 132 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3193 | 2025.02.25 03:50:37.890820 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3194 | 2025.02.25 03:50:37.891387 [ 199 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::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 | ||
| 3195 | 2025.02.25 03:50:37.892114 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 448 | ||
| 3196 | 2025.02.25 03:50:37.892585 [ 199 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3197 | 2025.02.25 03:50:37.892762 [ 199 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 312 rows starting from the beginning of the part | ||
| 3198 | 2025.02.25 03:50:37.893409 [ 199 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part | ||
| 3199 | 2025.02.25 03:50:37.893982 [ 199 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 3200 | 2025.02.25 03:50:37.894627 [ 199 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::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 | ||
| 3201 | 2025.02.25 03:50:37.895230 [ 199 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 20 rows starting from the beginning of the part | ||
| 3202 | 2025.02.25 03:50:37.895846 [ 199 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 22 rows starting from the beginning of the part | ||
| 3203 | 2025.02.25 03:50:37.903582 [ 189 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 448 rows, containing 72 columns (72 merged, 0 gathered) in 0.012611682 sec., 35522.62101121801 rows/sec., 34.96 MiB/sec. | ||
| 3204 | 2025.02.25 03:50:37.905124 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3205 | 2025.02.25 03:50:37.905963 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_11_2} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3206 | 2025.02.25 03:50:37.906064 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_11_2} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3207 | 2025.02.25 03:50:37.906379 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB. | ||
| 3208 | 2025.02.25 03:50:38.001396 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000990062 sec. | ||
| 3209 | 2025.02.25 03:50:38.351069 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3210 | 2025.02.25 03:50:38.373734 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3211 | 2025.02.25 03:50:38.373798 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3212 | 2025.02.25 03:50:38.381668 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3213 | 2025.02.25 03:50:38.382471 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3214 | 2025.02.25 03:50:38.382850 [ 132 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3215 | 2025.02.25 03:50:38.382979 [ 132 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3216 | 2025.02.25 03:50:38.383055 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3217 | 2025.02.25 03:50:38.383336 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 3218 | 2025.02.25 03:50:38.393215 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3219 | 2025.02.25 03:50:38.394321 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3220 | 2025.02.25 03:50:38.395219 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 3221 | 2025.02.25 03:50:38.400016 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 3222 | 2025.02.25 03:50:38.404602 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 3223 | 2025.02.25 03:50:38.409521 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 3224 | 2025.02.25 03:50:38.414736 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 3225 | 2025.02.25 03:50:38.419315 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 3226 | 2025.02.25 03:50:38.478611 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.095428094 sec., 1267.9704155046834 rows/sec., 6.56 MiB/sec. | ||
| 3227 | 2025.02.25 03:50:38.481398 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3228 | 2025.02.25 03:50:38.484497 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_16_3} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3229 | 2025.02.25 03:50:38.484620 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_16_3} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3230 | 2025.02.25 03:50:38.487016 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3231 | 2025.02.25 03:50:38.769687 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3232 | 2025.02.25 03:50:38.769913 [ 4 ] {a64769b2-bc6d-4552-ba30-f5e4e0922d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3233 | 2025.02.25 03:50:38.770027 [ 4 ] {a64769b2-bc6d-4552-ba30-f5e4e0922d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3234 | 2025.02.25 03:50:38.771147 [ 4 ] {a64769b2-bc6d-4552-ba30-f5e4e0922d6f} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3235 | 2025.02.25 03:50:38.771191 [ 4 ] {a64769b2-bc6d-4552-ba30-f5e4e0922d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3236 | 2025.02.25 03:50:38.771642 [ 4 ] {a64769b2-bc6d-4552-ba30-f5e4e0922d6f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3237 | 2025.02.25 03:50:38.771903 [ 4 ] {a64769b2-bc6d-4552-ba30-f5e4e0922d6f} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3238 | 2025.02.25 03:50:38.772132 [ 4 ] {a64769b2-bc6d-4552-ba30-f5e4e0922d6f} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002294 sec., 58413.25196163906 rows/sec., 5.03 MiB/sec. | ||
| 3239 | 2025.02.25 03:50:38.772322 [ 4 ] {a64769b2-bc6d-4552-ba30-f5e4e0922d6f} <Debug> TCPHandler: Processed in 0.002750782 sec. | ||
| 3240 | 2025.02.25 03:50:38.772539 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3241 | 2025.02.25 03:50:38.772685 [ 254 ] {0dd38426-afc1-49c6-8493-91655e5c9e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3242 | 2025.02.25 03:50:38.772744 [ 254 ] {0dd38426-afc1-49c6-8493-91655e5c9e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3243 | 2025.02.25 03:50:38.773335 [ 254 ] {0dd38426-afc1-49c6-8493-91655e5c9e09} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3244 | 2025.02.25 03:50:38.773375 [ 254 ] {0dd38426-afc1-49c6-8493-91655e5c9e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3245 | 2025.02.25 03:50:38.773740 [ 254 ] {0dd38426-afc1-49c6-8493-91655e5c9e09} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3246 | 2025.02.25 03:50:38.774001 [ 254 ] {0dd38426-afc1-49c6-8493-91655e5c9e09} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3247 | 2025.02.25 03:50:38.774187 [ 254 ] {0dd38426-afc1-49c6-8493-91655e5c9e09} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001538 sec., 25357.607282184654 rows/sec., 1.86 MiB/sec. | ||
| 3248 | 2025.02.25 03:50:38.774275 [ 254 ] {0dd38426-afc1-49c6-8493-91655e5c9e09} <Debug> TCPHandler: Processed in 0.001829691 sec. | ||
| 3249 | 2025.02.25 03:50:38.774424 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3250 | 2025.02.25 03:50:38.774532 [ 4 ] {5ccc3534-9aff-4e75-af68-c3dfd40281ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3251 | 2025.02.25 03:50:38.774578 [ 4 ] {5ccc3534-9aff-4e75-af68-c3dfd40281ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3252 | 2025.02.25 03:50:38.775137 [ 4 ] {5ccc3534-9aff-4e75-af68-c3dfd40281ff} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3253 | 2025.02.25 03:50:38.775174 [ 4 ] {5ccc3534-9aff-4e75-af68-c3dfd40281ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3254 | 2025.02.25 03:50:38.775540 [ 4 ] {5ccc3534-9aff-4e75-af68-c3dfd40281ff} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3255 | 2025.02.25 03:50:38.775781 [ 4 ] {5ccc3534-9aff-4e75-af68-c3dfd40281ff} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3256 | 2025.02.25 03:50:38.775956 [ 4 ] {5ccc3534-9aff-4e75-af68-c3dfd40281ff} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001447 sec., 71181.75535590878 rows/sec., 5.56 MiB/sec. | ||
| 3257 | 2025.02.25 03:50:38.776006 [ 4 ] {5ccc3534-9aff-4e75-af68-c3dfd40281ff} <Debug> TCPHandler: Processed in 0.001635366 sec. | ||
| 3258 | 2025.02.25 03:50:38.776157 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3259 | 2025.02.25 03:50:38.776286 [ 254 ] {5640d328-ac2f-4aca-9f57-f7e4f8c26446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3260 | 2025.02.25 03:50:38.776345 [ 254 ] {5640d328-ac2f-4aca-9f57-f7e4f8c26446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3261 | 2025.02.25 03:50:38.776918 [ 254 ] {5640d328-ac2f-4aca-9f57-f7e4f8c26446} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3262 | 2025.02.25 03:50:38.776955 [ 254 ] {5640d328-ac2f-4aca-9f57-f7e4f8c26446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3263 | 2025.02.25 03:50:38.777340 [ 254 ] {5640d328-ac2f-4aca-9f57-f7e4f8c26446} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3264 | 2025.02.25 03:50:38.777576 [ 254 ] {5640d328-ac2f-4aca-9f57-f7e4f8c26446} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3265 | 2025.02.25 03:50:38.777790 [ 254 ] {5640d328-ac2f-4aca-9f57-f7e4f8c26446} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001531 sec., 104506.85826257349 rows/sec., 7.28 MiB/sec. | ||
| 3266 | 2025.02.25 03:50:38.778041 [ 254 ] {5640d328-ac2f-4aca-9f57-f7e4f8c26446} <Debug> TCPHandler: Processed in 0.001940263 sec. | ||
| 3267 | 2025.02.25 03:50:38.778302 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3268 | 2025.02.25 03:50:38.778435 [ 4 ] {b3227e59-e287-4392-a7f5-c5feb5a71a3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3269 | 2025.02.25 03:50:38.778526 [ 4 ] {b3227e59-e287-4392-a7f5-c5feb5a71a3c} <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 | ||
| 3270 | 2025.02.25 03:50:38.779740 [ 4 ] {b3227e59-e287-4392-a7f5-c5feb5a71a3c} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3271 | 2025.02.25 03:50:38.779778 [ 4 ] {b3227e59-e287-4392-a7f5-c5feb5a71a3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3272 | 2025.02.25 03:50:38.780482 [ 4 ] {b3227e59-e287-4392-a7f5-c5feb5a71a3c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3273 | 2025.02.25 03:50:38.780738 [ 4 ] {b3227e59-e287-4392-a7f5-c5feb5a71a3c} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3274 | 2025.02.25 03:50:38.781195 [ 4 ] {b3227e59-e287-4392-a7f5-c5feb5a71a3c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002754 sec., 14161.220043572985 rows/sec., 25.38 MiB/sec. | ||
| 3275 | 2025.02.25 03:50:38.781598 [ 4 ] {b3227e59-e287-4392-a7f5-c5feb5a71a3c} <Debug> TCPHandler: Processed in 0.003415297 sec. | ||
| 3276 | 2025.02.25 03:50:38.781751 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3277 | 2025.02.25 03:50:38.781873 [ 254 ] {930748bd-652f-43d8-a51a-cdf61785a498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3278 | 2025.02.25 03:50:38.781919 [ 254 ] {930748bd-652f-43d8-a51a-cdf61785a498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3279 | 2025.02.25 03:50:38.782359 [ 254 ] {930748bd-652f-43d8-a51a-cdf61785a498} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3280 | 2025.02.25 03:50:38.782397 [ 254 ] {930748bd-652f-43d8-a51a-cdf61785a498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3281 | 2025.02.25 03:50:38.782753 [ 254 ] {930748bd-652f-43d8-a51a-cdf61785a498} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3282 | 2025.02.25 03:50:38.782988 [ 254 ] {930748bd-652f-43d8-a51a-cdf61785a498} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3283 | 2025.02.25 03:50:38.783161 [ 254 ] {930748bd-652f-43d8-a51a-cdf61785a498} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001311 sec., 45766.59038901601 rows/sec., 3.08 MiB/sec. | ||
| 3284 | 2025.02.25 03:50:38.783208 [ 254 ] {930748bd-652f-43d8-a51a-cdf61785a498} <Debug> TCPHandler: Processed in 0.001519664 sec. | ||
| 3285 | 2025.02.25 03:50:41.695493 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3286 | 2025.02.25 03:50:41.695703 [ 4 ] {6f23989e-2f74-488b-8ddf-935ec4f70a1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3287 | 2025.02.25 03:50:41.695783 [ 4 ] {6f23989e-2f74-488b-8ddf-935ec4f70a1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3288 | 2025.02.25 03:50:41.696533 [ 4 ] {6f23989e-2f74-488b-8ddf-935ec4f70a1d} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3289 | 2025.02.25 03:50:41.696582 [ 4 ] {6f23989e-2f74-488b-8ddf-935ec4f70a1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3290 | 2025.02.25 03:50:41.697009 [ 4 ] {6f23989e-2f74-488b-8ddf-935ec4f70a1d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3291 | 2025.02.25 03:50:41.697259 [ 4 ] {6f23989e-2f74-488b-8ddf-935ec4f70a1d} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3292 | 2025.02.25 03:50:41.697596 [ 4 ] {6f23989e-2f74-488b-8ddf-935ec4f70a1d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00192 sec., 12500 rows/sec., 1.04 MiB/sec. | ||
| 3293 | 2025.02.25 03:50:41.697804 [ 4 ] {6f23989e-2f74-488b-8ddf-935ec4f70a1d} <Debug> TCPHandler: Processed in 0.002447155 sec. | ||
| 3294 | 2025.02.25 03:50:41.697977 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3295 | 2025.02.25 03:50:41.698121 [ 254 ] {2fe8a579-363d-4333-ad3d-1108a98fa168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3296 | 2025.02.25 03:50:41.698180 [ 254 ] {2fe8a579-363d-4333-ad3d-1108a98fa168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3297 | 2025.02.25 03:50:41.699321 [ 254 ] {2fe8a579-363d-4333-ad3d-1108a98fa168} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3298 | 2025.02.25 03:50:41.699363 [ 254 ] {2fe8a579-363d-4333-ad3d-1108a98fa168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3299 | 2025.02.25 03:50:41.699848 [ 254 ] {2fe8a579-363d-4333-ad3d-1108a98fa168} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3300 | 2025.02.25 03:50:41.700115 [ 254 ] {2fe8a579-363d-4333-ad3d-1108a98fa168} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3301 | 2025.02.25 03:50:41.700377 [ 254 ] {2fe8a579-363d-4333-ad3d-1108a98fa168} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.002284 sec., 576182.1366024518 rows/sec., 47.86 MiB/sec. | ||
| 3302 | 2025.02.25 03:50:41.700496 [ 254 ] {2fe8a579-363d-4333-ad3d-1108a98fa168} <Debug> TCPHandler: Processed in 0.002584418 sec. | ||
| 3303 | 2025.02.25 03:50:41.700685 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3304 | 2025.02.25 03:50:41.700802 [ 4 ] {9ed05dfc-dac8-4781-9ecc-350d52a29a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3305 | 2025.02.25 03:50:41.700854 [ 4 ] {9ed05dfc-dac8-4781-9ecc-350d52a29a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3306 | 2025.02.25 03:50:41.701533 [ 4 ] {9ed05dfc-dac8-4781-9ecc-350d52a29a50} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3307 | 2025.02.25 03:50:41.701581 [ 4 ] {9ed05dfc-dac8-4781-9ecc-350d52a29a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3308 | 2025.02.25 03:50:41.701970 [ 4 ] {9ed05dfc-dac8-4781-9ecc-350d52a29a50} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3309 | 2025.02.25 03:50:41.702211 [ 4 ] {9ed05dfc-dac8-4781-9ecc-350d52a29a50} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3310 | 2025.02.25 03:50:41.702498 [ 4 ] {9ed05dfc-dac8-4781-9ecc-350d52a29a50} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.001698 sec., 7067.137809187278 rows/sec., 565.92 KiB/sec. | ||
| 3311 | 2025.02.25 03:50:41.702680 [ 4 ] {9ed05dfc-dac8-4781-9ecc-350d52a29a50} <Debug> TCPHandler: Processed in 0.002074906 sec. | ||
| 3312 | 2025.02.25 03:50:41.702845 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3313 | 2025.02.25 03:50:41.702975 [ 254 ] {2180b9ca-915b-42ea-83e3-e1030ab5a6ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3314 | 2025.02.25 03:50:41.703029 [ 254 ] {2180b9ca-915b-42ea-83e3-e1030ab5a6ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3315 | 2025.02.25 03:50:41.703791 [ 254 ] {2180b9ca-915b-42ea-83e3-e1030ab5a6ce} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3316 | 2025.02.25 03:50:41.703844 [ 254 ] {2180b9ca-915b-42ea-83e3-e1030ab5a6ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3317 | 2025.02.25 03:50:41.704216 [ 254 ] {2180b9ca-915b-42ea-83e3-e1030ab5a6ce} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3318 | 2025.02.25 03:50:41.704452 [ 254 ] {2180b9ca-915b-42ea-83e3-e1030ab5a6ce} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3319 | 2025.02.25 03:50:41.704729 [ 254 ] {2180b9ca-915b-42ea-83e3-e1030ab5a6ce} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001751 sec., 143917.761279269 rows/sec., 9.95 MiB/sec. | ||
| 3320 | 2025.02.25 03:50:41.705039 [ 254 ] {2180b9ca-915b-42ea-83e3-e1030ab5a6ce} <Debug> TCPHandler: Processed in 0.00224326 sec. | ||
| 3321 | 2025.02.25 03:50:41.705221 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3322 | 2025.02.25 03:50:41.705352 [ 4 ] {c022b890-76a2-4161-8573-a94728cc379b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3323 | 2025.02.25 03:50:41.705405 [ 4 ] {c022b890-76a2-4161-8573-a94728cc379b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3324 | 2025.02.25 03:50:41.706034 [ 4 ] {c022b890-76a2-4161-8573-a94728cc379b} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3325 | 2025.02.25 03:50:41.706073 [ 4 ] {c022b890-76a2-4161-8573-a94728cc379b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3326 | 2025.02.25 03:50:41.706412 [ 4 ] {c022b890-76a2-4161-8573-a94728cc379b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3327 | 2025.02.25 03:50:41.706669 [ 4 ] {c022b890-76a2-4161-8573-a94728cc379b} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3328 | 2025.02.25 03:50:41.707077 [ 4 ] {c022b890-76a2-4161-8573-a94728cc379b} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001718 sec., 6984.866123399302 rows/sec., 545.69 KiB/sec. | ||
| 3329 | 2025.02.25 03:50:41.707244 [ 4 ] {c022b890-76a2-4161-8573-a94728cc379b} <Debug> TCPHandler: Processed in 0.002080016 sec. | ||
| 3330 | 2025.02.25 03:50:41.707390 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3331 | 2025.02.25 03:50:41.707520 [ 254 ] {ab93a886-e9d3-434d-ba86-d72921cc90e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3332 | 2025.02.25 03:50:41.707574 [ 254 ] {ab93a886-e9d3-434d-ba86-d72921cc90e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3333 | 2025.02.25 03:50:41.708334 [ 254 ] {ab93a886-e9d3-434d-ba86-d72921cc90e5} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3334 | 2025.02.25 03:50:41.708374 [ 254 ] {ab93a886-e9d3-434d-ba86-d72921cc90e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3335 | 2025.02.25 03:50:41.708751 [ 254 ] {ab93a886-e9d3-434d-ba86-d72921cc90e5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3336 | 2025.02.25 03:50:41.708988 [ 254 ] {ab93a886-e9d3-434d-ba86-d72921cc90e5} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3337 | 2025.02.25 03:50:41.709200 [ 254 ] {ab93a886-e9d3-434d-ba86-d72921cc90e5} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.00171 sec., 325146.1988304094 rows/sec., 24.36 MiB/sec. | ||
| 3338 | 2025.02.25 03:50:41.709252 [ 254 ] {ab93a886-e9d3-434d-ba86-d72921cc90e5} <Debug> TCPHandler: Processed in 0.001924503 sec. | ||
| 3339 | 2025.02.25 03:50:41.709402 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3340 | 2025.02.25 03:50:41.709530 [ 4 ] {d4282945-eab0-44e1-bf6b-5ca516df8d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3341 | 2025.02.25 03:50:41.709588 [ 4 ] {d4282945-eab0-44e1-bf6b-5ca516df8d76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3342 | 2025.02.25 03:50:41.710333 [ 4 ] {d4282945-eab0-44e1-bf6b-5ca516df8d76} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3343 | 2025.02.25 03:50:41.710371 [ 4 ] {d4282945-eab0-44e1-bf6b-5ca516df8d76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3344 | 2025.02.25 03:50:41.710808 [ 4 ] {d4282945-eab0-44e1-bf6b-5ca516df8d76} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3345 | 2025.02.25 03:50:41.711046 [ 4 ] {d4282945-eab0-44e1-bf6b-5ca516df8d76} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3346 | 2025.02.25 03:50:41.711312 [ 4 ] {d4282945-eab0-44e1-bf6b-5ca516df8d76} <Debug> executeQuery: Read 976 rows, 67.51 KiB in 0.001809 sec., 539524.5992260918 rows/sec., 36.45 MiB/sec. | ||
| 3347 | 2025.02.25 03:50:41.711548 [ 4 ] {d4282945-eab0-44e1-bf6b-5ca516df8d76} <Debug> TCPHandler: Processed in 0.002204239 sec. | ||
| 3348 | 2025.02.25 03:50:41.711700 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3349 | 2025.02.25 03:50:41.711810 [ 254 ] {95a989be-f9bc-454f-baa6-17eace4e2fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3350 | 2025.02.25 03:50:41.711859 [ 254 ] {95a989be-f9bc-454f-baa6-17eace4e2fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3351 | 2025.02.25 03:50:41.712418 [ 254 ] {95a989be-f9bc-454f-baa6-17eace4e2fa4} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3352 | 2025.02.25 03:50:41.712464 [ 254 ] {95a989be-f9bc-454f-baa6-17eace4e2fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3353 | 2025.02.25 03:50:41.712883 [ 254 ] {95a989be-f9bc-454f-baa6-17eace4e2fa4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3354 | 2025.02.25 03:50:41.713135 [ 254 ] {95a989be-f9bc-454f-baa6-17eace4e2fa4} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3355 | 2025.02.25 03:50:41.713337 [ 254 ] {95a989be-f9bc-454f-baa6-17eace4e2fa4} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001551 sec., 21921.341070277238 rows/sec., 1.48 MiB/sec. | ||
| 3356 | 2025.02.25 03:50:41.713388 [ 254 ] {95a989be-f9bc-454f-baa6-17eace4e2fa4} <Debug> TCPHandler: Processed in 0.001739298 sec. | ||
| 3357 | 2025.02.25 03:50:43.763547 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3358 | 2025.02.25 03:50:43.763761 [ 4 ] {7d713337-f359-4967-8124-adf683851cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3359 | 2025.02.25 03:50:43.763902 [ 4 ] {7d713337-f359-4967-8124-adf683851cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3360 | 2025.02.25 03:50:43.764745 [ 4 ] {7d713337-f359-4967-8124-adf683851cec} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3361 | 2025.02.25 03:50:43.764800 [ 4 ] {7d713337-f359-4967-8124-adf683851cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3362 | 2025.02.25 03:50:43.765271 [ 4 ] {7d713337-f359-4967-8124-adf683851cec} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3363 | 2025.02.25 03:50:43.765523 [ 4 ] {7d713337-f359-4967-8124-adf683851cec} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3364 | 2025.02.25 03:50:43.765773 [ 4 ] {7d713337-f359-4967-8124-adf683851cec} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002055 sec., 27250.608272506084 rows/sec., 2.08 MiB/sec. | ||
| 3365 | 2025.02.25 03:50:43.765929 [ 4 ] {7d713337-f359-4967-8124-adf683851cec} <Debug> TCPHandler: Processed in 0.002510836 sec. | ||
| 3366 | 2025.02.25 03:50:43.766142 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3367 | 2025.02.25 03:50:43.766356 [ 254 ] {b4e4e2fc-8e9b-460e-b138-b60feeeed4e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3368 | 2025.02.25 03:50:43.766409 [ 254 ] {b4e4e2fc-8e9b-460e-b138-b60feeeed4e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3369 | 2025.02.25 03:50:43.767050 [ 254 ] {b4e4e2fc-8e9b-460e-b138-b60feeeed4e8} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3370 | 2025.02.25 03:50:43.767093 [ 254 ] {b4e4e2fc-8e9b-460e-b138-b60feeeed4e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3371 | 2025.02.25 03:50:43.767477 [ 254 ] {b4e4e2fc-8e9b-460e-b138-b60feeeed4e8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3372 | 2025.02.25 03:50:43.767723 [ 254 ] {b4e4e2fc-8e9b-460e-b138-b60feeeed4e8} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3373 | 2025.02.25 03:50:43.767928 [ 254 ] {b4e4e2fc-8e9b-460e-b138-b60feeeed4e8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001604 sec., 39900.249376558604 rows/sec., 3.11 MiB/sec. | ||
| 3374 | 2025.02.25 03:50:43.767990 [ 254 ] {b4e4e2fc-8e9b-460e-b138-b60feeeed4e8} <Debug> TCPHandler: Processed in 0.001908853 sec. | ||
| 3375 | 2025.02.25 03:50:43.768155 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3376 | 2025.02.25 03:50:43.768273 [ 4 ] {839e18d6-61df-48d7-a5fa-270d1a7823bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3377 | 2025.02.25 03:50:43.768326 [ 4 ] {839e18d6-61df-48d7-a5fa-270d1a7823bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3378 | 2025.02.25 03:50:43.768829 [ 4 ] {839e18d6-61df-48d7-a5fa-270d1a7823bb} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3379 | 2025.02.25 03:50:43.768874 [ 4 ] {839e18d6-61df-48d7-a5fa-270d1a7823bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3380 | 2025.02.25 03:50:43.769277 [ 4 ] {839e18d6-61df-48d7-a5fa-270d1a7823bb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3381 | 2025.02.25 03:50:43.769528 [ 4 ] {839e18d6-61df-48d7-a5fa-270d1a7823bb} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3382 | 2025.02.25 03:50:43.769731 [ 4 ] {839e18d6-61df-48d7-a5fa-270d1a7823bb} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001484 sec., 44474.3935309973 rows/sec., 3.10 MiB/sec. | ||
| 3383 | 2025.02.25 03:50:43.769785 [ 4 ] {839e18d6-61df-48d7-a5fa-270d1a7823bb} <Debug> TCPHandler: Processed in 0.001685968 sec. | ||
| 3384 | 2025.02.25 03:50:43.769940 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3385 | 2025.02.25 03:50:43.770051 [ 254 ] {69556b74-8bc6-4994-9f6d-25d800aad53a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3386 | 2025.02.25 03:50:43.770100 [ 254 ] {69556b74-8bc6-4994-9f6d-25d800aad53a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3387 | 2025.02.25 03:50:43.770528 [ 254 ] {69556b74-8bc6-4994-9f6d-25d800aad53a} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3388 | 2025.02.25 03:50:43.770565 [ 254 ] {69556b74-8bc6-4994-9f6d-25d800aad53a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3389 | 2025.02.25 03:50:43.770925 [ 254 ] {69556b74-8bc6-4994-9f6d-25d800aad53a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3390 | 2025.02.25 03:50:43.771164 [ 254 ] {69556b74-8bc6-4994-9f6d-25d800aad53a} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3391 | 2025.02.25 03:50:43.771368 [ 254 ] {69556b74-8bc6-4994-9f6d-25d800aad53a} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001333 sec., 19504.876219054764 rows/sec., 1.31 MiB/sec. | ||
| 3392 | 2025.02.25 03:50:43.771444 [ 254 ] {69556b74-8bc6-4994-9f6d-25d800aad53a} <Debug> TCPHandler: Processed in 0.001556695 sec. | ||
| 3393 | 2025.02.25 03:50:45.373785 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3394 | 2025.02.25 03:50:45.374445 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3395 | 2025.02.25 03:50:45.374494 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3396 | 2025.02.25 03:50:45.375143 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3397 | 2025.02.25 03:50:45.375415 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3398 | 2025.02.25 03:50:45.375728 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3399 | 2025.02.25 03:50:45.894240 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3400 | 2025.02.25 03:50:45.913279 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3401 | 2025.02.25 03:50:45.913338 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3402 | 2025.02.25 03:50:45.920922 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3403 | 2025.02.25 03:50:45.921698 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3404 | 2025.02.25 03:50:45.925077 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3405 | 2025.02.25 03:50:47.893230 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 484 | ||
| 3406 | 2025.02.25 03:50:47.896295 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3407 | 2025.02.25 03:50:47.896344 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3408 | 2025.02.25 03:50:47.897820 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3409 | 2025.02.25 03:50:47.898145 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3410 | 2025.02.25 03:50:47.899015 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 484 | ||
| 3411 | 2025.02.25 03:50:48.770337 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3412 | 2025.02.25 03:50:48.770559 [ 4 ] {e1f1e5b5-6c1c-48c7-b793-74d92e9374cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3413 | 2025.02.25 03:50:48.770640 [ 4 ] {e1f1e5b5-6c1c-48c7-b793-74d92e9374cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3414 | 2025.02.25 03:50:48.771520 [ 4 ] {e1f1e5b5-6c1c-48c7-b793-74d92e9374cd} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3415 | 2025.02.25 03:50:48.771567 [ 4 ] {e1f1e5b5-6c1c-48c7-b793-74d92e9374cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3416 | 2025.02.25 03:50:48.772017 [ 4 ] {e1f1e5b5-6c1c-48c7-b793-74d92e9374cd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3417 | 2025.02.25 03:50:48.772278 [ 4 ] {e1f1e5b5-6c1c-48c7-b793-74d92e9374cd} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3418 | 2025.02.25 03:50:48.772500 [ 139 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3419 | 2025.02.25 03:50:48.772532 [ 4 ] {e1f1e5b5-6c1c-48c7-b793-74d92e9374cd} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002029 sec., 66042.38541153277 rows/sec., 5.68 MiB/sec. | ||
| 3420 | 2025.02.25 03:50:48.772614 [ 139 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3421 | 2025.02.25 03:50:48.772693 [ 4 ] {e1f1e5b5-6c1c-48c7-b793-74d92e9374cd} <Debug> TCPHandler: Processed in 0.002493006 sec. | ||
| 3422 | 2025.02.25 03:50:48.772705 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3423 | 2025.02.25 03:50:48.772936 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3424 | 2025.02.25 03:50:48.772943 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 3425 | 2025.02.25 03:50:48.773161 [ 254 ] {da1d97c0-7bdd-4e87-ab21-c31f1f01486e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3426 | 2025.02.25 03:50:48.773229 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3427 | 2025.02.25 03:50:48.773274 [ 254 ] {da1d97c0-7bdd-4e87-ab21-c31f1f01486e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3428 | 2025.02.25 03:50:48.773298 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1963 rows starting from the beginning of the part | ||
| 3429 | 2025.02.25 03:50:48.773658 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 3430 | 2025.02.25 03:50:48.773973 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 134 rows starting from the beginning of the part | ||
| 3431 | 2025.02.25 03:50:48.774384 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1316 rows starting from the beginning of the part | ||
| 3432 | 2025.02.25 03:50:48.774776 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 3433 | 2025.02.25 03:50:48.775107 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 134 rows starting from the beginning of the part | ||
| 3434 | 2025.02.25 03:50:48.775949 [ 254 ] {da1d97c0-7bdd-4e87-ab21-c31f1f01486e} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3435 | 2025.02.25 03:50:48.776022 [ 254 ] {da1d97c0-7bdd-4e87-ab21-c31f1f01486e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3436 | 2025.02.25 03:50:48.776998 [ 254 ] {da1d97c0-7bdd-4e87-ab21-c31f1f01486e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3437 | 2025.02.25 03:50:48.777504 [ 254 ] {da1d97c0-7bdd-4e87-ab21-c31f1f01486e} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3438 | 2025.02.25 03:50:48.777824 [ 254 ] {da1d97c0-7bdd-4e87-ab21-c31f1f01486e} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.004744 sec., 8220.910623946038 rows/sec., 618.17 KiB/sec. | ||
| 3439 | 2025.02.25 03:50:48.777896 [ 254 ] {da1d97c0-7bdd-4e87-ab21-c31f1f01486e} <Debug> TCPHandler: Processed in 0.005076203 sec. | ||
| 3440 | 2025.02.25 03:50:48.778071 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3441 | 2025.02.25 03:50:48.778291 [ 4 ] {faa1ba17-5f40-40b1-94fa-354faef23851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3442 | 2025.02.25 03:50:48.778449 [ 4 ] {faa1ba17-5f40-40b1-94fa-354faef23851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3443 | 2025.02.25 03:50:48.778650 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3659 rows, containing 5 columns (5 merged, 0 gathered) in 0.005790409 sec., 631907.0034603773 rows/sec., 54.56 MiB/sec. | ||
| 3444 | 2025.02.25 03:50:48.779018 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3445 | 2025.02.25 03:50:48.779556 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_26_5} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3446 | 2025.02.25 03:50:48.779765 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_26_5} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3447 | 2025.02.25 03:50:48.779883 [ 4 ] {faa1ba17-5f40-40b1-94fa-354faef23851} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3448 | 2025.02.25 03:50:48.779928 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 3449 | 2025.02.25 03:50:48.779949 [ 4 ] {faa1ba17-5f40-40b1-94fa-354faef23851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3450 | 2025.02.25 03:50:48.780348 [ 4 ] {faa1ba17-5f40-40b1-94fa-354faef23851} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3451 | 2025.02.25 03:50:48.780593 [ 4 ] {faa1ba17-5f40-40b1-94fa-354faef23851} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3452 | 2025.02.25 03:50:48.780770 [ 139 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3453 | 2025.02.25 03:50:48.780835 [ 139 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3454 | 2025.02.25 03:50:48.780856 [ 4 ] {faa1ba17-5f40-40b1-94fa-354faef23851} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002635 sec., 39089.18406072106 rows/sec., 3.05 MiB/sec. | ||
| 3455 | 2025.02.25 03:50:48.780873 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3456 | 2025.02.25 03:50:48.781031 [ 4 ] {faa1ba17-5f40-40b1-94fa-354faef23851} <Debug> TCPHandler: Processed in 0.003031277 sec. | ||
| 3457 | 2025.02.25 03:50:48.781128 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 3458 | 2025.02.25 03:50:48.781254 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3459 | 2025.02.25 03:50:48.781330 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3460 | 2025.02.25 03:50:48.781406 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 945 rows starting from the beginning of the part | ||
| 3461 | 2025.02.25 03:50:48.781472 [ 254 ] {2132765a-1d82-42bf-b509-12f987091ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3462 | 2025.02.25 03:50:48.781662 [ 254 ] {2132765a-1d82-42bf-b509-12f987091ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3463 | 2025.02.25 03:50:48.781718 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 3464 | 2025.02.25 03:50:48.782154 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 103 rows starting from the beginning of the part | ||
| 3465 | 2025.02.25 03:50:48.782585 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 556 rows starting from the beginning of the part | ||
| 3466 | 2025.02.25 03:50:48.782964 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 3467 | 2025.02.25 03:50:48.783200 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 103 rows starting from the beginning of the part | ||
| 3468 | 2025.02.25 03:50:48.784272 [ 254 ] {2132765a-1d82-42bf-b509-12f987091ceb} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3469 | 2025.02.25 03:50:48.784357 [ 254 ] {2132765a-1d82-42bf-b509-12f987091ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3470 | 2025.02.25 03:50:48.785418 [ 254 ] {2132765a-1d82-42bf-b509-12f987091ceb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3471 | 2025.02.25 03:50:48.785786 [ 254 ] {2132765a-1d82-42bf-b509-12f987091ceb} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3472 | 2025.02.25 03:50:48.786210 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3473 | 2025.02.25 03:50:48.786361 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3474 | 2025.02.25 03:50:48.786358 [ 254 ] {2132765a-1d82-42bf-b509-12f987091ceb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004911 sec., 32579.922622683775 rows/sec., 2.27 MiB/sec. | ||
| 3475 | 2025.02.25 03:50:48.786483 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3476 | 2025.02.25 03:50:48.786694 [ 254 ] {2132765a-1d82-42bf-b509-12f987091ceb} <Debug> TCPHandler: Processed in 0.005527973 sec. | ||
| 3477 | 2025.02.25 03:50:48.786747 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1835 rows, containing 5 columns (5 merged, 0 gathered) in 0.005749818 sec., 319140.53627436556 rows/sec., 25.03 MiB/sec. | ||
| 3478 | 2025.02.25 03:50:48.787037 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3479 | 2025.02.25 03:50:48.787123 [ 187 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 3480 | 2025.02.25 03:50:48.787141 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3481 | 2025.02.25 03:50:48.787413 [ 4 ] {e9e4ed19-5831-4ced-8ad6-7f2a3895e231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3482 | 2025.02.25 03:50:48.787793 [ 187 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3483 | 2025.02.25 03:50:48.787802 [ 4 ] {e9e4ed19-5831-4ced-8ad6-7f2a3895e231} <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 | ||
| 3484 | 2025.02.25 03:50:48.787953 [ 187 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6594 rows starting from the beginning of the part | ||
| 3485 | 2025.02.25 03:50:48.788037 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_26_5} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3486 | 2025.02.25 03:50:48.788550 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_26_5} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3487 | 2025.02.25 03:50:48.788778 [ 187 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 3488 | 2025.02.25 03:50:48.788850 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3489 | 2025.02.25 03:50:48.789247 [ 187 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 3490 | 2025.02.25 03:50:48.789626 [ 187 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 976 rows starting from the beginning of the part | ||
| 3491 | 2025.02.25 03:50:48.790005 [ 187 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 66 rows starting from the beginning of the part | ||
| 3492 | 2025.02.25 03:50:48.790399 [ 187 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 3493 | 2025.02.25 03:50:48.793399 [ 4 ] {e9e4ed19-5831-4ced-8ad6-7f2a3895e231} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3494 | 2025.02.25 03:50:48.793483 [ 4 ] {e9e4ed19-5831-4ced-8ad6-7f2a3895e231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3495 | 2025.02.25 03:50:48.794820 [ 4 ] {e9e4ed19-5831-4ced-8ad6-7f2a3895e231} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3496 | 2025.02.25 03:50:48.795195 [ 4 ] {e9e4ed19-5831-4ced-8ad6-7f2a3895e231} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3497 | 2025.02.25 03:50:48.795386 [ 139 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3498 | 2025.02.25 03:50:48.795493 [ 139 ] {} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3499 | 2025.02.25 03:50:48.795593 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3500 | 2025.02.25 03:50:48.795901 [ 4 ] {e9e4ed19-5831-4ced-8ad6-7f2a3895e231} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00859 sec., 4540.162980209546 rows/sec., 8.14 MiB/sec. | ||
| 3501 | 2025.02.25 03:50:48.796180 [ 197 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8116 rows, containing 5 columns (5 merged, 0 gathered) in 0.009341519 sec., 868809.4516534195 rows/sec., 59.42 MiB/sec. | ||
| 3502 | 2025.02.25 03:50:48.796324 [ 202 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::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 | ||
| 3503 | 2025.02.25 03:50:48.796469 [ 4 ] {e9e4ed19-5831-4ced-8ad6-7f2a3895e231} <Debug> TCPHandler: Processed in 0.009602335 sec. | ||
| 3504 | 2025.02.25 03:50:48.796705 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3505 | 2025.02.25 03:50:48.797028 [ 187 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3506 | 2025.02.25 03:50:48.797065 [ 254 ] {5ae3ad50-30b4-413f-ac8d-35e84125c104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3507 | 2025.02.25 03:50:48.797254 [ 254 ] {5ae3ad50-30b4-413f-ac8d-35e84125c104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3508 | 2025.02.25 03:50:48.797732 [ 202 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3509 | 2025.02.25 03:50:48.798187 [ 202 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 126 rows starting from the beginning of the part | ||
| 3510 | 2025.02.25 03:50:48.798213 [ 187 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3511 | 2025.02.25 03:50:48.798572 [ 187 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3512 | 2025.02.25 03:50:48.798990 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
| 3513 | 2025.02.25 03:50:48.799373 [ 202 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part | ||
| 3514 | 2025.02.25 03:50:48.799776 [ 254 ] {5ae3ad50-30b4-413f-ac8d-35e84125c104} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3515 | 2025.02.25 03:50:48.799900 [ 254 ] {5ae3ad50-30b4-413f-ac8d-35e84125c104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3516 | 2025.02.25 03:50:48.800183 [ 202 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part | ||
| 3517 | 2025.02.25 03:50:48.800935 [ 202 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part | ||
| 3518 | 2025.02.25 03:50:48.801496 [ 254 ] {5ae3ad50-30b4-413f-ac8d-35e84125c104} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3519 | 2025.02.25 03:50:48.801614 [ 202 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part | ||
| 3520 | 2025.02.25 03:50:48.802192 [ 202 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part | ||
| 3521 | 2025.02.25 03:50:48.802286 [ 254 ] {5ae3ad50-30b4-413f-ac8d-35e84125c104} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3522 | 2025.02.25 03:50:48.803201 [ 139 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3523 | 2025.02.25 03:50:48.803201 [ 254 ] {5ae3ad50-30b4-413f-ac8d-35e84125c104} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006251 sec., 9598.464245720685 rows/sec., 662.39 KiB/sec. | ||
| 3524 | 2025.02.25 03:50:48.803277 [ 139 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3525 | 2025.02.25 03:50:48.803365 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3526 | 2025.02.25 03:50:48.803509 [ 254 ] {5ae3ad50-30b4-413f-ac8d-35e84125c104} <Debug> TCPHandler: Processed in 0.006922225 sec. | ||
| 3527 | 2025.02.25 03:50:48.803928 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 3528 | 2025.02.25 03:50:48.804172 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3529 | 2025.02.25 03:50:48.804230 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1048 rows starting from the beginning of the part | ||
| 3530 | 2025.02.25 03:50:48.804495 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 3531 | 2025.02.25 03:50:48.804782 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 3532 | 2025.02.25 03:50:48.805066 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part | ||
| 3533 | 2025.02.25 03:50:48.805350 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part | ||
| 3534 | 2025.02.25 03:50:48.805587 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 3535 | 2025.02.25 03:50:48.808887 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1288 rows, containing 4 columns (4 merged, 0 gathered) in 0.00537802 sec., 239493.3451344547 rows/sec., 16.06 MiB/sec. | ||
| 3536 | 2025.02.25 03:50:48.809215 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3537 | 2025.02.25 03:50:48.809892 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_26_5} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3538 | 2025.02.25 03:50:48.810102 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_26_5} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3539 | 2025.02.25 03:50:48.810312 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 3540 | 2025.02.25 03:50:48.811543 [ 188 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 321 rows, containing 19 columns (19 merged, 0 gathered) in 0.015750902 sec., 20379.785233886923 rows/sec., 36.52 MiB/sec. | ||
| 3541 | 2025.02.25 03:50:48.812072 [ 187 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3542 | 2025.02.25 03:50:48.812498 [ 187 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3543 | 2025.02.25 03:50:48.812591 [ 187 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3544 | 2025.02.25 03:50:48.812741 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. | ||
| 3545 | 2025.02.25 03:50:52.780449 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3546 | 2025.02.25 03:50:52.780504 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3547 | 2025.02.25 03:50:52.876839 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 3548 | 2025.02.25 03:50:52.877498 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3549 | 2025.02.25 03:50:52.877551 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3550 | 2025.02.25 03:50:52.878111 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3551 | 2025.02.25 03:50:52.878382 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3552 | 2025.02.25 03:50:52.878666 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3553 | 2025.02.25 03:50:53.426110 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3554 | 2025.02.25 03:50:53.446217 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3555 | 2025.02.25 03:50:53.446270 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3556 | 2025.02.25 03:50:53.453951 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3557 | 2025.02.25 03:50:53.454764 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3558 | 2025.02.25 03:50:53.457624 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3559 | 2025.02.25 03:50:53.767907 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3560 | 2025.02.25 03:50:53.768128 [ 4 ] {0fc39472-9841-4a5d-8df9-9ec4d1e60ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3561 | 2025.02.25 03:50:53.768213 [ 4 ] {0fc39472-9841-4a5d-8df9-9ec4d1e60ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3562 | 2025.02.25 03:50:53.769000 [ 4 ] {0fc39472-9841-4a5d-8df9-9ec4d1e60ac4} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3563 | 2025.02.25 03:50:53.769055 [ 4 ] {0fc39472-9841-4a5d-8df9-9ec4d1e60ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3564 | 2025.02.25 03:50:53.769504 [ 4 ] {0fc39472-9841-4a5d-8df9-9ec4d1e60ac4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3565 | 2025.02.25 03:50:53.769763 [ 4 ] {0fc39472-9841-4a5d-8df9-9ec4d1e60ac4} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3566 | 2025.02.25 03:50:53.770012 [ 4 ] {0fc39472-9841-4a5d-8df9-9ec4d1e60ac4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001942 sec., 28836.25128733265 rows/sec., 2.20 MiB/sec. | ||
| 3567 | 2025.02.25 03:50:53.770076 [ 4 ] {0fc39472-9841-4a5d-8df9-9ec4d1e60ac4} <Debug> TCPHandler: Processed in 0.002310262 sec. | ||
| 3568 | 2025.02.25 03:50:53.770244 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3569 | 2025.02.25 03:50:53.770392 [ 254 ] {36e69288-768a-47c3-a353-3dd83dffaed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3570 | 2025.02.25 03:50:53.770451 [ 254 ] {36e69288-768a-47c3-a353-3dd83dffaed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3571 | 2025.02.25 03:50:53.771136 [ 254 ] {36e69288-768a-47c3-a353-3dd83dffaed9} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3572 | 2025.02.25 03:50:53.771185 [ 254 ] {36e69288-768a-47c3-a353-3dd83dffaed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3573 | 2025.02.25 03:50:53.771574 [ 254 ] {36e69288-768a-47c3-a353-3dd83dffaed9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3574 | 2025.02.25 03:50:53.771818 [ 254 ] {36e69288-768a-47c3-a353-3dd83dffaed9} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3575 | 2025.02.25 03:50:53.772045 [ 254 ] {36e69288-768a-47c3-a353-3dd83dffaed9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001688 sec., 37914.69194312796 rows/sec., 2.96 MiB/sec. | ||
| 3576 | 2025.02.25 03:50:53.772171 [ 254 ] {36e69288-768a-47c3-a353-3dd83dffaed9} <Debug> TCPHandler: Processed in 0.001993315 sec. | ||
| 3577 | 2025.02.25 03:50:53.772331 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3578 | 2025.02.25 03:50:53.772463 [ 4 ] {fdb93b19-a0e7-4d12-8644-fbc6fda7559b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3579 | 2025.02.25 03:50:53.772522 [ 4 ] {fdb93b19-a0e7-4d12-8644-fbc6fda7559b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3580 | 2025.02.25 03:50:53.773146 [ 4 ] {fdb93b19-a0e7-4d12-8644-fbc6fda7559b} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3581 | 2025.02.25 03:50:53.773192 [ 4 ] {fdb93b19-a0e7-4d12-8644-fbc6fda7559b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3582 | 2025.02.25 03:50:53.773620 [ 4 ] {fdb93b19-a0e7-4d12-8644-fbc6fda7559b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3583 | 2025.02.25 03:50:53.773872 [ 4 ] {fdb93b19-a0e7-4d12-8644-fbc6fda7559b} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3584 | 2025.02.25 03:50:53.774083 [ 4 ] {fdb93b19-a0e7-4d12-8644-fbc6fda7559b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00165 sec., 96969.69696969698 rows/sec., 6.75 MiB/sec. | ||
| 3585 | 2025.02.25 03:50:53.774135 [ 4 ] {fdb93b19-a0e7-4d12-8644-fbc6fda7559b} <Debug> TCPHandler: Processed in 0.001868102 sec. | ||
| 3586 | 2025.02.25 03:50:53.774275 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3587 | 2025.02.25 03:50:53.774404 [ 254 ] {c9c0543b-7c8b-4557-835e-2a58bac3def4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3588 | 2025.02.25 03:50:53.774459 [ 254 ] {c9c0543b-7c8b-4557-835e-2a58bac3def4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3589 | 2025.02.25 03:50:53.774998 [ 254 ] {c9c0543b-7c8b-4557-835e-2a58bac3def4} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3590 | 2025.02.25 03:50:53.775045 [ 254 ] {c9c0543b-7c8b-4557-835e-2a58bac3def4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3591 | 2025.02.25 03:50:53.775444 [ 254 ] {c9c0543b-7c8b-4557-835e-2a58bac3def4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3592 | 2025.02.25 03:50:53.775674 [ 254 ] {c9c0543b-7c8b-4557-835e-2a58bac3def4} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3593 | 2025.02.25 03:50:53.775882 [ 254 ] {c9c0543b-7c8b-4557-835e-2a58bac3def4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001508 sec., 39787.798408488066 rows/sec., 2.68 MiB/sec. | ||
| 3594 | 2025.02.25 03:50:53.775933 [ 254 ] {c9c0543b-7c8b-4557-835e-2a58bac3def4} <Debug> TCPHandler: Processed in 0.001721378 sec. | ||
| 3595 | 2025.02.25 03:50:54.101350 [ 134 ] {} <Debug> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3596 | 2025.02.25 03:50:54.101418 [ 134 ] {} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3597 | 2025.02.25 03:50:54.101440 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3598 | 2025.02.25 03:50:54.101595 [ 196 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::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 | ||
| 3599 | 2025.02.25 03:50:54.101754 [ 196 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3600 | 2025.02.25 03:50:54.101796 [ 196 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::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 | ||
| 3601 | 2025.02.25 03:50:54.101920 [ 196 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::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 | ||
| 3602 | 2025.02.25 03:50:54.102147 [ 196 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::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 | ||
| 3603 | 2025.02.25 03:50:54.102307 [ 196 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::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 | ||
| 3604 | 2025.02.25 03:50:54.102370 [ 196 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::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 | ||
| 3605 | 2025.02.25 03:50:54.103460 [ 187 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 5 columns (5 merged, 0 gathered) in 0.001942303 sec., 447921.874187498 rows/sec., 32.43 MiB/sec. | ||
| 3606 | 2025.02.25 03:50:54.103630 [ 188 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3607 | 2025.02.25 03:50:54.103915 [ 188 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_5_1} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3608 | 2025.02.25 03:50:54.103990 [ 188 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_5_1} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3609 | 2025.02.25 03:50:54.104064 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 3610 | 2025.02.25 03:50:57.900165 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 504 | ||
| 3611 | 2025.02.25 03:50:57.902955 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3612 | 2025.02.25 03:50:57.903006 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3613 | 2025.02.25 03:50:57.904475 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3614 | 2025.02.25 03:50:57.904799 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3615 | 2025.02.25 03:50:57.905553 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 504 | ||
| 3616 | 2025.02.25 03:50:58.770039 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3617 | 2025.02.25 03:50:58.770372 [ 4 ] {3b76390c-5b71-4604-9d8e-775686ab0ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3618 | 2025.02.25 03:50:58.770464 [ 4 ] {3b76390c-5b71-4604-9d8e-775686ab0ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3619 | 2025.02.25 03:50:58.771206 [ 4 ] {3b76390c-5b71-4604-9d8e-775686ab0ecd} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3620 | 2025.02.25 03:50:58.771260 [ 4 ] {3b76390c-5b71-4604-9d8e-775686ab0ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3621 | 2025.02.25 03:50:58.771689 [ 4 ] {3b76390c-5b71-4604-9d8e-775686ab0ecd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3622 | 2025.02.25 03:50:58.771953 [ 4 ] {3b76390c-5b71-4604-9d8e-775686ab0ecd} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3623 | 2025.02.25 03:50:58.772208 [ 4 ] {3b76390c-5b71-4604-9d8e-775686ab0ecd} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001912 sec., 6276.150627615062 rows/sec., 511.78 KiB/sec. | ||
| 3624 | 2025.02.25 03:50:58.772384 [ 4 ] {3b76390c-5b71-4604-9d8e-775686ab0ecd} <Debug> TCPHandler: Processed in 0.002530177 sec. | ||
| 3625 | 2025.02.25 03:50:58.772568 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3626 | 2025.02.25 03:50:58.772715 [ 254 ] {f6140e23-d18b-4736-816f-ceab79c7db27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3627 | 2025.02.25 03:50:58.772774 [ 254 ] {f6140e23-d18b-4736-816f-ceab79c7db27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3628 | 2025.02.25 03:50:58.773506 [ 254 ] {f6140e23-d18b-4736-816f-ceab79c7db27} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3629 | 2025.02.25 03:50:58.773549 [ 254 ] {f6140e23-d18b-4736-816f-ceab79c7db27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3630 | 2025.02.25 03:50:58.773945 [ 254 ] {f6140e23-d18b-4736-816f-ceab79c7db27} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3631 | 2025.02.25 03:50:58.774188 [ 254 ] {f6140e23-d18b-4736-816f-ceab79c7db27} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3632 | 2025.02.25 03:50:58.774399 [ 254 ] {f6140e23-d18b-4736-816f-ceab79c7db27} <Debug> executeQuery: Read 140 rows, 12.25 KiB in 0.001719 sec., 81442.69924374636 rows/sec., 6.96 MiB/sec. | ||
| 3633 | 2025.02.25 03:50:58.774455 [ 254 ] {f6140e23-d18b-4736-816f-ceab79c7db27} <Debug> TCPHandler: Processed in 0.001957213 sec. | ||
| 3634 | 2025.02.25 03:50:58.774590 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3635 | 2025.02.25 03:50:58.774700 [ 4 ] {05d540d0-c6f7-462c-90e8-f93a894d6493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3636 | 2025.02.25 03:50:58.774747 [ 4 ] {05d540d0-c6f7-462c-90e8-f93a894d6493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3637 | 2025.02.25 03:50:58.775298 [ 4 ] {05d540d0-c6f7-462c-90e8-f93a894d6493} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3638 | 2025.02.25 03:50:58.775338 [ 4 ] {05d540d0-c6f7-462c-90e8-f93a894d6493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3639 | 2025.02.25 03:50:58.775692 [ 4 ] {05d540d0-c6f7-462c-90e8-f93a894d6493} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3640 | 2025.02.25 03:50:58.775964 [ 4 ] {05d540d0-c6f7-462c-90e8-f93a894d6493} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3641 | 2025.02.25 03:50:58.776175 [ 4 ] {05d540d0-c6f7-462c-90e8-f93a894d6493} <Debug> executeQuery: Read 51 rows, 3.77 KiB in 0.001497 sec., 34068.13627254509 rows/sec., 2.46 MiB/sec. | ||
| 3642 | 2025.02.25 03:50:58.776226 [ 4 ] {05d540d0-c6f7-462c-90e8-f93a894d6493} <Debug> TCPHandler: Processed in 0.001690558 sec. | ||
| 3643 | 2025.02.25 03:50:58.776362 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3644 | 2025.02.25 03:50:58.776492 [ 254 ] {511bb566-c6a5-4f30-aa84-7d6ff15b39e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3645 | 2025.02.25 03:50:58.776546 [ 254 ] {511bb566-c6a5-4f30-aa84-7d6ff15b39e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3646 | 2025.02.25 03:50:58.777220 [ 254 ] {511bb566-c6a5-4f30-aa84-7d6ff15b39e7} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3647 | 2025.02.25 03:50:58.777267 [ 254 ] {511bb566-c6a5-4f30-aa84-7d6ff15b39e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3648 | 2025.02.25 03:50:58.777638 [ 254 ] {511bb566-c6a5-4f30-aa84-7d6ff15b39e7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3649 | 2025.02.25 03:50:58.777878 [ 254 ] {511bb566-c6a5-4f30-aa84-7d6ff15b39e7} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3650 | 2025.02.25 03:50:58.778077 [ 254 ] {511bb566-c6a5-4f30-aa84-7d6ff15b39e7} <Debug> executeQuery: Read 115 rows, 9.22 KiB in 0.001615 sec., 71207.43034055729 rows/sec., 5.57 MiB/sec. | ||
| 3651 | 2025.02.25 03:50:58.778128 [ 254 ] {511bb566-c6a5-4f30-aa84-7d6ff15b39e7} <Debug> TCPHandler: Processed in 0.00182104 sec. | ||
| 3652 | 2025.02.25 03:50:58.778261 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3653 | 2025.02.25 03:50:58.778376 [ 4 ] {d1033cb7-7bbc-49f8-a23b-77a727604012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3654 | 2025.02.25 03:50:58.778434 [ 4 ] {d1033cb7-7bbc-49f8-a23b-77a727604012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3655 | 2025.02.25 03:50:58.779046 [ 4 ] {d1033cb7-7bbc-49f8-a23b-77a727604012} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3656 | 2025.02.25 03:50:58.779093 [ 4 ] {d1033cb7-7bbc-49f8-a23b-77a727604012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3657 | 2025.02.25 03:50:58.779526 [ 4 ] {d1033cb7-7bbc-49f8-a23b-77a727604012} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3658 | 2025.02.25 03:50:58.779769 [ 4 ] {d1033cb7-7bbc-49f8-a23b-77a727604012} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3659 | 2025.02.25 03:50:58.780015 [ 4 ] {d1033cb7-7bbc-49f8-a23b-77a727604012} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.001661 sec., 99939.79530403372 rows/sec., 6.96 MiB/sec. | ||
| 3660 | 2025.02.25 03:50:58.780085 [ 4 ] {d1033cb7-7bbc-49f8-a23b-77a727604012} <Debug> TCPHandler: Processed in 0.001870492 sec. | ||
| 3661 | 2025.02.25 03:50:58.780298 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3662 | 2025.02.25 03:50:58.780458 [ 254 ] {93f1592e-adc4-4e1b-b93f-dcf1bf753d83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3663 | 2025.02.25 03:50:58.780543 [ 254 ] {93f1592e-adc4-4e1b-b93f-dcf1bf753d83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3664 | 2025.02.25 03:50:58.781843 [ 254 ] {93f1592e-adc4-4e1b-b93f-dcf1bf753d83} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3665 | 2025.02.25 03:50:58.781882 [ 254 ] {93f1592e-adc4-4e1b-b93f-dcf1bf753d83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3666 | 2025.02.25 03:50:58.782537 [ 254 ] {93f1592e-adc4-4e1b-b93f-dcf1bf753d83} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3667 | 2025.02.25 03:50:58.782787 [ 254 ] {93f1592e-adc4-4e1b-b93f-dcf1bf753d83} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3668 | 2025.02.25 03:50:58.783027 [ 254 ] {93f1592e-adc4-4e1b-b93f-dcf1bf753d83} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002599 sec., 15005.771450557906 rows/sec., 26.89 MiB/sec. | ||
| 3669 | 2025.02.25 03:50:58.783131 [ 254 ] {93f1592e-adc4-4e1b-b93f-dcf1bf753d83} <Debug> TCPHandler: Processed in 0.002949626 sec. | ||
| 3670 | 2025.02.25 03:50:58.783289 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3671 | 2025.02.25 03:50:58.783409 [ 4 ] {8913865d-9ab3-4b76-8980-111183f9757c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3672 | 2025.02.25 03:50:58.783464 [ 4 ] {8913865d-9ab3-4b76-8980-111183f9757c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3673 | 2025.02.25 03:50:58.783999 [ 4 ] {8913865d-9ab3-4b76-8980-111183f9757c} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3674 | 2025.02.25 03:50:58.784045 [ 4 ] {8913865d-9ab3-4b76-8980-111183f9757c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3675 | 2025.02.25 03:50:58.784451 [ 4 ] {8913865d-9ab3-4b76-8980-111183f9757c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3676 | 2025.02.25 03:50:58.784697 [ 4 ] {8913865d-9ab3-4b76-8980-111183f9757c} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3677 | 2025.02.25 03:50:58.784944 [ 4 ] {8913865d-9ab3-4b76-8980-111183f9757c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001564 sec., 38363.17135549872 rows/sec., 2.59 MiB/sec. | ||
| 3678 | 2025.02.25 03:50:58.785139 [ 4 ] {8913865d-9ab3-4b76-8980-111183f9757c} <Debug> TCPHandler: Processed in 0.001898242 sec. | ||
| 3679 | 2025.02.25 03:51:00.379795 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 3680 | 2025.02.25 03:51:00.380460 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3681 | 2025.02.25 03:51:00.380503 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3682 | 2025.02.25 03:51:00.381110 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3683 | 2025.02.25 03:51:00.381369 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3684 | 2025.02.25 03:51:00.381574 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 3685 | 2025.02.25 03:51:00.958653 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 3686 | 2025.02.25 03:51:00.978849 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3687 | 2025.02.25 03:51:00.978905 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3688 | 2025.02.25 03:51:00.986484 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3689 | 2025.02.25 03:51:00.987284 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3690 | 2025.02.25 03:51:00.989968 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 3691 | 2025.02.25 03:51:03.768190 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3692 | 2025.02.25 03:51:03.768511 [ 4 ] {9ba286ec-3cea-4308-a47a-25cc64d18803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3693 | 2025.02.25 03:51:03.768607 [ 4 ] {9ba286ec-3cea-4308-a47a-25cc64d18803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3694 | 2025.02.25 03:51:03.769378 [ 4 ] {9ba286ec-3cea-4308-a47a-25cc64d18803} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3695 | 2025.02.25 03:51:03.769424 [ 4 ] {9ba286ec-3cea-4308-a47a-25cc64d18803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3696 | 2025.02.25 03:51:03.769872 [ 4 ] {9ba286ec-3cea-4308-a47a-25cc64d18803} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3697 | 2025.02.25 03:51:03.770138 [ 4 ] {9ba286ec-3cea-4308-a47a-25cc64d18803} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3698 | 2025.02.25 03:51:03.770398 [ 4 ] {9ba286ec-3cea-4308-a47a-25cc64d18803} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001961 sec., 28556.85874553799 rows/sec., 2.18 MiB/sec. | ||
| 3699 | 2025.02.25 03:51:03.770498 [ 4 ] {9ba286ec-3cea-4308-a47a-25cc64d18803} <Debug> TCPHandler: Processed in 0.002496085 sec. | ||
| 3700 | 2025.02.25 03:51:03.770746 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3701 | 2025.02.25 03:51:03.770884 [ 254 ] {d9627465-fef0-44d6-9bc6-271079a4b87b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3702 | 2025.02.25 03:51:03.770936 [ 254 ] {d9627465-fef0-44d6-9bc6-271079a4b87b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3703 | 2025.02.25 03:51:03.771526 [ 254 ] {d9627465-fef0-44d6-9bc6-271079a4b87b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3704 | 2025.02.25 03:51:03.771566 [ 254 ] {d9627465-fef0-44d6-9bc6-271079a4b87b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3705 | 2025.02.25 03:51:03.771941 [ 254 ] {d9627465-fef0-44d6-9bc6-271079a4b87b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3706 | 2025.02.25 03:51:03.772180 [ 254 ] {d9627465-fef0-44d6-9bc6-271079a4b87b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3707 | 2025.02.25 03:51:03.772388 [ 254 ] {d9627465-fef0-44d6-9bc6-271079a4b87b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001521 sec., 42077.580539119 rows/sec., 3.28 MiB/sec. | ||
| 3708 | 2025.02.25 03:51:03.772593 [ 254 ] {d9627465-fef0-44d6-9bc6-271079a4b87b} <Debug> TCPHandler: Processed in 0.001969594 sec. | ||
| 3709 | 2025.02.25 03:51:03.772795 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3710 | 2025.02.25 03:51:03.772909 [ 4 ] {71d48607-4e7c-452e-9a70-bb3aa97b46d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3711 | 2025.02.25 03:51:03.772961 [ 4 ] {71d48607-4e7c-452e-9a70-bb3aa97b46d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3712 | 2025.02.25 03:51:03.773516 [ 4 ] {71d48607-4e7c-452e-9a70-bb3aa97b46d6} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3713 | 2025.02.25 03:51:03.773554 [ 4 ] {71d48607-4e7c-452e-9a70-bb3aa97b46d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3714 | 2025.02.25 03:51:03.773975 [ 4 ] {71d48607-4e7c-452e-9a70-bb3aa97b46d6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3715 | 2025.02.25 03:51:03.774211 [ 4 ] {71d48607-4e7c-452e-9a70-bb3aa97b46d6} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3716 | 2025.02.25 03:51:03.774394 [ 4 ] {71d48607-4e7c-452e-9a70-bb3aa97b46d6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00151 sec., 105960.26490066225 rows/sec., 7.38 MiB/sec. | ||
| 3717 | 2025.02.25 03:51:03.774447 [ 4 ] {71d48607-4e7c-452e-9a70-bb3aa97b46d6} <Debug> TCPHandler: Processed in 0.001740089 sec. | ||
| 3718 | 2025.02.25 03:51:03.774598 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3719 | 2025.02.25 03:51:03.774727 [ 254 ] {46b05ab0-6d54-46ac-acf6-8672eced47d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3720 | 2025.02.25 03:51:03.774782 [ 254 ] {46b05ab0-6d54-46ac-acf6-8672eced47d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3721 | 2025.02.25 03:51:03.775307 [ 254 ] {46b05ab0-6d54-46ac-acf6-8672eced47d2} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3722 | 2025.02.25 03:51:03.775352 [ 254 ] {46b05ab0-6d54-46ac-acf6-8672eced47d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3723 | 2025.02.25 03:51:03.775747 [ 254 ] {46b05ab0-6d54-46ac-acf6-8672eced47d2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3724 | 2025.02.25 03:51:03.775983 [ 254 ] {46b05ab0-6d54-46ac-acf6-8672eced47d2} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3725 | 2025.02.25 03:51:03.776157 [ 254 ] {46b05ab0-6d54-46ac-acf6-8672eced47d2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00146 sec., 41095.890410958906 rows/sec., 2.77 MiB/sec. | ||
| 3726 | 2025.02.25 03:51:03.776205 [ 254 ] {46b05ab0-6d54-46ac-acf6-8672eced47d2} <Debug> TCPHandler: Processed in 0.001668527 sec. | ||
| 3727 | 2025.02.25 03:51:07.780546 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3728 | 2025.02.25 03:51:07.780604 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3729 | 2025.02.25 03:51:07.882669 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 3730 | 2025.02.25 03:51:07.883298 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3731 | 2025.02.25 03:51:07.883344 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3732 | 2025.02.25 03:51:07.883873 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3733 | 2025.02.25 03:51:07.884120 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3734 | 2025.02.25 03:51:07.884347 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 3735 | 2025.02.25 03:51:07.906649 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 526 | ||
| 3736 | 2025.02.25 03:51:07.909456 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3737 | 2025.02.25 03:51:07.909500 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3738 | 2025.02.25 03:51:07.911002 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3739 | 2025.02.25 03:51:07.911319 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3740 | 2025.02.25 03:51:07.911810 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 526 | ||
| 3741 | 2025.02.25 03:51:08.491012 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 3742 | 2025.02.25 03:51:08.512728 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3743 | 2025.02.25 03:51:08.512801 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3744 | 2025.02.25 03:51:08.520456 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3745 | 2025.02.25 03:51:08.521259 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3746 | 2025.02.25 03:51:08.524348 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 3747 | 2025.02.25 03:51:08.769634 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3748 | 2025.02.25 03:51:08.769848 [ 4 ] {e8636763-6bab-40ee-8eb0-92830d15e7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3749 | 2025.02.25 03:51:08.769921 [ 4 ] {e8636763-6bab-40ee-8eb0-92830d15e7f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3750 | 2025.02.25 03:51:08.770751 [ 4 ] {e8636763-6bab-40ee-8eb0-92830d15e7f4} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3751 | 2025.02.25 03:51:08.770805 [ 4 ] {e8636763-6bab-40ee-8eb0-92830d15e7f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3752 | 2025.02.25 03:51:08.771267 [ 4 ] {e8636763-6bab-40ee-8eb0-92830d15e7f4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3753 | 2025.02.25 03:51:08.771527 [ 4 ] {e8636763-6bab-40ee-8eb0-92830d15e7f4} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3754 | 2025.02.25 03:51:08.771736 [ 4 ] {e8636763-6bab-40ee-8eb0-92830d15e7f4} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001939 sec., 69107.78751933986 rows/sec., 5.95 MiB/sec. | ||
| 3755 | 2025.02.25 03:51:08.771801 [ 4 ] {e8636763-6bab-40ee-8eb0-92830d15e7f4} <Debug> TCPHandler: Processed in 0.002354823 sec. | ||
| 3756 | 2025.02.25 03:51:08.771986 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3757 | 2025.02.25 03:51:08.772129 [ 254 ] {1b5234e0-5a24-42c4-81ee-2adf3caa8a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3758 | 2025.02.25 03:51:08.772187 [ 254 ] {1b5234e0-5a24-42c4-81ee-2adf3caa8a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3759 | 2025.02.25 03:51:08.772820 [ 254 ] {1b5234e0-5a24-42c4-81ee-2adf3caa8a74} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3760 | 2025.02.25 03:51:08.772859 [ 254 ] {1b5234e0-5a24-42c4-81ee-2adf3caa8a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3761 | 2025.02.25 03:51:08.773258 [ 254 ] {1b5234e0-5a24-42c4-81ee-2adf3caa8a74} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3762 | 2025.02.25 03:51:08.773502 [ 254 ] {1b5234e0-5a24-42c4-81ee-2adf3caa8a74} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3763 | 2025.02.25 03:51:08.773628 [ 120 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3764 | 2025.02.25 03:51:08.773674 [ 120 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3765 | 2025.02.25 03:51:08.773695 [ 254 ] {1b5234e0-5a24-42c4-81ee-2adf3caa8a74} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001598 sec., 24405.506883604507 rows/sec., 1.79 MiB/sec. | ||
| 3766 | 2025.02.25 03:51:08.773702 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3767 | 2025.02.25 03:51:08.773768 [ 254 ] {1b5234e0-5a24-42c4-81ee-2adf3caa8a74} <Debug> TCPHandler: Processed in 0.001845001 sec. | ||
| 3768 | 2025.02.25 03:51:08.774036 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3769 | 2025.02.25 03:51:08.774182 [ 187 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 3770 | 2025.02.25 03:51:08.774405 [ 4 ] {6b09e51c-c24f-49c3-8d73-bcd854982839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3771 | 2025.02.25 03:51:08.774597 [ 4 ] {6b09e51c-c24f-49c3-8d73-bcd854982839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3772 | 2025.02.25 03:51:08.774851 [ 187 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3773 | 2025.02.25 03:51:08.774998 [ 187 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 171 rows starting from the beginning of the part | ||
| 3774 | 2025.02.25 03:51:08.775315 [ 187 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part | ||
| 3775 | 2025.02.25 03:51:08.775701 [ 187 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 3776 | 2025.02.25 03:51:08.776117 [ 187 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part | ||
| 3777 | 2025.02.25 03:51:08.776465 [ 187 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 51 rows starting from the beginning of the part | ||
| 3778 | 2025.02.25 03:51:08.776694 [ 187 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part | ||
| 3779 | 2025.02.25 03:51:08.777531 [ 4 ] {6b09e51c-c24f-49c3-8d73-bcd854982839} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3780 | 2025.02.25 03:51:08.777607 [ 4 ] {6b09e51c-c24f-49c3-8d73-bcd854982839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3781 | 2025.02.25 03:51:08.778651 [ 4 ] {6b09e51c-c24f-49c3-8d73-bcd854982839} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3782 | 2025.02.25 03:51:08.779229 [ 4 ] {6b09e51c-c24f-49c3-8d73-bcd854982839} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3783 | 2025.02.25 03:51:08.779584 [ 195 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 351 rows, containing 5 columns (5 merged, 0 gathered) in 0.005764849 sec., 60886.24350785251 rows/sec., 4.43 MiB/sec. | ||
| 3784 | 2025.02.25 03:51:08.779610 [ 4 ] {6b09e51c-c24f-49c3-8d73-bcd854982839} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.005346 sec., 19266.74148896371 rows/sec., 1.50 MiB/sec. | ||
| 3785 | 2025.02.25 03:51:08.779774 [ 4 ] {6b09e51c-c24f-49c3-8d73-bcd854982839} <Debug> TCPHandler: Processed in 0.005908892 sec. | ||
| 3786 | 2025.02.25 03:51:08.779877 [ 195 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3787 | 2025.02.25 03:51:08.779974 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3788 | 2025.02.25 03:51:08.780173 [ 254 ] {ba990f54-0ac6-4fa7-98fc-43afd7cc2e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3789 | 2025.02.25 03:51:08.780277 [ 254 ] {ba990f54-0ac6-4fa7-98fc-43afd7cc2e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3790 | 2025.02.25 03:51:08.780466 [ 195 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_16_3} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3791 | 2025.02.25 03:51:08.780729 [ 195 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_16_3} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3792 | 2025.02.25 03:51:08.780899 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3793 | 2025.02.25 03:51:08.781266 [ 254 ] {ba990f54-0ac6-4fa7-98fc-43afd7cc2e23} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3794 | 2025.02.25 03:51:08.781308 [ 254 ] {ba990f54-0ac6-4fa7-98fc-43afd7cc2e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3795 | 2025.02.25 03:51:08.781703 [ 254 ] {ba990f54-0ac6-4fa7-98fc-43afd7cc2e23} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3796 | 2025.02.25 03:51:08.781941 [ 254 ] {ba990f54-0ac6-4fa7-98fc-43afd7cc2e23} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3797 | 2025.02.25 03:51:08.782120 [ 254 ] {ba990f54-0ac6-4fa7-98fc-43afd7cc2e23} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002015 sec., 79404.4665012407 rows/sec., 5.53 MiB/sec. | ||
| 3798 | 2025.02.25 03:51:08.782172 [ 254 ] {ba990f54-0ac6-4fa7-98fc-43afd7cc2e23} <Debug> TCPHandler: Processed in 0.002294812 sec. | ||
| 3799 | 2025.02.25 03:51:08.782312 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3800 | 2025.02.25 03:51:08.782420 [ 4 ] {28ce8dbc-9b72-45b0-9f1d-5b8f4218a9c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3801 | 2025.02.25 03:51:08.782487 [ 4 ] {28ce8dbc-9b72-45b0-9f1d-5b8f4218a9c9} <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 | ||
| 3802 | 2025.02.25 03:51:08.783650 [ 4 ] {28ce8dbc-9b72-45b0-9f1d-5b8f4218a9c9} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3803 | 2025.02.25 03:51:08.783687 [ 4 ] {28ce8dbc-9b72-45b0-9f1d-5b8f4218a9c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3804 | 2025.02.25 03:51:08.784380 [ 4 ] {28ce8dbc-9b72-45b0-9f1d-5b8f4218a9c9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3805 | 2025.02.25 03:51:08.784648 [ 4 ] {28ce8dbc-9b72-45b0-9f1d-5b8f4218a9c9} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3806 | 2025.02.25 03:51:08.784913 [ 4 ] {28ce8dbc-9b72-45b0-9f1d-5b8f4218a9c9} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002506 sec., 15562.649640861931 rows/sec., 27.89 MiB/sec. | ||
| 3807 | 2025.02.25 03:51:08.785227 [ 4 ] {28ce8dbc-9b72-45b0-9f1d-5b8f4218a9c9} <Debug> TCPHandler: Processed in 0.002969446 sec. | ||
| 3808 | 2025.02.25 03:51:08.785383 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3809 | 2025.02.25 03:51:08.785511 [ 254 ] {f4f6209c-e934-41e2-86d2-752cf3ad5fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3810 | 2025.02.25 03:51:08.785567 [ 254 ] {f4f6209c-e934-41e2-86d2-752cf3ad5fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3811 | 2025.02.25 03:51:08.786089 [ 254 ] {f4f6209c-e934-41e2-86d2-752cf3ad5fba} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3812 | 2025.02.25 03:51:08.786134 [ 254 ] {f4f6209c-e934-41e2-86d2-752cf3ad5fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3813 | 2025.02.25 03:51:08.786559 [ 254 ] {f4f6209c-e934-41e2-86d2-752cf3ad5fba} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3814 | 2025.02.25 03:51:08.786806 [ 254 ] {f4f6209c-e934-41e2-86d2-752cf3ad5fba} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3815 | 2025.02.25 03:51:08.786990 [ 254 ] {f4f6209c-e934-41e2-86d2-752cf3ad5fba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001508 sec., 39787.798408488066 rows/sec., 2.68 MiB/sec. | ||
| 3816 | 2025.02.25 03:51:08.787101 [ 254 ] {f4f6209c-e934-41e2-86d2-752cf3ad5fba} <Debug> TCPHandler: Processed in 0.00177999 sec. | ||
| 3817 | 2025.02.25 03:51:11.697909 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3818 | 2025.02.25 03:51:11.698219 [ 4 ] {1e4995de-e768-4070-a285-e08e70709485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3819 | 2025.02.25 03:51:11.698335 [ 4 ] {1e4995de-e768-4070-a285-e08e70709485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3820 | 2025.02.25 03:51:11.699269 [ 4 ] {1e4995de-e768-4070-a285-e08e70709485} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3821 | 2025.02.25 03:51:11.699320 [ 4 ] {1e4995de-e768-4070-a285-e08e70709485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3822 | 2025.02.25 03:51:11.699740 [ 4 ] {1e4995de-e768-4070-a285-e08e70709485} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3823 | 2025.02.25 03:51:11.699997 [ 4 ] {1e4995de-e768-4070-a285-e08e70709485} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3824 | 2025.02.25 03:51:11.700281 [ 4 ] {1e4995de-e768-4070-a285-e08e70709485} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00214 sec., 11214.953271028038 rows/sec., 952.83 KiB/sec. | ||
| 3825 | 2025.02.25 03:51:11.700426 [ 4 ] {1e4995de-e768-4070-a285-e08e70709485} <Debug> TCPHandler: Processed in 0.002706581 sec. | ||
| 3826 | 2025.02.25 03:51:11.700617 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3827 | 2025.02.25 03:51:11.700751 [ 254 ] {55107b11-7fba-4a89-9a48-b44aca1c9312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3828 | 2025.02.25 03:51:11.700807 [ 254 ] {55107b11-7fba-4a89-9a48-b44aca1c9312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3829 | 2025.02.25 03:51:11.701464 [ 254 ] {55107b11-7fba-4a89-9a48-b44aca1c9312} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3830 | 2025.02.25 03:51:11.701512 [ 254 ] {55107b11-7fba-4a89-9a48-b44aca1c9312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3831 | 2025.02.25 03:51:11.701898 [ 254 ] {55107b11-7fba-4a89-9a48-b44aca1c9312} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3832 | 2025.02.25 03:51:11.702158 [ 254 ] {55107b11-7fba-4a89-9a48-b44aca1c9312} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3833 | 2025.02.25 03:51:11.702375 [ 254 ] {55107b11-7fba-4a89-9a48-b44aca1c9312} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001649 sec., 2425.712553062462 rows/sec., 197.80 KiB/sec. | ||
| 3834 | 2025.02.25 03:51:11.702562 [ 254 ] {55107b11-7fba-4a89-9a48-b44aca1c9312} <Debug> TCPHandler: Processed in 0.002010035 sec. | ||
| 3835 | 2025.02.25 03:51:11.702712 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3836 | 2025.02.25 03:51:11.702842 [ 4 ] {42ed8e2d-39a0-4e4c-abaf-7e86a1e6b2df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3837 | 2025.02.25 03:51:11.702896 [ 4 ] {42ed8e2d-39a0-4e4c-abaf-7e86a1e6b2df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3838 | 2025.02.25 03:51:11.704199 [ 4 ] {42ed8e2d-39a0-4e4c-abaf-7e86a1e6b2df} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3839 | 2025.02.25 03:51:11.704239 [ 4 ] {42ed8e2d-39a0-4e4c-abaf-7e86a1e6b2df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3840 | 2025.02.25 03:51:11.704667 [ 4 ] {42ed8e2d-39a0-4e4c-abaf-7e86a1e6b2df} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3841 | 2025.02.25 03:51:11.704911 [ 4 ] {42ed8e2d-39a0-4e4c-abaf-7e86a1e6b2df} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3842 | 2025.02.25 03:51:11.705088 [ 117 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3843 | 2025.02.25 03:51:11.705148 [ 4 ] {42ed8e2d-39a0-4e4c-abaf-7e86a1e6b2df} <Debug> executeQuery: Read 1318 rows, 112.08 KiB in 0.002332 sec., 565180.102915952 rows/sec., 46.93 MiB/sec. | ||
| 3844 | 2025.02.25 03:51:11.705176 [ 117 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3845 | 2025.02.25 03:51:11.705245 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3846 | 2025.02.25 03:51:11.705259 [ 4 ] {42ed8e2d-39a0-4e4c-abaf-7e86a1e6b2df} <Debug> TCPHandler: Processed in 0.002598898 sec. | ||
| 3847 | 2025.02.25 03:51:11.705422 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 3848 | 2025.02.25 03:51:11.705437 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3849 | 2025.02.25 03:51:11.705541 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3850 | 2025.02.25 03:51:11.705582 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1963 rows starting from the beginning of the part | ||
| 3851 | 2025.02.25 03:51:11.705596 [ 254 ] {ac5ef983-55d3-4c11-b445-cb10a2cafd7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3852 | 2025.02.25 03:51:11.705660 [ 254 ] {ac5ef983-55d3-4c11-b445-cb10a2cafd7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3853 | 2025.02.25 03:51:11.705734 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part | ||
| 3854 | 2025.02.25 03:51:11.706070 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 140 rows starting from the beginning of the part | ||
| 3855 | 2025.02.25 03:51:11.706429 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 3856 | 2025.02.25 03:51:11.706678 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 134 rows starting from the beginning of the part | ||
| 3857 | 2025.02.25 03:51:11.706944 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1318 rows starting from the beginning of the part | ||
| 3858 | 2025.02.25 03:51:11.707565 [ 254 ] {ac5ef983-55d3-4c11-b445-cb10a2cafd7b} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3859 | 2025.02.25 03:51:11.707610 [ 254 ] {ac5ef983-55d3-4c11-b445-cb10a2cafd7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3860 | 2025.02.25 03:51:11.708101 [ 254 ] {ac5ef983-55d3-4c11-b445-cb10a2cafd7b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3861 | 2025.02.25 03:51:11.708385 [ 254 ] {ac5ef983-55d3-4c11-b445-cb10a2cafd7b} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3862 | 2025.02.25 03:51:11.708600 [ 254 ] {ac5ef983-55d3-4c11-b445-cb10a2cafd7b} <Debug> executeQuery: Read 16 rows, 1.24 KiB in 0.003042 sec., 5259.697567389875 rows/sec., 407.70 KiB/sec. | ||
| 3863 | 2025.02.25 03:51:11.708656 [ 254 ] {ac5ef983-55d3-4c11-b445-cb10a2cafd7b} <Debug> TCPHandler: Processed in 0.003291364 sec. | ||
| 3864 | 2025.02.25 03:51:11.708813 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3865 | 2025.02.25 03:51:11.708900 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3667 rows, containing 5 columns (5 merged, 0 gathered) in 0.003554139 sec., 1031754.807563801 rows/sec., 89.07 MiB/sec. | ||
| 3866 | 2025.02.25 03:51:11.708950 [ 4 ] {74b2ee74-efff-45ac-b348-c2591565418e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3867 | 2025.02.25 03:51:11.708996 [ 4 ] {74b2ee74-efff-45ac-b348-c2591565418e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3868 | 2025.02.25 03:51:11.709124 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3869 | 2025.02.25 03:51:11.709474 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_31_6} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3870 | 2025.02.25 03:51:11.709602 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_31_6} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3871 | 2025.02.25 03:51:11.709689 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 3872 | 2025.02.25 03:51:11.709814 [ 4 ] {74b2ee74-efff-45ac-b348-c2591565418e} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3873 | 2025.02.25 03:51:11.709854 [ 4 ] {74b2ee74-efff-45ac-b348-c2591565418e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3874 | 2025.02.25 03:51:11.710208 [ 4 ] {74b2ee74-efff-45ac-b348-c2591565418e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3875 | 2025.02.25 03:51:11.710456 [ 4 ] {74b2ee74-efff-45ac-b348-c2591565418e} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3876 | 2025.02.25 03:51:11.710749 [ 4 ] {74b2ee74-efff-45ac-b348-c2591565418e} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001798 sec., 140155.72858731926 rows/sec., 9.69 MiB/sec. | ||
| 3877 | 2025.02.25 03:51:11.710881 [ 4 ] {74b2ee74-efff-45ac-b348-c2591565418e} <Debug> TCPHandler: Processed in 0.002137668 sec. | ||
| 3878 | 2025.02.25 03:51:11.711017 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3879 | 2025.02.25 03:51:11.711122 [ 254 ] {8e271cf5-7057-4b76-a1c9-0d8c3d859d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3880 | 2025.02.25 03:51:11.711167 [ 254 ] {8e271cf5-7057-4b76-a1c9-0d8c3d859d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3881 | 2025.02.25 03:51:11.711690 [ 254 ] {8e271cf5-7057-4b76-a1c9-0d8c3d859d50} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3882 | 2025.02.25 03:51:11.711731 [ 254 ] {8e271cf5-7057-4b76-a1c9-0d8c3d859d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3883 | 2025.02.25 03:51:11.712066 [ 254 ] {8e271cf5-7057-4b76-a1c9-0d8c3d859d50} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3884 | 2025.02.25 03:51:11.712298 [ 254 ] {8e271cf5-7057-4b76-a1c9-0d8c3d859d50} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3885 | 2025.02.25 03:51:11.712598 [ 254 ] {8e271cf5-7057-4b76-a1c9-0d8c3d859d50} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001464 sec., 8196.72131147541 rows/sec., 640.37 KiB/sec. | ||
| 3886 | 2025.02.25 03:51:11.712696 [ 254 ] {8e271cf5-7057-4b76-a1c9-0d8c3d859d50} <Debug> TCPHandler: Processed in 0.001729288 sec. | ||
| 3887 | 2025.02.25 03:51:11.712826 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3888 | 2025.02.25 03:51:11.712931 [ 4 ] {f949d9f2-9f4e-41aa-b173-8d7cacdb1017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3889 | 2025.02.25 03:51:11.712977 [ 4 ] {f949d9f2-9f4e-41aa-b173-8d7cacdb1017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3890 | 2025.02.25 03:51:11.713694 [ 4 ] {f949d9f2-9f4e-41aa-b173-8d7cacdb1017} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3891 | 2025.02.25 03:51:11.713735 [ 4 ] {f949d9f2-9f4e-41aa-b173-8d7cacdb1017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3892 | 2025.02.25 03:51:11.714103 [ 4 ] {f949d9f2-9f4e-41aa-b173-8d7cacdb1017} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3893 | 2025.02.25 03:51:11.714335 [ 4 ] {f949d9f2-9f4e-41aa-b173-8d7cacdb1017} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3894 | 2025.02.25 03:51:11.714489 [ 117 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3895 | 2025.02.25 03:51:11.714539 [ 117 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3896 | 2025.02.25 03:51:11.714577 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3897 | 2025.02.25 03:51:11.714577 [ 4 ] {f949d9f2-9f4e-41aa-b173-8d7cacdb1017} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.001656 sec., 338164.2512077295 rows/sec., 25.35 MiB/sec. | ||
| 3898 | 2025.02.25 03:51:11.714722 [ 4 ] {f949d9f2-9f4e-41aa-b173-8d7cacdb1017} <Debug> TCPHandler: Processed in 0.001945934 sec. | ||
| 3899 | 2025.02.25 03:51:11.714763 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 3900 | 2025.02.25 03:51:11.714886 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3901 | 2025.02.25 03:51:11.714893 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3902 | 2025.02.25 03:51:11.714925 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 945 rows starting from the beginning of the part | ||
| 3903 | 2025.02.25 03:51:11.715095 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part | ||
| 3904 | 2025.02.25 03:51:11.715146 [ 254 ] {b79b42ee-61eb-4d6c-ac8b-fe2dfdeb8130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3905 | 2025.02.25 03:51:11.715279 [ 254 ] {b79b42ee-61eb-4d6c-ac8b-fe2dfdeb8130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3906 | 2025.02.25 03:51:11.715279 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 115 rows starting from the beginning of the part | ||
| 3907 | 2025.02.25 03:51:11.715553 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 3908 | 2025.02.25 03:51:11.715789 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 103 rows starting from the beginning of the part | ||
| 3909 | 2025.02.25 03:51:11.716014 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 560 rows starting from the beginning of the part | ||
| 3910 | 2025.02.25 03:51:11.717086 [ 254 ] {b79b42ee-61eb-4d6c-ac8b-fe2dfdeb8130} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3911 | 2025.02.25 03:51:11.717131 [ 254 ] {b79b42ee-61eb-4d6c-ac8b-fe2dfdeb8130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3912 | 2025.02.25 03:51:11.717593 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1851 rows, containing 5 columns (5 merged, 0 gathered) in 0.002941186 sec., 629337.9609450065 rows/sec., 49.39 MiB/sec. | ||
| 3913 | 2025.02.25 03:51:11.717705 [ 254 ] {b79b42ee-61eb-4d6c-ac8b-fe2dfdeb8130} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3914 | 2025.02.25 03:51:11.717762 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3915 | 2025.02.25 03:51:11.718015 [ 254 ] {b79b42ee-61eb-4d6c-ac8b-fe2dfdeb8130} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3916 | 2025.02.25 03:51:11.718069 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_31_6} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3917 | 2025.02.25 03:51:11.718243 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_31_6} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3918 | 2025.02.25 03:51:11.718256 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3919 | 2025.02.25 03:51:11.718368 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3920 | 2025.02.25 03:51:11.718446 [ 254 ] {b79b42ee-61eb-4d6c-ac8b-fe2dfdeb8130} <Debug> executeQuery: Read 978 rows, 67.66 KiB in 0.003359 sec., 291158.082762727 rows/sec., 19.67 MiB/sec. | ||
| 3921 | 2025.02.25 03:51:11.718460 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3922 | 2025.02.25 03:51:11.718468 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 3923 | 2025.02.25 03:51:11.718652 [ 254 ] {b79b42ee-61eb-4d6c-ac8b-fe2dfdeb8130} <Debug> TCPHandler: Processed in 0.003828595 sec. | ||
| 3924 | 2025.02.25 03:51:11.718710 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 3925 | 2025.02.25 03:51:11.718796 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3926 | 2025.02.25 03:51:11.718808 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3927 | 2025.02.25 03:51:11.718845 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8116 rows starting from the beginning of the part | ||
| 3928 | 2025.02.25 03:51:11.718973 [ 4 ] {7f260553-da9f-4bb5-bdac-f1af1814e251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3929 | 2025.02.25 03:51:11.718986 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 3930 | 2025.02.25 03:51:11.719060 [ 4 ] {7f260553-da9f-4bb5-bdac-f1af1814e251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3931 | 2025.02.25 03:51:11.719226 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 166 rows starting from the beginning of the part | ||
| 3932 | 2025.02.25 03:51:11.719612 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 3933 | 2025.02.25 03:51:11.719866 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 3934 | 2025.02.25 03:51:11.720080 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 978 rows starting from the beginning of the part | ||
| 3935 | 2025.02.25 03:51:11.720591 [ 4 ] {7f260553-da9f-4bb5-bdac-f1af1814e251} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3936 | 2025.02.25 03:51:11.720637 [ 4 ] {7f260553-da9f-4bb5-bdac-f1af1814e251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3937 | 2025.02.25 03:51:11.721106 [ 4 ] {7f260553-da9f-4bb5-bdac-f1af1814e251} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3938 | 2025.02.25 03:51:11.721451 [ 4 ] {7f260553-da9f-4bb5-bdac-f1af1814e251} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3939 | 2025.02.25 03:51:11.721665 [ 117 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3940 | 2025.02.25 03:51:11.721725 [ 117 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3941 | 2025.02.25 03:51:11.721759 [ 4 ] {7f260553-da9f-4bb5-bdac-f1af1814e251} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.002859 sec., 11892.270024484085 rows/sec., 824.90 KiB/sec. | ||
| 3942 | 2025.02.25 03:51:11.721768 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3943 | 2025.02.25 03:51:11.721924 [ 4 ] {7f260553-da9f-4bb5-bdac-f1af1814e251} <Debug> TCPHandler: Processed in 0.003183081 sec. | ||
| 3944 | 2025.02.25 03:51:11.722033 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 3945 | 2025.02.25 03:51:11.722131 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3946 | 2025.02.25 03:51:11.722160 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1288 rows starting from the beginning of the part | ||
| 3947 | 2025.02.25 03:51:11.722230 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 3948 | 2025.02.25 03:51:11.722507 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 3949 | 2025.02.25 03:51:11.722750 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 3950 | 2025.02.25 03:51:11.722858 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 3951 | 2025.02.25 03:51:11.722978 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part | ||
| 3952 | 2025.02.25 03:51:11.723873 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9740 rows, containing 5 columns (5 merged, 0 gathered) in 0.005223667 sec., 1864590.5261571994 rows/sec., 127.52 MiB/sec. | ||
| 3953 | 2025.02.25 03:51:11.724421 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3954 | 2025.02.25 03:51:11.724915 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1562 rows, containing 4 columns (4 merged, 0 gathered) in 0.003005978 sec., 519631.214865844 rows/sec., 34.88 MiB/sec. | ||
| 3955 | 2025.02.25 03:51:11.725225 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3956 | 2025.02.25 03:51:11.725232 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3957 | 2025.02.25 03:51:11.725354 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3958 | 2025.02.25 03:51:11.725448 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.60 MiB. | ||
| 3959 | 2025.02.25 03:51:11.725564 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_31_6} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3960 | 2025.02.25 03:51:11.725641 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_31_6} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3961 | 2025.02.25 03:51:11.725714 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3962 | 2025.02.25 03:51:13.764198 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3963 | 2025.02.25 03:51:13.764403 [ 4 ] {dc0bac7c-2473-451a-b2f6-d5975ffa04c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3964 | 2025.02.25 03:51:13.764482 [ 4 ] {dc0bac7c-2473-451a-b2f6-d5975ffa04c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3965 | 2025.02.25 03:51:13.765268 [ 4 ] {dc0bac7c-2473-451a-b2f6-d5975ffa04c5} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3966 | 2025.02.25 03:51:13.765322 [ 4 ] {dc0bac7c-2473-451a-b2f6-d5975ffa04c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3967 | 2025.02.25 03:51:13.765750 [ 4 ] {dc0bac7c-2473-451a-b2f6-d5975ffa04c5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3968 | 2025.02.25 03:51:13.766013 [ 4 ] {dc0bac7c-2473-451a-b2f6-d5975ffa04c5} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3969 | 2025.02.25 03:51:13.766258 [ 4 ] {dc0bac7c-2473-451a-b2f6-d5975ffa04c5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001909 sec., 29334.73022524882 rows/sec., 2.24 MiB/sec. | ||
| 3970 | 2025.02.25 03:51:13.766322 [ 4 ] {dc0bac7c-2473-451a-b2f6-d5975ffa04c5} <Debug> TCPHandler: Processed in 0.002257461 sec. | ||
| 3971 | 2025.02.25 03:51:13.766498 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3972 | 2025.02.25 03:51:13.766622 [ 254 ] {bbb465fb-4eb4-42b3-9e88-c817ae0dabd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3973 | 2025.02.25 03:51:13.766671 [ 254 ] {bbb465fb-4eb4-42b3-9e88-c817ae0dabd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3974 | 2025.02.25 03:51:13.767255 [ 254 ] {bbb465fb-4eb4-42b3-9e88-c817ae0dabd2} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3975 | 2025.02.25 03:51:13.767297 [ 254 ] {bbb465fb-4eb4-42b3-9e88-c817ae0dabd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3976 | 2025.02.25 03:51:13.767680 [ 254 ] {bbb465fb-4eb4-42b3-9e88-c817ae0dabd2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3977 | 2025.02.25 03:51:13.767916 [ 254 ] {bbb465fb-4eb4-42b3-9e88-c817ae0dabd2} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3978 | 2025.02.25 03:51:13.768137 [ 254 ] {bbb465fb-4eb4-42b3-9e88-c817ae0dabd2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001543 sec., 41477.64095917044 rows/sec., 3.24 MiB/sec. | ||
| 3979 | 2025.02.25 03:51:13.768191 [ 254 ] {bbb465fb-4eb4-42b3-9e88-c817ae0dabd2} <Debug> TCPHandler: Processed in 0.0017515 sec. | ||
| 3980 | 2025.02.25 03:51:13.768341 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3981 | 2025.02.25 03:51:13.768451 [ 4 ] {173151e6-871f-406b-a30b-cd2920283148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3982 | 2025.02.25 03:51:13.768502 [ 4 ] {173151e6-871f-406b-a30b-cd2920283148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3983 | 2025.02.25 03:51:13.769007 [ 4 ] {173151e6-871f-406b-a30b-cd2920283148} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3984 | 2025.02.25 03:51:13.769048 [ 4 ] {173151e6-871f-406b-a30b-cd2920283148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3985 | 2025.02.25 03:51:13.769452 [ 4 ] {173151e6-871f-406b-a30b-cd2920283148} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3986 | 2025.02.25 03:51:13.769720 [ 4 ] {173151e6-871f-406b-a30b-cd2920283148} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3987 | 2025.02.25 03:51:13.769934 [ 4 ] {173151e6-871f-406b-a30b-cd2920283148} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001507 sec., 43795.620437956204 rows/sec., 3.06 MiB/sec. | ||
| 3988 | 2025.02.25 03:51:13.769988 [ 4 ] {173151e6-871f-406b-a30b-cd2920283148} <Debug> TCPHandler: Processed in 0.001703908 sec. | ||
| 3989 | 2025.02.25 03:51:13.770168 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3990 | 2025.02.25 03:51:13.770297 [ 254 ] {831f86a1-0403-4084-b2ce-6ecee160ef80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3991 | 2025.02.25 03:51:13.770354 [ 254 ] {831f86a1-0403-4084-b2ce-6ecee160ef80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3992 | 2025.02.25 03:51:13.770859 [ 254 ] {831f86a1-0403-4084-b2ce-6ecee160ef80} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3993 | 2025.02.25 03:51:13.770899 [ 254 ] {831f86a1-0403-4084-b2ce-6ecee160ef80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3994 | 2025.02.25 03:51:13.771264 [ 254 ] {831f86a1-0403-4084-b2ce-6ecee160ef80} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3995 | 2025.02.25 03:51:13.771504 [ 254 ] {831f86a1-0403-4084-b2ce-6ecee160ef80} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3996 | 2025.02.25 03:51:13.771721 [ 254 ] {831f86a1-0403-4084-b2ce-6ecee160ef80} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001452 sec., 17906.336088154272 rows/sec., 1.20 MiB/sec. | ||
| 3997 | 2025.02.25 03:51:13.771786 [ 254 ] {831f86a1-0403-4084-b2ce-6ecee160ef80} <Debug> TCPHandler: Processed in 0.001681328 sec. | ||
| 3998 | 2025.02.25 03:51:15.385436 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 3999 | 2025.02.25 03:51:15.386111 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4000 | 2025.02.25 03:51:15.386161 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4001 | 2025.02.25 03:51:15.386687 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4002 | 2025.02.25 03:51:15.386952 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4003 | 2025.02.25 03:51:15.387166 [ 113 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4004 | 2025.02.25 03:51:15.387229 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4005 | 2025.02.25 03:51:15.387254 [ 113 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4006 | 2025.02.25 03:51:15.387284 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4007 | 2025.02.25 03:51:15.387400 [ 188 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 4008 | 2025.02.25 03:51:15.387507 [ 188 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4009 | 2025.02.25 03:51:15.387541 [ 188 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 4010 | 2025.02.25 03:51:15.387604 [ 188 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part | ||
| 4011 | 2025.02.25 03:51:15.387693 [ 188 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part | ||
| 4012 | 2025.02.25 03:51:15.387924 [ 188 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part | ||
| 4013 | 2025.02.25 03:51:15.388126 [ 188 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part | ||
| 4014 | 2025.02.25 03:51:15.388197 [ 188 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
| 4015 | 2025.02.25 03:51:15.390548 [ 200 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003202391 sec., 3028674.512262868 rows/sec., 43.33 MiB/sec. | ||
| 4016 | 2025.02.25 03:51:15.390772 [ 200 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4017 | 2025.02.25 03:51:15.391053 [ 200 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_21_4} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4018 | 2025.02.25 03:51:15.391127 [ 200 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_21_4} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4019 | 2025.02.25 03:51:15.391205 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. | ||
| 4020 | 2025.02.25 03:51:16.025385 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4021 | 2025.02.25 03:51:16.046728 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4022 | 2025.02.25 03:51:16.046805 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4023 | 2025.02.25 03:51:16.054848 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4024 | 2025.02.25 03:51:16.055761 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4025 | 2025.02.25 03:51:16.056154 [ 112 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4026 | 2025.02.25 03:51:16.056298 [ 112 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4027 | 2025.02.25 03:51:16.056378 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4028 | 2025.02.25 03:51:16.056823 [ 188 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 4029 | 2025.02.25 03:51:16.075021 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4030 | 2025.02.25 03:51:16.076430 [ 188 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4031 | 2025.02.25 03:51:16.078192 [ 188 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 4032 | 2025.02.25 03:51:16.084124 [ 188 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 4033 | 2025.02.25 03:51:16.089755 [ 188 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 4034 | 2025.02.25 03:51:16.095329 [ 188 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 4035 | 2025.02.25 03:51:16.100915 [ 188 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 4036 | 2025.02.25 03:51:16.105505 [ 188 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 4037 | 2025.02.25 03:51:16.166189 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.109663762 sec., 1449.8864264751378 rows/sec., 7.50 MiB/sec. | ||
| 4038 | 2025.02.25 03:51:16.168970 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4039 | 2025.02.25 03:51:16.171899 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_21_4} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4040 | 2025.02.25 03:51:16.172020 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_21_4} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4041 | 2025.02.25 03:51:16.174479 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4042 | 2025.02.25 03:51:17.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.92 MiB, peak 192.48 MiB, free memory in arenas 0.00 B, will set to 183.64 MiB (RSS), difference: 1.72 MiB | ||
| 4043 | 2025.02.25 03:51:17.912935 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 564 | ||
| 4044 | 2025.02.25 03:51:17.916048 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4045 | 2025.02.25 03:51:17.916095 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4046 | 2025.02.25 03:51:17.917589 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4047 | 2025.02.25 03:51:17.918022 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4048 | 2025.02.25 03:51:17.918799 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 564 | ||
| 4049 | 2025.02.25 03:51:18.770991 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4050 | 2025.02.25 03:51:18.771326 [ 4 ] {dbc87f8e-6410-4689-90ff-92bf4df06ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4051 | 2025.02.25 03:51:18.771444 [ 4 ] {dbc87f8e-6410-4689-90ff-92bf4df06ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4052 | 2025.02.25 03:51:18.772499 [ 4 ] {dbc87f8e-6410-4689-90ff-92bf4df06ed6} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4053 | 2025.02.25 03:51:18.772550 [ 4 ] {dbc87f8e-6410-4689-90ff-92bf4df06ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4054 | 2025.02.25 03:51:18.773019 [ 4 ] {dbc87f8e-6410-4689-90ff-92bf4df06ed6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4055 | 2025.02.25 03:51:18.773283 [ 4 ] {dbc87f8e-6410-4689-90ff-92bf4df06ed6} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4056 | 2025.02.25 03:51:18.773656 [ 4 ] {dbc87f8e-6410-4689-90ff-92bf4df06ed6} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002411 sec., 55578.59809207798 rows/sec., 4.78 MiB/sec. | ||
| 4057 | 2025.02.25 03:51:18.773774 [ 4 ] {dbc87f8e-6410-4689-90ff-92bf4df06ed6} <Debug> TCPHandler: Processed in 0.002972316 sec. | ||
| 4058 | 2025.02.25 03:51:18.774045 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4059 | 2025.02.25 03:51:18.774216 [ 254 ] {67f8b4bd-3316-4d7c-8d96-3c9e842cdad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4060 | 2025.02.25 03:51:18.774277 [ 254 ] {67f8b4bd-3316-4d7c-8d96-3c9e842cdad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4061 | 2025.02.25 03:51:18.774957 [ 254 ] {67f8b4bd-3316-4d7c-8d96-3c9e842cdad2} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4062 | 2025.02.25 03:51:18.774999 [ 254 ] {67f8b4bd-3316-4d7c-8d96-3c9e842cdad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4063 | 2025.02.25 03:51:18.775370 [ 254 ] {67f8b4bd-3316-4d7c-8d96-3c9e842cdad2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4064 | 2025.02.25 03:51:18.775634 [ 254 ] {67f8b4bd-3316-4d7c-8d96-3c9e842cdad2} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4065 | 2025.02.25 03:51:18.775859 [ 254 ] {67f8b4bd-3316-4d7c-8d96-3c9e842cdad2} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001681 sec., 23200.475907198095 rows/sec., 1.70 MiB/sec. | ||
| 4066 | 2025.02.25 03:51:18.775913 [ 254 ] {67f8b4bd-3316-4d7c-8d96-3c9e842cdad2} <Debug> TCPHandler: Processed in 0.002003144 sec. | ||
| 4067 | 2025.02.25 03:51:18.776049 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4068 | 2025.02.25 03:51:18.776159 [ 4 ] {33720d9a-6b57-4089-8303-fdba0e679435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4069 | 2025.02.25 03:51:18.776205 [ 4 ] {33720d9a-6b57-4089-8303-fdba0e679435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4070 | 2025.02.25 03:51:18.776798 [ 4 ] {33720d9a-6b57-4089-8303-fdba0e679435} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4071 | 2025.02.25 03:51:18.776840 [ 4 ] {33720d9a-6b57-4089-8303-fdba0e679435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4072 | 2025.02.25 03:51:18.777207 [ 4 ] {33720d9a-6b57-4089-8303-fdba0e679435} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4073 | 2025.02.25 03:51:18.777451 [ 4 ] {33720d9a-6b57-4089-8303-fdba0e679435} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4074 | 2025.02.25 03:51:18.777666 [ 4 ] {33720d9a-6b57-4089-8303-fdba0e679435} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001529 sec., 67364.29038587312 rows/sec., 5.26 MiB/sec. | ||
| 4075 | 2025.02.25 03:51:18.777721 [ 4 ] {33720d9a-6b57-4089-8303-fdba0e679435} <Debug> TCPHandler: Processed in 0.001723899 sec. | ||
| 4076 | 2025.02.25 03:51:18.777863 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4077 | 2025.02.25 03:51:18.777981 [ 254 ] {f6f4488f-17e2-46cd-8e7f-0d23ad6573f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4078 | 2025.02.25 03:51:18.778039 [ 254 ] {f6f4488f-17e2-46cd-8e7f-0d23ad6573f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4079 | 2025.02.25 03:51:18.778681 [ 254 ] {f6f4488f-17e2-46cd-8e7f-0d23ad6573f0} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4080 | 2025.02.25 03:51:18.778729 [ 254 ] {f6f4488f-17e2-46cd-8e7f-0d23ad6573f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4081 | 2025.02.25 03:51:18.779143 [ 254 ] {f6f4488f-17e2-46cd-8e7f-0d23ad6573f0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4082 | 2025.02.25 03:51:18.779373 [ 254 ] {f6f4488f-17e2-46cd-8e7f-0d23ad6573f0} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4083 | 2025.02.25 03:51:18.779595 [ 254 ] {f6f4488f-17e2-46cd-8e7f-0d23ad6573f0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001643 sec., 97382.83627510651 rows/sec., 6.78 MiB/sec. | ||
| 4084 | 2025.02.25 03:51:18.779721 [ 254 ] {f6f4488f-17e2-46cd-8e7f-0d23ad6573f0} <Debug> TCPHandler: Processed in 0.001907732 sec. | ||
| 4085 | 2025.02.25 03:51:18.779871 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4086 | 2025.02.25 03:51:18.779981 [ 4 ] {54061f38-2244-417f-8104-7cf56c1050eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4087 | 2025.02.25 03:51:18.780048 [ 4 ] {54061f38-2244-417f-8104-7cf56c1050eb} <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 | ||
| 4088 | 2025.02.25 03:51:18.781185 [ 4 ] {54061f38-2244-417f-8104-7cf56c1050eb} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4089 | 2025.02.25 03:51:18.781225 [ 4 ] {54061f38-2244-417f-8104-7cf56c1050eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4090 | 2025.02.25 03:51:18.781912 [ 4 ] {54061f38-2244-417f-8104-7cf56c1050eb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4091 | 2025.02.25 03:51:18.782181 [ 4 ] {54061f38-2244-417f-8104-7cf56c1050eb} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4092 | 2025.02.25 03:51:18.782432 [ 4 ] {54061f38-2244-417f-8104-7cf56c1050eb} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002469 sec., 15795.868772782504 rows/sec., 28.31 MiB/sec. | ||
| 4093 | 2025.02.25 03:51:18.782685 [ 4 ] {54061f38-2244-417f-8104-7cf56c1050eb} <Debug> TCPHandler: Processed in 0.002865004 sec. | ||
| 4094 | 2025.02.25 03:51:18.782830 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4095 | 2025.02.25 03:51:18.782958 [ 254 ] {1151e88c-403b-4f1b-918e-7febde833b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4096 | 2025.02.25 03:51:18.783013 [ 254 ] {1151e88c-403b-4f1b-918e-7febde833b69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4097 | 2025.02.25 03:51:18.783533 [ 254 ] {1151e88c-403b-4f1b-918e-7febde833b69} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4098 | 2025.02.25 03:51:18.783578 [ 254 ] {1151e88c-403b-4f1b-918e-7febde833b69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4099 | 2025.02.25 03:51:18.783997 [ 254 ] {1151e88c-403b-4f1b-918e-7febde833b69} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4100 | 2025.02.25 03:51:18.784226 [ 254 ] {1151e88c-403b-4f1b-918e-7febde833b69} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4101 | 2025.02.25 03:51:18.784436 [ 254 ] {1151e88c-403b-4f1b-918e-7febde833b69} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001507 sec., 39814.200398142 rows/sec., 2.68 MiB/sec. | ||
| 4102 | 2025.02.25 03:51:18.784485 [ 254 ] {1151e88c-403b-4f1b-918e-7febde833b69} <Debug> TCPHandler: Processed in 0.001717128 sec. | ||
| 4103 | 2025.02.25 03:51:22.416691 [ 106 ] {} <Debug> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4104 | 2025.02.25 03:51:22.416757 [ 106 ] {} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4105 | 2025.02.25 03:51:22.416781 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4106 | 2025.02.25 03:51:22.416972 [ 199 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 4107 | 2025.02.25 03:51:22.417144 [ 199 ] {499813d5-c841-4141-9420-e02818928f28::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4108 | 2025.02.25 03:51:22.417181 [ 199 ] {499813d5-c841-4141-9420-e02818928f28::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 4109 | 2025.02.25 03:51:22.417263 [ 199 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 4110 | 2025.02.25 03:51:22.417542 [ 199 ] {499813d5-c841-4141-9420-e02818928f28::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 4111 | 2025.02.25 03:51:22.417759 [ 199 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 4112 | 2025.02.25 03:51:22.417963 [ 199 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 4113 | 2025.02.25 03:51:22.419133 [ 194 ] {499813d5-c841-4141-9420-e02818928f28::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002281181 sec., 13151.082706720772 rows/sec., 1.10 MiB/sec. | ||
| 4114 | 2025.02.25 03:51:22.419351 [ 189 ] {499813d5-c841-4141-9420-e02818928f28::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4115 | 2025.02.25 03:51:22.419768 [ 189 ] {499813d5-c841-4141-9420-e02818928f28::all_1_5_1} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4116 | 2025.02.25 03:51:22.419872 [ 189 ] {499813d5-c841-4141-9420-e02818928f28::all_1_5_1} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4117 | 2025.02.25 03:51:22.419988 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4118 | 2025.02.25 03:51:22.671908 [ 106 ] {} <Debug> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4119 | 2025.02.25 03:51:22.671961 [ 106 ] {} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4120 | 2025.02.25 03:51:22.671986 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4121 | 2025.02.25 03:51:22.672245 [ 199 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 4122 | 2025.02.25 03:51:22.672452 [ 199 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4123 | 2025.02.25 03:51:22.672496 [ 199 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 4124 | 2025.02.25 03:51:22.672631 [ 199 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 4125 | 2025.02.25 03:51:22.672846 [ 199 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 4126 | 2025.02.25 03:51:22.673069 [ 199 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 4127 | 2025.02.25 03:51:22.673258 [ 199 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 4128 | 2025.02.25 03:51:22.674387 [ 194 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.002316152 sec., 69080.09491605041 rows/sec., 4.60 MiB/sec. | ||
| 4129 | 2025.02.25 03:51:22.674595 [ 194 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4130 | 2025.02.25 03:51:22.674984 [ 194 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_5_1} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4131 | 2025.02.25 03:51:22.675088 [ 194 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_5_1} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4132 | 2025.02.25 03:51:22.675185 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4133 | 2025.02.25 03:51:22.780841 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4134 | 2025.02.25 03:51:22.780875 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4135 | 2025.02.25 03:51:22.841777 [ 106 ] {} <Debug> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4136 | 2025.02.25 03:51:22.841817 [ 106 ] {} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4137 | 2025.02.25 03:51:22.841843 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4138 | 2025.02.25 03:51:22.842022 [ 198 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 4139 | 2025.02.25 03:51:22.842199 [ 198 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4140 | 2025.02.25 03:51:22.842234 [ 198 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 4141 | 2025.02.25 03:51:22.842355 [ 198 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 4142 | 2025.02.25 03:51:22.842587 [ 198 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 4143 | 2025.02.25 03:51:22.842763 [ 198 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 4144 | 2025.02.25 03:51:22.842960 [ 198 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 4145 | 2025.02.25 03:51:22.844099 [ 194 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 5 columns (5 merged, 0 gathered) in 0.002198379 sec., 140103.2306076432 rows/sec., 10.29 MiB/sec. | ||
| 4146 | 2025.02.25 03:51:22.844225 [ 198 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4147 | 2025.02.25 03:51:22.844486 [ 198 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_5_1} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4148 | 2025.02.25 03:51:22.844558 [ 198 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_5_1} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4149 | 2025.02.25 03:51:22.844626 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 4150 | 2025.02.25 03:51:22.887369 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4151 | 2025.02.25 03:51:22.888094 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4152 | 2025.02.25 03:51:22.888140 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4153 | 2025.02.25 03:51:22.888751 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4154 | 2025.02.25 03:51:22.889013 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4155 | 2025.02.25 03:51:22.889246 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4156 | 2025.02.25 03:51:23.575143 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4157 | 2025.02.25 03:51:23.594319 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4158 | 2025.02.25 03:51:23.594389 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4159 | 2025.02.25 03:51:23.601846 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4160 | 2025.02.25 03:51:23.602637 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4161 | 2025.02.25 03:51:23.606023 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4162 | 2025.02.25 03:51:23.768159 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4163 | 2025.02.25 03:51:23.768471 [ 4 ] {b12c9742-4bf7-452c-895f-3a0353b5ffab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4164 | 2025.02.25 03:51:23.768589 [ 4 ] {b12c9742-4bf7-452c-895f-3a0353b5ffab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4165 | 2025.02.25 03:51:23.769606 [ 4 ] {b12c9742-4bf7-452c-895f-3a0353b5ffab} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4166 | 2025.02.25 03:51:23.769655 [ 4 ] {b12c9742-4bf7-452c-895f-3a0353b5ffab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4167 | 2025.02.25 03:51:23.770124 [ 4 ] {b12c9742-4bf7-452c-895f-3a0353b5ffab} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4168 | 2025.02.25 03:51:23.770386 [ 4 ] {b12c9742-4bf7-452c-895f-3a0353b5ffab} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4169 | 2025.02.25 03:51:23.770628 [ 4 ] {b12c9742-4bf7-452c-895f-3a0353b5ffab} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002242 sec., 24977.698483496875 rows/sec., 1.91 MiB/sec. | ||
| 4170 | 2025.02.25 03:51:23.770695 [ 4 ] {b12c9742-4bf7-452c-895f-3a0353b5ffab} <Debug> TCPHandler: Processed in 0.002726161 sec. | ||
| 4171 | 2025.02.25 03:51:23.770868 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4172 | 2025.02.25 03:51:23.771014 [ 254 ] {f991782d-76d1-425a-a3c6-ef2edb62b846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4173 | 2025.02.25 03:51:23.771072 [ 254 ] {f991782d-76d1-425a-a3c6-ef2edb62b846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4174 | 2025.02.25 03:51:23.771656 [ 254 ] {f991782d-76d1-425a-a3c6-ef2edb62b846} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4175 | 2025.02.25 03:51:23.771698 [ 254 ] {f991782d-76d1-425a-a3c6-ef2edb62b846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4176 | 2025.02.25 03:51:23.772092 [ 254 ] {f991782d-76d1-425a-a3c6-ef2edb62b846} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4177 | 2025.02.25 03:51:23.772333 [ 254 ] {f991782d-76d1-425a-a3c6-ef2edb62b846} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4178 | 2025.02.25 03:51:23.772551 [ 254 ] {f991782d-76d1-425a-a3c6-ef2edb62b846} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001572 sec., 40712.46819338422 rows/sec., 3.18 MiB/sec. | ||
| 4179 | 2025.02.25 03:51:23.772604 [ 254 ] {f991782d-76d1-425a-a3c6-ef2edb62b846} <Debug> TCPHandler: Processed in 0.001806101 sec. | ||
| 4180 | 2025.02.25 03:51:23.772733 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4181 | 2025.02.25 03:51:23.772844 [ 4 ] {931e6e69-b449-4682-a263-1a0b348ce8f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4182 | 2025.02.25 03:51:23.772894 [ 4 ] {931e6e69-b449-4682-a263-1a0b348ce8f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4183 | 2025.02.25 03:51:23.773422 [ 4 ] {931e6e69-b449-4682-a263-1a0b348ce8f4} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4184 | 2025.02.25 03:51:23.773462 [ 4 ] {931e6e69-b449-4682-a263-1a0b348ce8f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4185 | 2025.02.25 03:51:23.773859 [ 4 ] {931e6e69-b449-4682-a263-1a0b348ce8f4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4186 | 2025.02.25 03:51:23.774100 [ 4 ] {931e6e69-b449-4682-a263-1a0b348ce8f4} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4187 | 2025.02.25 03:51:23.774289 [ 4 ] {931e6e69-b449-4682-a263-1a0b348ce8f4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001465 sec., 109215.01706484643 rows/sec., 7.61 MiB/sec. | ||
| 4188 | 2025.02.25 03:51:23.774368 [ 4 ] {931e6e69-b449-4682-a263-1a0b348ce8f4} <Debug> TCPHandler: Processed in 0.001685598 sec. | ||
| 4189 | 2025.02.25 03:51:23.774532 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4190 | 2025.02.25 03:51:23.774661 [ 254 ] {26b20ef7-2e26-4caa-92cd-9c26348c5b13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4191 | 2025.02.25 03:51:23.774718 [ 254 ] {26b20ef7-2e26-4caa-92cd-9c26348c5b13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4192 | 2025.02.25 03:51:23.775224 [ 254 ] {26b20ef7-2e26-4caa-92cd-9c26348c5b13} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4193 | 2025.02.25 03:51:23.775261 [ 254 ] {26b20ef7-2e26-4caa-92cd-9c26348c5b13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4194 | 2025.02.25 03:51:23.775642 [ 254 ] {26b20ef7-2e26-4caa-92cd-9c26348c5b13} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4195 | 2025.02.25 03:51:23.775887 [ 254 ] {26b20ef7-2e26-4caa-92cd-9c26348c5b13} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4196 | 2025.02.25 03:51:23.776062 [ 254 ] {26b20ef7-2e26-4caa-92cd-9c26348c5b13} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001431 sec., 41928.7211740042 rows/sec., 2.83 MiB/sec. | ||
| 4197 | 2025.02.25 03:51:23.776110 [ 254 ] {26b20ef7-2e26-4caa-92cd-9c26348c5b13} <Debug> TCPHandler: Processed in 0.001659677 sec. | ||
| 4198 | 2025.02.25 03:51:27.919006 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 584 | ||
| 4199 | 2025.02.25 03:51:27.921789 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4200 | 2025.02.25 03:51:27.921841 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4201 | 2025.02.25 03:51:27.923334 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4202 | 2025.02.25 03:51:27.923660 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4203 | 2025.02.25 03:51:27.923830 [ 101 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4204 | 2025.02.25 03:51:27.923886 [ 101 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4205 | 2025.02.25 03:51:27.923922 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4206 | 2025.02.25 03:51:27.924785 [ 186 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::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 | ||
| 4207 | 2025.02.25 03:51:27.925471 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 584 | ||
| 4208 | 2025.02.25 03:51:27.925946 [ 186 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4209 | 2025.02.25 03:51:27.926122 [ 186 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::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 | ||
| 4210 | 2025.02.25 03:51:27.926819 [ 186 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part | ||
| 4211 | 2025.02.25 03:51:27.927525 [ 186 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 20 rows starting from the beginning of the part | ||
| 4212 | 2025.02.25 03:51:27.928173 [ 186 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 22 rows starting from the beginning of the part | ||
| 4213 | 2025.02.25 03:51:27.928854 [ 186 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 38 rows starting from the beginning of the part | ||
| 4214 | 2025.02.25 03:51:27.929662 [ 186 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 20 rows starting from the beginning of the part | ||
| 4215 | 2025.02.25 03:51:27.938257 [ 197 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 72 columns (72 merged, 0 gathered) in 0.014204768 sec., 41112.955875097716 rows/sec., 37.81 MiB/sec. | ||
| 4216 | 2025.02.25 03:51:27.939427 [ 197 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4217 | 2025.02.25 03:51:27.940262 [ 197 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_16_3} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4218 | 2025.02.25 03:51:27.940346 [ 197 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_16_3} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4219 | 2025.02.25 03:51:27.940665 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. | ||
| 4220 | 2025.02.25 03:51:28.770202 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4221 | 2025.02.25 03:51:28.770447 [ 4 ] {858b7d65-2f9b-4371-a4dc-56f56196fe45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4222 | 2025.02.25 03:51:28.770529 [ 4 ] {858b7d65-2f9b-4371-a4dc-56f56196fe45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4223 | 2025.02.25 03:51:28.771343 [ 4 ] {858b7d65-2f9b-4371-a4dc-56f56196fe45} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4224 | 2025.02.25 03:51:28.771392 [ 4 ] {858b7d65-2f9b-4371-a4dc-56f56196fe45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4225 | 2025.02.25 03:51:28.771811 [ 4 ] {858b7d65-2f9b-4371-a4dc-56f56196fe45} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4226 | 2025.02.25 03:51:28.772079 [ 4 ] {858b7d65-2f9b-4371-a4dc-56f56196fe45} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4227 | 2025.02.25 03:51:28.772314 [ 4 ] {858b7d65-2f9b-4371-a4dc-56f56196fe45} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001925 sec., 1038.9610389610389 rows/sec., 84.72 KiB/sec. | ||
| 4228 | 2025.02.25 03:51:28.772377 [ 4 ] {858b7d65-2f9b-4371-a4dc-56f56196fe45} <Debug> TCPHandler: Processed in 0.002362683 sec. | ||
| 4229 | 2025.02.25 03:51:28.772563 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4230 | 2025.02.25 03:51:28.772708 [ 254 ] {6ad0ef93-4a82-4e03-9c90-8bef237784c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4231 | 2025.02.25 03:51:28.772765 [ 254 ] {6ad0ef93-4a82-4e03-9c90-8bef237784c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4232 | 2025.02.25 03:51:28.773460 [ 254 ] {6ad0ef93-4a82-4e03-9c90-8bef237784c7} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4233 | 2025.02.25 03:51:28.773501 [ 254 ] {6ad0ef93-4a82-4e03-9c90-8bef237784c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4234 | 2025.02.25 03:51:28.773892 [ 254 ] {6ad0ef93-4a82-4e03-9c90-8bef237784c7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4235 | 2025.02.25 03:51:28.774138 [ 254 ] {6ad0ef93-4a82-4e03-9c90-8bef237784c7} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4236 | 2025.02.25 03:51:28.774361 [ 254 ] {6ad0ef93-4a82-4e03-9c90-8bef237784c7} <Debug> executeQuery: Read 135 rows, 11.88 KiB in 0.001686 sec., 80071.1743772242 rows/sec., 6.88 MiB/sec. | ||
| 4237 | 2025.02.25 03:51:28.774415 [ 254 ] {6ad0ef93-4a82-4e03-9c90-8bef237784c7} <Debug> TCPHandler: Processed in 0.001922523 sec. | ||
| 4238 | 2025.02.25 03:51:28.774578 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4239 | 2025.02.25 03:51:28.774715 [ 4 ] {afd06944-eb67-40bb-bf04-72cc6c5daa5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4240 | 2025.02.25 03:51:28.774771 [ 4 ] {afd06944-eb67-40bb-bf04-72cc6c5daa5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4241 | 2025.02.25 03:51:28.775386 [ 4 ] {afd06944-eb67-40bb-bf04-72cc6c5daa5a} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4242 | 2025.02.25 03:51:28.775426 [ 4 ] {afd06944-eb67-40bb-bf04-72cc6c5daa5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4243 | 2025.02.25 03:51:28.775772 [ 4 ] {afd06944-eb67-40bb-bf04-72cc6c5daa5a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4244 | 2025.02.25 03:51:28.776011 [ 4 ] {afd06944-eb67-40bb-bf04-72cc6c5daa5a} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4245 | 2025.02.25 03:51:28.776186 [ 4 ] {afd06944-eb67-40bb-bf04-72cc6c5daa5a} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.001507 sec., 27206.3702720637 rows/sec., 1.99 MiB/sec. | ||
| 4246 | 2025.02.25 03:51:28.776237 [ 4 ] {afd06944-eb67-40bb-bf04-72cc6c5daa5a} <Debug> TCPHandler: Processed in 0.001723948 sec. | ||
| 4247 | 2025.02.25 03:51:28.776378 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4248 | 2025.02.25 03:51:28.776507 [ 254 ] {a03a78a5-0f5f-48dd-b2bb-b7856fa229a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4249 | 2025.02.25 03:51:28.776562 [ 254 ] {a03a78a5-0f5f-48dd-b2bb-b7856fa229a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4250 | 2025.02.25 03:51:28.777224 [ 254 ] {a03a78a5-0f5f-48dd-b2bb-b7856fa229a6} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4251 | 2025.02.25 03:51:28.777269 [ 254 ] {a03a78a5-0f5f-48dd-b2bb-b7856fa229a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4252 | 2025.02.25 03:51:28.777625 [ 254 ] {a03a78a5-0f5f-48dd-b2bb-b7856fa229a6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4253 | 2025.02.25 03:51:28.777857 [ 254 ] {a03a78a5-0f5f-48dd-b2bb-b7856fa229a6} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4254 | 2025.02.25 03:51:28.778067 [ 254 ] {a03a78a5-0f5f-48dd-b2bb-b7856fa229a6} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001577 sec., 66582.11794546607 rows/sec., 5.20 MiB/sec. | ||
| 4255 | 2025.02.25 03:51:28.778137 [ 254 ] {a03a78a5-0f5f-48dd-b2bb-b7856fa229a6} <Debug> TCPHandler: Processed in 0.001817911 sec. | ||
| 4256 | 2025.02.25 03:51:28.778355 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4257 | 2025.02.25 03:51:28.778490 [ 4 ] {afad178a-de55-4a7a-af96-07bf89be2bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4258 | 2025.02.25 03:51:28.778541 [ 4 ] {afad178a-de55-4a7a-af96-07bf89be2bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4259 | 2025.02.25 03:51:28.779068 [ 4 ] {afad178a-de55-4a7a-af96-07bf89be2bc7} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4260 | 2025.02.25 03:51:28.779107 [ 4 ] {afad178a-de55-4a7a-af96-07bf89be2bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4261 | 2025.02.25 03:51:28.779489 [ 4 ] {afad178a-de55-4a7a-af96-07bf89be2bc7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4262 | 2025.02.25 03:51:28.779727 [ 4 ] {afad178a-de55-4a7a-af96-07bf89be2bc7} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4263 | 2025.02.25 03:51:28.779905 [ 4 ] {afad178a-de55-4a7a-af96-07bf89be2bc7} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00144 sec., 111805.55555555555 rows/sec., 7.79 MiB/sec. | ||
| 4264 | 2025.02.25 03:51:28.779956 [ 4 ] {afad178a-de55-4a7a-af96-07bf89be2bc7} <Debug> TCPHandler: Processed in 0.001712819 sec. | ||
| 4265 | 2025.02.25 03:51:28.780086 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4266 | 2025.02.25 03:51:28.780193 [ 254 ] {14562463-9d37-4305-a64d-c7ab5a3a8b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4267 | 2025.02.25 03:51:28.780259 [ 254 ] {14562463-9d37-4305-a64d-c7ab5a3a8b81} <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 | ||
| 4268 | 2025.02.25 03:51:28.781397 [ 254 ] {14562463-9d37-4305-a64d-c7ab5a3a8b81} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4269 | 2025.02.25 03:51:28.781434 [ 254 ] {14562463-9d37-4305-a64d-c7ab5a3a8b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4270 | 2025.02.25 03:51:28.782102 [ 254 ] {14562463-9d37-4305-a64d-c7ab5a3a8b81} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4271 | 2025.02.25 03:51:28.782357 [ 254 ] {14562463-9d37-4305-a64d-c7ab5a3a8b81} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4272 | 2025.02.25 03:51:28.782581 [ 254 ] {14562463-9d37-4305-a64d-c7ab5a3a8b81} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002405 sec., 16216.216216216217 rows/sec., 29.06 MiB/sec. | ||
| 4273 | 2025.02.25 03:51:28.782715 [ 254 ] {14562463-9d37-4305-a64d-c7ab5a3a8b81} <Debug> TCPHandler: Processed in 0.00267974 sec. | ||
| 4274 | 2025.02.25 03:51:28.782864 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4275 | 2025.02.25 03:51:28.782994 [ 4 ] {18002ea5-9d01-46c2-8f52-40d3dd097bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4276 | 2025.02.25 03:51:28.783050 [ 4 ] {18002ea5-9d01-46c2-8f52-40d3dd097bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4277 | 2025.02.25 03:51:28.783519 [ 4 ] {18002ea5-9d01-46c2-8f52-40d3dd097bbf} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4278 | 2025.02.25 03:51:28.783556 [ 4 ] {18002ea5-9d01-46c2-8f52-40d3dd097bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4279 | 2025.02.25 03:51:28.783909 [ 4 ] {18002ea5-9d01-46c2-8f52-40d3dd097bbf} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4280 | 2025.02.25 03:51:28.784154 [ 4 ] {18002ea5-9d01-46c2-8f52-40d3dd097bbf} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4281 | 2025.02.25 03:51:28.784331 [ 4 ] {18002ea5-9d01-46c2-8f52-40d3dd097bbf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
| 4282 | 2025.02.25 03:51:28.784379 [ 4 ] {18002ea5-9d01-46c2-8f52-40d3dd097bbf} <Debug> TCPHandler: Processed in 0.001576895 sec. | ||
| 4283 | 2025.02.25 03:51:30.390377 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 4284 | 2025.02.25 03:51:30.391207 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4285 | 2025.02.25 03:51:30.391259 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4286 | 2025.02.25 03:51:30.391827 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4287 | 2025.02.25 03:51:30.392089 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4288 | 2025.02.25 03:51:30.392383 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 4289 | 2025.02.25 03:51:31.107063 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4290 | 2025.02.25 03:51:31.127361 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4291 | 2025.02.25 03:51:31.127421 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4292 | 2025.02.25 03:51:31.135137 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4293 | 2025.02.25 03:51:31.135908 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4294 | 2025.02.25 03:51:31.138834 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4295 | 2025.02.25 03:51:33.767870 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4296 | 2025.02.25 03:51:33.768200 [ 4 ] {954d7076-4a75-4c07-b54b-1690042d8094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4297 | 2025.02.25 03:51:33.768318 [ 4 ] {954d7076-4a75-4c07-b54b-1690042d8094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4298 | 2025.02.25 03:51:33.769137 [ 4 ] {954d7076-4a75-4c07-b54b-1690042d8094} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4299 | 2025.02.25 03:51:33.769189 [ 4 ] {954d7076-4a75-4c07-b54b-1690042d8094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4300 | 2025.02.25 03:51:33.769641 [ 4 ] {954d7076-4a75-4c07-b54b-1690042d8094} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4301 | 2025.02.25 03:51:33.769903 [ 4 ] {954d7076-4a75-4c07-b54b-1690042d8094} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4302 | 2025.02.25 03:51:33.770114 [ 93 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4303 | 2025.02.25 03:51:33.770150 [ 4 ] {954d7076-4a75-4c07-b54b-1690042d8094} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002035 sec., 27518.42751842752 rows/sec., 2.10 MiB/sec. | ||
| 4304 | 2025.02.25 03:51:33.770199 [ 93 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4305 | 2025.02.25 03:51:33.770280 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4306 | 2025.02.25 03:51:33.770291 [ 4 ] {954d7076-4a75-4c07-b54b-1690042d8094} <Debug> TCPHandler: Processed in 0.002608139 sec. | ||
| 4307 | 2025.02.25 03:51:33.770615 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4308 | 2025.02.25 03:51:33.770684 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 4309 | 2025.02.25 03:51:33.770983 [ 254 ] {cffc3a87-7e5a-4512-b70d-07644b6b4498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4310 | 2025.02.25 03:51:33.771032 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4311 | 2025.02.25 03:51:33.771092 [ 254 ] {cffc3a87-7e5a-4512-b70d-07644b6b4498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4312 | 2025.02.25 03:51:33.771115 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1965 rows starting from the beginning of the part | ||
| 4313 | 2025.02.25 03:51:33.771508 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
| 4314 | 2025.02.25 03:51:33.771843 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 134 rows starting from the beginning of the part | ||
| 4315 | 2025.02.25 03:51:33.772232 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
| 4316 | 2025.02.25 03:51:33.772629 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 135 rows starting from the beginning of the part | ||
| 4317 | 2025.02.25 03:51:33.772935 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 4318 | 2025.02.25 03:51:33.773829 [ 254 ] {cffc3a87-7e5a-4512-b70d-07644b6b4498} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4319 | 2025.02.25 03:51:33.773894 [ 254 ] {cffc3a87-7e5a-4512-b70d-07644b6b4498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4320 | 2025.02.25 03:51:33.774877 [ 254 ] {cffc3a87-7e5a-4512-b70d-07644b6b4498} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4321 | 2025.02.25 03:51:33.775400 [ 254 ] {cffc3a87-7e5a-4512-b70d-07644b6b4498} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4322 | 2025.02.25 03:51:33.775620 [ 93 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4323 | 2025.02.25 03:51:33.775727 [ 93 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4324 | 2025.02.25 03:51:33.775788 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4325 | 2025.02.25 03:51:33.775843 [ 254 ] {cffc3a87-7e5a-4512-b70d-07644b6b4498} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00493 sec., 12981.744421906693 rows/sec., 1.01 MiB/sec. | ||
| 4326 | 2025.02.25 03:51:33.776201 [ 254 ] {cffc3a87-7e5a-4512-b70d-07644b6b4498} <Debug> TCPHandler: Processed in 0.00578872 sec. | ||
| 4327 | 2025.02.25 03:51:33.776236 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 4328 | 2025.02.25 03:51:33.776496 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4329 | 2025.02.25 03:51:33.776788 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4330 | 2025.02.25 03:51:33.776918 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 949 rows starting from the beginning of the part | ||
| 4331 | 2025.02.25 03:51:33.776948 [ 4 ] {355febbb-0782-42d9-aefe-b3659453dc26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4332 | 2025.02.25 03:51:33.776991 [ 194 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2402 rows, containing 5 columns (5 merged, 0 gathered) in 0.006551457 sec., 366636.0017321338 rows/sec., 31.49 MiB/sec. | ||
| 4333 | 2025.02.25 03:51:33.777320 [ 4 ] {355febbb-0782-42d9-aefe-b3659453dc26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4334 | 2025.02.25 03:51:33.777329 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
| 4335 | 2025.02.25 03:51:33.777745 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 103 rows starting from the beginning of the part | ||
| 4336 | 2025.02.25 03:51:33.777758 [ 196 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4337 | 2025.02.25 03:51:33.778304 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part | ||
| 4338 | 2025.02.25 03:51:33.778856 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 105 rows starting from the beginning of the part | ||
| 4339 | 2025.02.25 03:51:33.779293 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 4340 | 2025.02.25 03:51:33.779311 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_36_7} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4341 | 2025.02.25 03:51:33.780033 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_36_7} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4342 | 2025.02.25 03:51:33.780415 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 4343 | 2025.02.25 03:51:33.780978 [ 4 ] {355febbb-0782-42d9-aefe-b3659453dc26} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4344 | 2025.02.25 03:51:33.781054 [ 4 ] {355febbb-0782-42d9-aefe-b3659453dc26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4345 | 2025.02.25 03:51:33.782149 [ 4 ] {355febbb-0782-42d9-aefe-b3659453dc26} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4346 | 2025.02.25 03:51:33.782690 [ 4 ] {355febbb-0782-42d9-aefe-b3659453dc26} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4347 | 2025.02.25 03:51:33.782771 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1349 rows, containing 5 columns (5 merged, 0 gathered) in 0.006861584 sec., 196601.83421204198 rows/sec., 15.43 MiB/sec. | ||
| 4348 | 2025.02.25 03:51:33.782930 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4349 | 2025.02.25 03:51:33.783025 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4350 | 2025.02.25 03:51:33.783087 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4351 | 2025.02.25 03:51:33.783092 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4352 | 2025.02.25 03:51:33.783198 [ 4 ] {355febbb-0782-42d9-aefe-b3659453dc26} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006364 sec., 25141.4204902577 rows/sec., 1.75 MiB/sec. | ||
| 4353 | 2025.02.25 03:51:33.783569 [ 4 ] {355febbb-0782-42d9-aefe-b3659453dc26} <Debug> TCPHandler: Processed in 0.007229671 sec. | ||
| 4354 | 2025.02.25 03:51:33.783575 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 4355 | 2025.02.25 03:51:33.783826 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4356 | 2025.02.25 03:51:33.783944 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4357 | 2025.02.25 03:51:33.784040 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9740 rows starting from the beginning of the part | ||
| 4358 | 2025.02.25 03:51:33.784062 [ 254 ] {0c39dc25-2505-433d-a138-4dc9989f140f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4359 | 2025.02.25 03:51:33.784096 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_36_7} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4360 | 2025.02.25 03:51:33.784255 [ 254 ] {0c39dc25-2505-433d-a138-4dc9989f140f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4361 | 2025.02.25 03:51:33.784476 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 66 rows starting from the beginning of the part | ||
| 4362 | 2025.02.25 03:51:33.784628 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_36_7} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4363 | 2025.02.25 03:51:33.784979 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 4364 | 2025.02.25 03:51:33.785019 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 4365 | 2025.02.25 03:51:33.785304 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 4366 | 2025.02.25 03:51:33.785543 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 161 rows starting from the beginning of the part | ||
| 4367 | 2025.02.25 03:51:33.785726 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 4368 | 2025.02.25 03:51:33.786233 [ 254 ] {0c39dc25-2505-433d-a138-4dc9989f140f} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4369 | 2025.02.25 03:51:33.786280 [ 254 ] {0c39dc25-2505-433d-a138-4dc9989f140f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4370 | 2025.02.25 03:51:33.786695 [ 254 ] {0c39dc25-2505-433d-a138-4dc9989f140f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4371 | 2025.02.25 03:51:33.786970 [ 254 ] {0c39dc25-2505-433d-a138-4dc9989f140f} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4372 | 2025.02.25 03:51:33.787223 [ 93 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4373 | 2025.02.25 03:51:33.787338 [ 93 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4374 | 2025.02.25 03:51:33.787416 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4375 | 2025.02.25 03:51:33.787474 [ 254 ] {0c39dc25-2505-433d-a138-4dc9989f140f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003479 sec., 17246.335153779823 rows/sec., 1.16 MiB/sec. | ||
| 4376 | 2025.02.25 03:51:33.788107 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 4377 | 2025.02.25 03:51:33.788177 [ 254 ] {0c39dc25-2505-433d-a138-4dc9989f140f} <Debug> TCPHandler: Processed in 0.004488841 sec. | ||
| 4378 | 2025.02.25 03:51:33.788889 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4379 | 2025.02.25 03:51:33.789015 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1562 rows starting from the beginning of the part | ||
| 4380 | 2025.02.25 03:51:33.789212 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part | ||
| 4381 | 2025.02.25 03:51:33.789437 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 4382 | 2025.02.25 03:51:33.789589 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 4383 | 2025.02.25 03:51:33.790103 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 4384 | 2025.02.25 03:51:33.790268 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 4385 | 2025.02.25 03:51:33.791615 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10447 rows, containing 5 columns (5 merged, 0 gathered) in 0.008379927 sec., 1246669.571226575 rows/sec., 85.36 MiB/sec. | ||
| 4386 | 2025.02.25 03:51:33.791910 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4387 | 2025.02.25 03:51:33.792515 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4388 | 2025.02.25 03:51:33.792549 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1828 rows, containing 4 columns (4 merged, 0 gathered) in 0.004970761 sec., 367750.5315584475 rows/sec., 24.70 MiB/sec. | ||
| 4389 | 2025.02.25 03:51:33.792645 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4390 | 2025.02.25 03:51:33.792765 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. | ||
| 4391 | 2025.02.25 03:51:33.792860 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4392 | 2025.02.25 03:51:33.793145 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_36_7} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4393 | 2025.02.25 03:51:33.793220 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_36_7} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4394 | 2025.02.25 03:51:33.793290 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4395 | 2025.02.25 03:51:37.781113 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4396 | 2025.02.25 03:51:37.781165 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4397 | 2025.02.25 03:51:37.893485 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 4398 | 2025.02.25 03:51:37.894125 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4399 | 2025.02.25 03:51:37.894173 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4400 | 2025.02.25 03:51:37.894708 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4401 | 2025.02.25 03:51:37.894967 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4402 | 2025.02.25 03:51:37.895216 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4403 | 2025.02.25 03:51:37.926585 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 606 | ||
| 4404 | 2025.02.25 03:51:37.929621 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4405 | 2025.02.25 03:51:37.929672 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4406 | 2025.02.25 03:51:37.931562 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4407 | 2025.02.25 03:51:37.932027 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4408 | 2025.02.25 03:51:37.932807 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 606 | ||
| 4409 | 2025.02.25 03:51:38.639857 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4410 | 2025.02.25 03:51:38.661381 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4411 | 2025.02.25 03:51:38.661446 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4412 | 2025.02.25 03:51:38.669074 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4413 | 2025.02.25 03:51:38.669865 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4414 | 2025.02.25 03:51:38.673100 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4415 | 2025.02.25 03:51:38.775512 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4416 | 2025.02.25 03:51:38.775807 [ 4 ] {feec6e92-0c9f-48a0-8248-04491c3d3176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4417 | 2025.02.25 03:51:38.775923 [ 4 ] {feec6e92-0c9f-48a0-8248-04491c3d3176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4418 | 2025.02.25 03:51:38.777012 [ 4 ] {feec6e92-0c9f-48a0-8248-04491c3d3176} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4419 | 2025.02.25 03:51:38.777056 [ 4 ] {feec6e92-0c9f-48a0-8248-04491c3d3176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4420 | 2025.02.25 03:51:38.777509 [ 4 ] {feec6e92-0c9f-48a0-8248-04491c3d3176} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4421 | 2025.02.25 03:51:38.777787 [ 4 ] {feec6e92-0c9f-48a0-8248-04491c3d3176} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4422 | 2025.02.25 03:51:38.777992 [ 4 ] {feec6e92-0c9f-48a0-8248-04491c3d3176} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002271 sec., 93350.94671950683 rows/sec., 5.94 MiB/sec. | ||
| 4423 | 2025.02.25 03:51:38.778061 [ 4 ] {feec6e92-0c9f-48a0-8248-04491c3d3176} <Debug> TCPHandler: Processed in 0.00268897 sec. | ||
| 4424 | 2025.02.25 03:51:38.778273 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4425 | 2025.02.25 03:51:38.778419 [ 254 ] {6be5d874-bbb6-4596-a93f-08a0ba7503f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4426 | 2025.02.25 03:51:38.778477 [ 254 ] {6be5d874-bbb6-4596-a93f-08a0ba7503f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4427 | 2025.02.25 03:51:38.779434 [ 254 ] {6be5d874-bbb6-4596-a93f-08a0ba7503f3} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4428 | 2025.02.25 03:51:38.779473 [ 254 ] {6be5d874-bbb6-4596-a93f-08a0ba7503f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4429 | 2025.02.25 03:51:38.779899 [ 254 ] {6be5d874-bbb6-4596-a93f-08a0ba7503f3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4430 | 2025.02.25 03:51:38.780140 [ 254 ] {6be5d874-bbb6-4596-a93f-08a0ba7503f3} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4431 | 2025.02.25 03:51:38.780361 [ 254 ] {6be5d874-bbb6-4596-a93f-08a0ba7503f3} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.001967 sec., 353329.94407727505 rows/sec., 28.19 MiB/sec. | ||
| 4432 | 2025.02.25 03:51:38.780434 [ 254 ] {6be5d874-bbb6-4596-a93f-08a0ba7503f3} <Debug> TCPHandler: Processed in 0.00222332 sec. | ||
| 4433 | 2025.02.25 03:51:38.780683 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4434 | 2025.02.25 03:51:38.780817 [ 4 ] {4c90e939-2e26-4cf7-bb5f-064a463f689f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4435 | 2025.02.25 03:51:38.780874 [ 4 ] {4c90e939-2e26-4cf7-bb5f-064a463f689f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4436 | 2025.02.25 03:51:38.781571 [ 4 ] {4c90e939-2e26-4cf7-bb5f-064a463f689f} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4437 | 2025.02.25 03:51:38.781609 [ 4 ] {4c90e939-2e26-4cf7-bb5f-064a463f689f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4438 | 2025.02.25 03:51:38.781972 [ 4 ] {4c90e939-2e26-4cf7-bb5f-064a463f689f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4439 | 2025.02.25 03:51:38.782214 [ 4 ] {4c90e939-2e26-4cf7-bb5f-064a463f689f} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4440 | 2025.02.25 03:51:38.782406 [ 4 ] {4c90e939-2e26-4cf7-bb5f-064a463f689f} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001619 sec., 89561.45768993205 rows/sec., 5.62 MiB/sec. | ||
| 4441 | 2025.02.25 03:51:38.782496 [ 4 ] {4c90e939-2e26-4cf7-bb5f-064a463f689f} <Debug> TCPHandler: Processed in 0.001908602 sec. | ||
| 4442 | 2025.02.25 03:51:38.782661 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4443 | 2025.02.25 03:51:38.782793 [ 254 ] {d17bece8-18c2-4a31-8a5a-a8f67f5cc61e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4444 | 2025.02.25 03:51:38.782847 [ 254 ] {d17bece8-18c2-4a31-8a5a-a8f67f5cc61e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4445 | 2025.02.25 03:51:38.783514 [ 254 ] {d17bece8-18c2-4a31-8a5a-a8f67f5cc61e} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4446 | 2025.02.25 03:51:38.783558 [ 254 ] {d17bece8-18c2-4a31-8a5a-a8f67f5cc61e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4447 | 2025.02.25 03:51:38.783915 [ 254 ] {d17bece8-18c2-4a31-8a5a-a8f67f5cc61e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4448 | 2025.02.25 03:51:38.784158 [ 254 ] {d17bece8-18c2-4a31-8a5a-a8f67f5cc61e} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4449 | 2025.02.25 03:51:38.784335 [ 254 ] {d17bece8-18c2-4a31-8a5a-a8f67f5cc61e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001572 sec., 71882.95165394402 rows/sec., 4.65 MiB/sec. | ||
| 4450 | 2025.02.25 03:51:38.784387 [ 254 ] {d17bece8-18c2-4a31-8a5a-a8f67f5cc61e} <Debug> TCPHandler: Processed in 0.0017896 sec. | ||
| 4451 | 2025.02.25 03:51:38.784580 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4452 | 2025.02.25 03:51:38.784689 [ 4 ] {61843107-20a6-470e-b97f-ae4226064e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4453 | 2025.02.25 03:51:38.784733 [ 4 ] {61843107-20a6-470e-b97f-ae4226064e9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4454 | 2025.02.25 03:51:38.785282 [ 4 ] {61843107-20a6-470e-b97f-ae4226064e9f} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4455 | 2025.02.25 03:51:38.785320 [ 4 ] {61843107-20a6-470e-b97f-ae4226064e9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4456 | 2025.02.25 03:51:38.785673 [ 4 ] {61843107-20a6-470e-b97f-ae4226064e9f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4457 | 2025.02.25 03:51:38.785923 [ 4 ] {61843107-20a6-470e-b97f-ae4226064e9f} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4458 | 2025.02.25 03:51:38.786185 [ 4 ] {61843107-20a6-470e-b97f-ae4226064e9f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001494 sec., 74966.53279785809 rows/sec., 4.27 MiB/sec. | ||
| 4459 | 2025.02.25 03:51:38.786281 [ 4 ] {61843107-20a6-470e-b97f-ae4226064e9f} <Debug> TCPHandler: Processed in 0.001754189 sec. | ||
| 4460 | 2025.02.25 03:51:38.786409 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4461 | 2025.02.25 03:51:38.786517 [ 254 ] {cf0a95d4-98d1-4f59-aef5-b75f40017a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4462 | 2025.02.25 03:51:38.786568 [ 254 ] {cf0a95d4-98d1-4f59-aef5-b75f40017a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4463 | 2025.02.25 03:51:38.787361 [ 254 ] {cf0a95d4-98d1-4f59-aef5-b75f40017a0e} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4464 | 2025.02.25 03:51:38.787407 [ 254 ] {cf0a95d4-98d1-4f59-aef5-b75f40017a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4465 | 2025.02.25 03:51:38.787798 [ 254 ] {cf0a95d4-98d1-4f59-aef5-b75f40017a0e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4466 | 2025.02.25 03:51:38.788032 [ 254 ] {cf0a95d4-98d1-4f59-aef5-b75f40017a0e} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4467 | 2025.02.25 03:51:38.788204 [ 254 ] {cf0a95d4-98d1-4f59-aef5-b75f40017a0e} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001709 sec., 246342.89057928612 rows/sec., 17.55 MiB/sec. | ||
| 4468 | 2025.02.25 03:51:38.788255 [ 254 ] {cf0a95d4-98d1-4f59-aef5-b75f40017a0e} <Debug> TCPHandler: Processed in 0.001897582 sec. | ||
| 4469 | 2025.02.25 03:51:38.788389 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4470 | 2025.02.25 03:51:38.788495 [ 4 ] {69c7b8dc-36ca-48a6-bcc1-6ce010d1ef6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4471 | 2025.02.25 03:51:38.788543 [ 4 ] {69c7b8dc-36ca-48a6-bcc1-6ce010d1ef6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4472 | 2025.02.25 03:51:38.789066 [ 4 ] {69c7b8dc-36ca-48a6-bcc1-6ce010d1ef6b} <Trace> oximeter.measurements_bool (862ccf2f-f011-4614-b070-7f8c6a16912a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4473 | 2025.02.25 03:51:38.789111 [ 4 ] {69c7b8dc-36ca-48a6-bcc1-6ce010d1ef6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4474 | 2025.02.25 03:51:38.789527 [ 4 ] {69c7b8dc-36ca-48a6-bcc1-6ce010d1ef6b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4475 | 2025.02.25 03:51:38.789774 [ 4 ] {69c7b8dc-36ca-48a6-bcc1-6ce010d1ef6b} <Trace> oximeter.measurements_bool (862ccf2f-f011-4614-b070-7f8c6a16912a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4476 | 2025.02.25 03:51:38.789962 [ 4 ] {69c7b8dc-36ca-48a6-bcc1-6ce010d1ef6b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec. | ||
| 4477 | 2025.02.25 03:51:38.790020 [ 4 ] {69c7b8dc-36ca-48a6-bcc1-6ce010d1ef6b} <Debug> TCPHandler: Processed in 0.001683168 sec. | ||
| 4478 | 2025.02.25 03:51:38.790147 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4479 | 2025.02.25 03:51:38.790254 [ 254 ] {44f67fee-3830-47f7-9104-f23b0b23adc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4480 | 2025.02.25 03:51:38.790301 [ 254 ] {44f67fee-3830-47f7-9104-f23b0b23adc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4481 | 2025.02.25 03:51:38.790817 [ 254 ] {44f67fee-3830-47f7-9104-f23b0b23adc7} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4482 | 2025.02.25 03:51:38.790853 [ 254 ] {44f67fee-3830-47f7-9104-f23b0b23adc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4483 | 2025.02.25 03:51:38.791233 [ 254 ] {44f67fee-3830-47f7-9104-f23b0b23adc7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4484 | 2025.02.25 03:51:38.791468 [ 254 ] {44f67fee-3830-47f7-9104-f23b0b23adc7} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4485 | 2025.02.25 03:51:38.791646 [ 254 ] {44f67fee-3830-47f7-9104-f23b0b23adc7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001415 sec., 167491.1660777385 rows/sec., 11.23 MiB/sec. | ||
| 4486 | 2025.02.25 03:51:38.791701 [ 254 ] {44f67fee-3830-47f7-9104-f23b0b23adc7} <Debug> TCPHandler: Processed in 0.001606106 sec. | ||
| 4487 | 2025.02.25 03:51:38.791845 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4488 | 2025.02.25 03:51:38.791975 [ 4 ] {27177624-621f-4543-8e83-be3cc07534f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4489 | 2025.02.25 03:51:38.792031 [ 4 ] {27177624-621f-4543-8e83-be3cc07534f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4490 | 2025.02.25 03:51:38.792528 [ 4 ] {27177624-621f-4543-8e83-be3cc07534f3} <Trace> oximeter.measurements_f64 (9aae37f1-d719-43a0-8da9-accfcd606c35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4491 | 2025.02.25 03:51:38.792568 [ 4 ] {27177624-621f-4543-8e83-be3cc07534f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4492 | 2025.02.25 03:51:38.792923 [ 4 ] {27177624-621f-4543-8e83-be3cc07534f3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4493 | 2025.02.25 03:51:38.793156 [ 4 ] {27177624-621f-4543-8e83-be3cc07534f3} <Trace> oximeter.measurements_f64 (9aae37f1-d719-43a0-8da9-accfcd606c35): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4494 | 2025.02.25 03:51:38.793393 [ 4 ] {27177624-621f-4543-8e83-be3cc07534f3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001425 sec., 701.7543859649122 rows/sec., 47.29 KiB/sec. | ||
| 4495 | 2025.02.25 03:51:38.793468 [ 4 ] {27177624-621f-4543-8e83-be3cc07534f3} <Debug> TCPHandler: Processed in 0.001685158 sec. | ||
| 4496 | 2025.02.25 03:51:38.793616 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4497 | 2025.02.25 03:51:38.793728 [ 254 ] {f436736c-3952-4648-9873-9807084bd16e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4498 | 2025.02.25 03:51:38.793800 [ 254 ] {f436736c-3952-4648-9873-9807084bd16e} <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 | ||
| 4499 | 2025.02.25 03:51:38.794943 [ 254 ] {f436736c-3952-4648-9873-9807084bd16e} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4500 | 2025.02.25 03:51:38.794981 [ 254 ] {f436736c-3952-4648-9873-9807084bd16e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4501 | 2025.02.25 03:51:38.795637 [ 254 ] {f436736c-3952-4648-9873-9807084bd16e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4502 | 2025.02.25 03:51:38.795896 [ 254 ] {f436736c-3952-4648-9873-9807084bd16e} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4503 | 2025.02.25 03:51:38.796027 [ 88 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4504 | 2025.02.25 03:51:38.796073 [ 88 ] {} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4505 | 2025.02.25 03:51:38.796096 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4506 | 2025.02.25 03:51:38.796101 [ 254 ] {f436736c-3952-4648-9873-9807084bd16e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002394 sec., 16290.726817042607 rows/sec., 29.19 MiB/sec. | ||
| 4507 | 2025.02.25 03:51:38.797135 [ 195 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::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 | ||
| 4508 | 2025.02.25 03:51:38.797249 [ 254 ] {f436736c-3952-4648-9873-9807084bd16e} <Debug> TCPHandler: Processed in 0.003682912 sec. | ||
| 4509 | 2025.02.25 03:51:38.797472 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4510 | 2025.02.25 03:51:38.797746 [ 4 ] {e7a22223-70fd-42d6-84b1-c6673f885b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4511 | 2025.02.25 03:51:38.797872 [ 4 ] {e7a22223-70fd-42d6-84b1-c6673f885b02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4512 | 2025.02.25 03:51:38.798114 [ 195 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4513 | 2025.02.25 03:51:38.798366 [ 195 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 321 rows starting from the beginning of the part | ||
| 4514 | 2025.02.25 03:51:38.799203 [ 195 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part | ||
| 4515 | 2025.02.25 03:51:38.799955 [ 195 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part | ||
| 4516 | 2025.02.25 03:51:38.800238 [ 4 ] {e7a22223-70fd-42d6-84b1-c6673f885b02} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4517 | 2025.02.25 03:51:38.800371 [ 4 ] {e7a22223-70fd-42d6-84b1-c6673f885b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4518 | 2025.02.25 03:51:38.800736 [ 195 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part | ||
| 4519 | 2025.02.25 03:51:38.801445 [ 195 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part | ||
| 4520 | 2025.02.25 03:51:38.801886 [ 4 ] {e7a22223-70fd-42d6-84b1-c6673f885b02} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4521 | 2025.02.25 03:51:38.802074 [ 195 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part | ||
| 4522 | 2025.02.25 03:51:38.802746 [ 4 ] {e7a22223-70fd-42d6-84b1-c6673f885b02} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4523 | 2025.02.25 03:51:38.803345 [ 4 ] {e7a22223-70fd-42d6-84b1-c6673f885b02} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005693 sec., 14403.653609696117 rows/sec., 936.77 KiB/sec. | ||
| 4524 | 2025.02.25 03:51:38.803475 [ 4 ] {e7a22223-70fd-42d6-84b1-c6673f885b02} <Debug> TCPHandler: Processed in 0.006127177 sec. | ||
| 4525 | 2025.02.25 03:51:38.807017 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 19 columns (19 merged, 0 gathered) in 0.010842693 sec., 47589.653234671496 rows/sec., 85.28 MiB/sec. | ||
| 4526 | 2025.02.25 03:51:38.807739 [ 192 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4527 | 2025.02.25 03:51:38.808159 [ 192 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4528 | 2025.02.25 03:51:38.808236 [ 192 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4529 | 2025.02.25 03:51:38.808380 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
| 4530 | 2025.02.25 03:51:42.680962 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4531 | 2025.02.25 03:51:42.681275 [ 4 ] {619441ea-1831-4bb6-8e60-bd107cc95ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4532 | 2025.02.25 03:51:42.681396 [ 4 ] {619441ea-1831-4bb6-8e60-bd107cc95ccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4533 | 2025.02.25 03:51:42.682914 [ 4 ] {619441ea-1831-4bb6-8e60-bd107cc95ccc} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4534 | 2025.02.25 03:51:42.682971 [ 4 ] {619441ea-1831-4bb6-8e60-bd107cc95ccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4535 | 2025.02.25 03:51:42.683534 [ 4 ] {619441ea-1831-4bb6-8e60-bd107cc95ccc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4536 | 2025.02.25 03:51:42.683811 [ 4 ] {619441ea-1831-4bb6-8e60-bd107cc95ccc} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4537 | 2025.02.25 03:51:42.684058 [ 4 ] {619441ea-1831-4bb6-8e60-bd107cc95ccc} <Debug> executeQuery: Read 1196 rows, 100.50 KiB in 0.002866 sec., 417306.3503140265 rows/sec., 34.24 MiB/sec. | ||
| 4538 | 2025.02.25 03:51:42.684130 [ 4 ] {619441ea-1831-4bb6-8e60-bd107cc95ccc} <Debug> TCPHandler: Processed in 0.003361335 sec. | ||
| 4539 | 2025.02.25 03:51:42.684310 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4540 | 2025.02.25 03:51:42.684433 [ 254 ] {e2d6627d-3631-4717-93bc-3715f2cdc9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4541 | 2025.02.25 03:51:42.684484 [ 254 ] {e2d6627d-3631-4717-93bc-3715f2cdc9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4542 | 2025.02.25 03:51:42.685120 [ 254 ] {e2d6627d-3631-4717-93bc-3715f2cdc9c3} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4543 | 2025.02.25 03:51:42.685163 [ 254 ] {e2d6627d-3631-4717-93bc-3715f2cdc9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4544 | 2025.02.25 03:51:42.685537 [ 254 ] {e2d6627d-3631-4717-93bc-3715f2cdc9c3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4545 | 2025.02.25 03:51:42.685782 [ 254 ] {e2d6627d-3631-4717-93bc-3715f2cdc9c3} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4546 | 2025.02.25 03:51:42.685960 [ 254 ] {e2d6627d-3631-4717-93bc-3715f2cdc9c3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001557 sec., 146435.4527938343 rows/sec., 9.92 MiB/sec. | ||
| 4547 | 2025.02.25 03:51:42.686012 [ 254 ] {e2d6627d-3631-4717-93bc-3715f2cdc9c3} <Debug> TCPHandler: Processed in 0.00176236 sec. | ||
| 4548 | 2025.02.25 03:51:42.686167 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4549 | 2025.02.25 03:51:42.686298 [ 4 ] {152768f2-f266-4a68-abeb-06bb909fd3dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4550 | 2025.02.25 03:51:42.686354 [ 4 ] {152768f2-f266-4a68-abeb-06bb909fd3dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4551 | 2025.02.25 03:51:42.687135 [ 4 ] {152768f2-f266-4a68-abeb-06bb909fd3dd} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4552 | 2025.02.25 03:51:42.687174 [ 4 ] {152768f2-f266-4a68-abeb-06bb909fd3dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4553 | 2025.02.25 03:51:42.687559 [ 4 ] {152768f2-f266-4a68-abeb-06bb909fd3dd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4554 | 2025.02.25 03:51:42.687802 [ 4 ] {152768f2-f266-4a68-abeb-06bb909fd3dd} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4555 | 2025.02.25 03:51:42.687984 [ 4 ] {152768f2-f266-4a68-abeb-06bb909fd3dd} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001716 sec., 303030.30303030304 rows/sec., 22.42 MiB/sec. | ||
| 4556 | 2025.02.25 03:51:42.688036 [ 4 ] {152768f2-f266-4a68-abeb-06bb909fd3dd} <Debug> TCPHandler: Processed in 0.001933813 sec. | ||
| 4557 | 2025.02.25 03:51:42.688188 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4558 | 2025.02.25 03:51:42.688319 [ 254 ] {3a80d729-f1b8-45a5-848c-b5ed1770de41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4559 | 2025.02.25 03:51:42.688378 [ 254 ] {3a80d729-f1b8-45a5-848c-b5ed1770de41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4560 | 2025.02.25 03:51:42.689162 [ 254 ] {3a80d729-f1b8-45a5-848c-b5ed1770de41} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4561 | 2025.02.25 03:51:42.689199 [ 254 ] {3a80d729-f1b8-45a5-848c-b5ed1770de41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4562 | 2025.02.25 03:51:42.689627 [ 254 ] {3a80d729-f1b8-45a5-848c-b5ed1770de41} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4563 | 2025.02.25 03:51:42.689867 [ 254 ] {3a80d729-f1b8-45a5-848c-b5ed1770de41} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4564 | 2025.02.25 03:51:42.690069 [ 254 ] {3a80d729-f1b8-45a5-848c-b5ed1770de41} <Debug> executeQuery: Read 962 rows, 66.10 KiB in 0.001777 sec., 541361.8458075408 rows/sec., 36.32 MiB/sec. | ||
| 4565 | 2025.02.25 03:51:42.690172 [ 254 ] {3a80d729-f1b8-45a5-848c-b5ed1770de41} <Debug> TCPHandler: Processed in 0.002044146 sec. | ||
| 4566 | 2025.02.25 03:51:42.690384 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4567 | 2025.02.25 03:51:42.690584 [ 4 ] {c27383ce-13cf-4b4f-a701-557dede531d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4568 | 2025.02.25 03:51:42.690649 [ 4 ] {c27383ce-13cf-4b4f-a701-557dede531d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4569 | 2025.02.25 03:51:42.691117 [ 4 ] {c27383ce-13cf-4b4f-a701-557dede531d2} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4570 | 2025.02.25 03:51:42.691155 [ 4 ] {c27383ce-13cf-4b4f-a701-557dede531d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4571 | 2025.02.25 03:51:42.691505 [ 4 ] {c27383ce-13cf-4b4f-a701-557dede531d2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4572 | 2025.02.25 03:51:42.691742 [ 4 ] {c27383ce-13cf-4b4f-a701-557dede531d2} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4573 | 2025.02.25 03:51:42.691923 [ 4 ] {c27383ce-13cf-4b4f-a701-557dede531d2} <Debug> executeQuery: Read 42 rows, 2.91 KiB in 0.001372 sec., 30612.244897959186 rows/sec., 2.07 MiB/sec. | ||
| 4574 | 2025.02.25 03:51:42.691972 [ 4 ] {c27383ce-13cf-4b4f-a701-557dede531d2} <Debug> TCPHandler: Processed in 0.001718408 sec. | ||
| 4575 | 2025.02.25 03:51:43.762699 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4576 | 2025.02.25 03:51:43.762908 [ 4 ] {cee6ca77-410e-4a7b-ae17-115e17d4df66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4577 | 2025.02.25 03:51:43.762984 [ 4 ] {cee6ca77-410e-4a7b-ae17-115e17d4df66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4578 | 2025.02.25 03:51:43.763775 [ 4 ] {cee6ca77-410e-4a7b-ae17-115e17d4df66} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4579 | 2025.02.25 03:51:43.763829 [ 4 ] {cee6ca77-410e-4a7b-ae17-115e17d4df66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4580 | 2025.02.25 03:51:43.764261 [ 4 ] {cee6ca77-410e-4a7b-ae17-115e17d4df66} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4581 | 2025.02.25 03:51:43.764522 [ 4 ] {cee6ca77-410e-4a7b-ae17-115e17d4df66} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4582 | 2025.02.25 03:51:43.764757 [ 4 ] {cee6ca77-410e-4a7b-ae17-115e17d4df66} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001902 sec., 29442.691903259725 rows/sec., 2.25 MiB/sec. | ||
| 4583 | 2025.02.25 03:51:43.764824 [ 4 ] {cee6ca77-410e-4a7b-ae17-115e17d4df66} <Debug> TCPHandler: Processed in 0.00226721 sec. | ||
| 4584 | 2025.02.25 03:51:43.765011 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4585 | 2025.02.25 03:51:43.765144 [ 254 ] {bb55e80e-cc6f-4481-a84a-d4fead248bc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4586 | 2025.02.25 03:51:43.765199 [ 254 ] {bb55e80e-cc6f-4481-a84a-d4fead248bc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4587 | 2025.02.25 03:51:43.765786 [ 254 ] {bb55e80e-cc6f-4481-a84a-d4fead248bc2} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4588 | 2025.02.25 03:51:43.765829 [ 254 ] {bb55e80e-cc6f-4481-a84a-d4fead248bc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4589 | 2025.02.25 03:51:43.766201 [ 254 ] {bb55e80e-cc6f-4481-a84a-d4fead248bc2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4590 | 2025.02.25 03:51:43.766441 [ 254 ] {bb55e80e-cc6f-4481-a84a-d4fead248bc2} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4591 | 2025.02.25 03:51:43.766664 [ 254 ] {bb55e80e-cc6f-4481-a84a-d4fead248bc2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001549 sec., 41316.978695932856 rows/sec., 3.22 MiB/sec. | ||
| 4592 | 2025.02.25 03:51:43.766719 [ 254 ] {bb55e80e-cc6f-4481-a84a-d4fead248bc2} <Debug> TCPHandler: Processed in 0.0017751 sec. | ||
| 4593 | 2025.02.25 03:51:43.766873 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4594 | 2025.02.25 03:51:43.766986 [ 4 ] {af76a7e9-31e6-40da-932d-3522e05d60b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4595 | 2025.02.25 03:51:43.767038 [ 4 ] {af76a7e9-31e6-40da-932d-3522e05d60b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4596 | 2025.02.25 03:51:43.767532 [ 4 ] {af76a7e9-31e6-40da-932d-3522e05d60b4} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4597 | 2025.02.25 03:51:43.767574 [ 4 ] {af76a7e9-31e6-40da-932d-3522e05d60b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4598 | 2025.02.25 03:51:43.767957 [ 4 ] {af76a7e9-31e6-40da-932d-3522e05d60b4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4599 | 2025.02.25 03:51:43.768205 [ 4 ] {af76a7e9-31e6-40da-932d-3522e05d60b4} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4600 | 2025.02.25 03:51:43.768443 [ 4 ] {af76a7e9-31e6-40da-932d-3522e05d60b4} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.001476 sec., 29810.29810298103 rows/sec., 2.08 MiB/sec. | ||
| 4601 | 2025.02.25 03:51:43.768528 [ 4 ] {af76a7e9-31e6-40da-932d-3522e05d60b4} <Debug> TCPHandler: Processed in 0.001708248 sec. | ||
| 4602 | 2025.02.25 03:51:43.768766 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4603 | 2025.02.25 03:51:43.768934 [ 254 ] {22b6ac23-aaa9-4083-95da-e07a51be7ed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4604 | 2025.02.25 03:51:43.768995 [ 254 ] {22b6ac23-aaa9-4083-95da-e07a51be7ed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4605 | 2025.02.25 03:51:43.769535 [ 254 ] {22b6ac23-aaa9-4083-95da-e07a51be7ed2} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4606 | 2025.02.25 03:51:43.769582 [ 254 ] {22b6ac23-aaa9-4083-95da-e07a51be7ed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4607 | 2025.02.25 03:51:43.769983 [ 254 ] {22b6ac23-aaa9-4083-95da-e07a51be7ed2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4608 | 2025.02.25 03:51:43.770217 [ 254 ] {22b6ac23-aaa9-4083-95da-e07a51be7ed2} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4609 | 2025.02.25 03:51:43.770490 [ 254 ] {22b6ac23-aaa9-4083-95da-e07a51be7ed2} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.001578 sec., 11406.84410646388 rows/sec., 782.86 KiB/sec. | ||
| 4610 | 2025.02.25 03:51:43.770639 [ 254 ] {22b6ac23-aaa9-4083-95da-e07a51be7ed2} <Debug> TCPHandler: Processed in 0.002000244 sec. | ||
| 4611 | 2025.02.25 03:51:45.396306 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 4612 | 2025.02.25 03:51:45.396977 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4613 | 2025.02.25 03:51:45.397024 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4614 | 2025.02.25 03:51:45.397550 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4615 | 2025.02.25 03:51:45.397798 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4616 | 2025.02.25 03:51:45.398116 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 4617 | 2025.02.25 03:51:46.174142 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 4618 | 2025.02.25 03:51:46.194457 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4619 | 2025.02.25 03:51:46.194511 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4620 | 2025.02.25 03:51:46.202219 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4621 | 2025.02.25 03:51:46.202980 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4622 | 2025.02.25 03:51:46.205642 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 4623 | 2025.02.25 03:51:47.933949 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 646 | ||
| 4624 | 2025.02.25 03:51:47.937506 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4625 | 2025.02.25 03:51:47.937576 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4626 | 2025.02.25 03:51:47.939138 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4627 | 2025.02.25 03:51:47.939467 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4628 | 2025.02.25 03:51:47.940515 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 646 | ||
| 4629 | 2025.02.25 03:51:48.770775 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4630 | 2025.02.25 03:51:48.770993 [ 4 ] {5922dd91-eca0-4395-96a2-3650cbf119e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4631 | 2025.02.25 03:51:48.771076 [ 4 ] {5922dd91-eca0-4395-96a2-3650cbf119e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4632 | 2025.02.25 03:51:48.771983 [ 4 ] {5922dd91-eca0-4395-96a2-3650cbf119e6} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4633 | 2025.02.25 03:51:48.772034 [ 4 ] {5922dd91-eca0-4395-96a2-3650cbf119e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4634 | 2025.02.25 03:51:48.772479 [ 4 ] {5922dd91-eca0-4395-96a2-3650cbf119e6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4635 | 2025.02.25 03:51:48.772737 [ 4 ] {5922dd91-eca0-4395-96a2-3650cbf119e6} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4636 | 2025.02.25 03:51:48.772963 [ 4 ] {5922dd91-eca0-4395-96a2-3650cbf119e6} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.00203 sec., 66009.85221674877 rows/sec., 5.68 MiB/sec. | ||
| 4637 | 2025.02.25 03:51:48.773022 [ 4 ] {5922dd91-eca0-4395-96a2-3650cbf119e6} <Debug> TCPHandler: Processed in 0.002389943 sec. | ||
| 4638 | 2025.02.25 03:51:48.773197 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4639 | 2025.02.25 03:51:48.773315 [ 254 ] {4dcdfd00-c899-4827-aaaf-765ca095e7b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4640 | 2025.02.25 03:51:48.773363 [ 254 ] {4dcdfd00-c899-4827-aaaf-765ca095e7b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4641 | 2025.02.25 03:51:48.773925 [ 254 ] {4dcdfd00-c899-4827-aaaf-765ca095e7b6} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4642 | 2025.02.25 03:51:48.773965 [ 254 ] {4dcdfd00-c899-4827-aaaf-765ca095e7b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4643 | 2025.02.25 03:51:48.774330 [ 254 ] {4dcdfd00-c899-4827-aaaf-765ca095e7b6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4644 | 2025.02.25 03:51:48.774569 [ 254 ] {4dcdfd00-c899-4827-aaaf-765ca095e7b6} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4645 | 2025.02.25 03:51:48.774751 [ 73 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4646 | 2025.02.25 03:51:48.774802 [ 254 ] {4dcdfd00-c899-4827-aaaf-765ca095e7b6} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001507 sec., 25879.2302587923 rows/sec., 1.90 MiB/sec. | ||
| 4647 | 2025.02.25 03:51:48.774854 [ 73 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4648 | 2025.02.25 03:51:48.774929 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4649 | 2025.02.25 03:51:48.774934 [ 254 ] {4dcdfd00-c899-4827-aaaf-765ca095e7b6} <Debug> TCPHandler: Processed in 0.00179225 sec. | ||
| 4650 | 2025.02.25 03:51:48.775105 [ 196 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 4651 | 2025.02.25 03:51:48.775114 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4652 | 2025.02.25 03:51:48.775251 [ 196 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4653 | 2025.02.25 03:51:48.775263 [ 4 ] {8f8d8aa2-18d1-4446-9709-00256c5d2045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4654 | 2025.02.25 03:51:48.775293 [ 196 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 175 rows starting from the beginning of the part | ||
| 4655 | 2025.02.25 03:51:48.775320 [ 4 ] {8f8d8aa2-18d1-4446-9709-00256c5d2045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4656 | 2025.02.25 03:51:48.775507 [ 196 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 4657 | 2025.02.25 03:51:48.775771 [ 196 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part | ||
| 4658 | 2025.02.25 03:51:48.776192 [ 196 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 41 rows starting from the beginning of the part | ||
| 4659 | 2025.02.25 03:51:48.776424 [ 196 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 145 rows starting from the beginning of the part | ||
| 4660 | 2025.02.25 03:51:48.776639 [ 196 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 39 rows starting from the beginning of the part | ||
| 4661 | 2025.02.25 03:51:48.777231 [ 4 ] {8f8d8aa2-18d1-4446-9709-00256c5d2045} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4662 | 2025.02.25 03:51:48.777275 [ 4 ] {8f8d8aa2-18d1-4446-9709-00256c5d2045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4663 | 2025.02.25 03:51:48.777878 [ 4 ] {8f8d8aa2-18d1-4446-9709-00256c5d2045} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4664 | 2025.02.25 03:51:48.778124 [ 196 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 455 rows, containing 5 columns (5 merged, 0 gathered) in 0.003104659 sec., 146553.93716346947 rows/sec., 10.32 MiB/sec. | ||
| 4665 | 2025.02.25 03:51:48.778235 [ 4 ] {8f8d8aa2-18d1-4446-9709-00256c5d2045} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4666 | 2025.02.25 03:51:48.778252 [ 196 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4667 | 2025.02.25 03:51:48.778668 [ 4 ] {8f8d8aa2-18d1-4446-9709-00256c5d2045} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.00344 sec., 29941.86046511628 rows/sec., 2.34 MiB/sec. | ||
| 4668 | 2025.02.25 03:51:48.778874 [ 196 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_21_4} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4669 | 2025.02.25 03:51:48.779074 [ 4 ] {8f8d8aa2-18d1-4446-9709-00256c5d2045} <Debug> TCPHandler: Processed in 0.00401406 sec. | ||
| 4670 | 2025.02.25 03:51:48.779388 [ 196 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_21_4} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4671 | 2025.02.25 03:51:48.779394 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4672 | 2025.02.25 03:51:48.779646 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4673 | 2025.02.25 03:51:48.779758 [ 254 ] {3bcf30ab-b330-4703-b8a7-039792e6958e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4674 | 2025.02.25 03:51:48.779820 [ 254 ] {3bcf30ab-b330-4703-b8a7-039792e6958e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4675 | 2025.02.25 03:51:48.780383 [ 254 ] {3bcf30ab-b330-4703-b8a7-039792e6958e} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4676 | 2025.02.25 03:51:48.780421 [ 254 ] {3bcf30ab-b330-4703-b8a7-039792e6958e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4677 | 2025.02.25 03:51:48.780870 [ 254 ] {3bcf30ab-b330-4703-b8a7-039792e6958e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4678 | 2025.02.25 03:51:48.781106 [ 254 ] {3bcf30ab-b330-4703-b8a7-039792e6958e} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4679 | 2025.02.25 03:51:48.781324 [ 254 ] {3bcf30ab-b330-4703-b8a7-039792e6958e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001652 sec., 96852.30024213075 rows/sec., 6.75 MiB/sec. | ||
| 4680 | 2025.02.25 03:51:48.781378 [ 254 ] {3bcf30ab-b330-4703-b8a7-039792e6958e} <Debug> TCPHandler: Processed in 0.002185839 sec. | ||
| 4681 | 2025.02.25 03:51:48.781527 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4682 | 2025.02.25 03:51:48.781635 [ 4 ] {3ca85f4f-e6f7-41cf-a18c-a24e725cc5bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4683 | 2025.02.25 03:51:48.781703 [ 4 ] {3ca85f4f-e6f7-41cf-a18c-a24e725cc5bd} <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 | ||
| 4684 | 2025.02.25 03:51:48.782801 [ 4 ] {3ca85f4f-e6f7-41cf-a18c-a24e725cc5bd} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4685 | 2025.02.25 03:51:48.782840 [ 4 ] {3ca85f4f-e6f7-41cf-a18c-a24e725cc5bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4686 | 2025.02.25 03:51:48.783503 [ 4 ] {3ca85f4f-e6f7-41cf-a18c-a24e725cc5bd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4687 | 2025.02.25 03:51:48.783761 [ 4 ] {3ca85f4f-e6f7-41cf-a18c-a24e725cc5bd} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4688 | 2025.02.25 03:51:48.784002 [ 4 ] {3ca85f4f-e6f7-41cf-a18c-a24e725cc5bd} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002389 sec., 16324.822101297614 rows/sec., 29.25 MiB/sec. | ||
| 4689 | 2025.02.25 03:51:48.784098 [ 4 ] {3ca85f4f-e6f7-41cf-a18c-a24e725cc5bd} <Debug> TCPHandler: Processed in 0.002625709 sec. | ||
| 4690 | 2025.02.25 03:51:48.784252 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4691 | 2025.02.25 03:51:48.784384 [ 254 ] {3f96d278-06f5-4e7f-8c55-5ba41791e59d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4692 | 2025.02.25 03:51:48.784441 [ 254 ] {3f96d278-06f5-4e7f-8c55-5ba41791e59d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4693 | 2025.02.25 03:51:48.784956 [ 254 ] {3f96d278-06f5-4e7f-8c55-5ba41791e59d} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4694 | 2025.02.25 03:51:48.784994 [ 254 ] {3f96d278-06f5-4e7f-8c55-5ba41791e59d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4695 | 2025.02.25 03:51:48.785358 [ 254 ] {3f96d278-06f5-4e7f-8c55-5ba41791e59d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4696 | 2025.02.25 03:51:48.785593 [ 254 ] {3f96d278-06f5-4e7f-8c55-5ba41791e59d} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4697 | 2025.02.25 03:51:48.785806 [ 254 ] {3f96d278-06f5-4e7f-8c55-5ba41791e59d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001452 sec., 41322.31404958678 rows/sec., 2.78 MiB/sec. | ||
| 4698 | 2025.02.25 03:51:48.785856 [ 254 ] {3f96d278-06f5-4e7f-8c55-5ba41791e59d} <Debug> TCPHandler: Processed in 0.001667837 sec. | ||
| 4699 | 2025.02.25 03:51:52.781758 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4700 | 2025.02.25 03:51:52.781815 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4701 | 2025.02.25 03:51:52.899284 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 4702 | 2025.02.25 03:51:52.899948 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4703 | 2025.02.25 03:51:52.899998 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4704 | 2025.02.25 03:51:52.900532 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4705 | 2025.02.25 03:51:52.900791 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4706 | 2025.02.25 03:51:52.900951 [ 68 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4707 | 2025.02.25 03:51:52.901009 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 4708 | 2025.02.25 03:51:52.901013 [ 68 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4709 | 2025.02.25 03:51:52.901049 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4710 | 2025.02.25 03:51:52.901161 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 4711 | 2025.02.25 03:51:52.901279 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4712 | 2025.02.25 03:51:52.901318 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part | ||
| 4713 | 2025.02.25 03:51:52.901388 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part | ||
| 4714 | 2025.02.25 03:51:52.901481 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part | ||
| 4715 | 2025.02.25 03:51:52.901689 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part | ||
| 4716 | 2025.02.25 03:51:52.901809 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part | ||
| 4717 | 2025.02.25 03:51:52.901990 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part | ||
| 4718 | 2025.02.25 03:51:52.904392 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003278973 sec., 3646263.631935975 rows/sec., 52.16 MiB/sec. | ||
| 4719 | 2025.02.25 03:51:52.904715 [ 200 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4720 | 2025.02.25 03:51:52.905032 [ 200 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_26_5} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4721 | 2025.02.25 03:51:52.905103 [ 200 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_26_5} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4722 | 2025.02.25 03:51:52.905182 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 4723 | 2025.02.25 03:51:53.706685 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 4724 | 2025.02.25 03:51:53.728957 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4725 | 2025.02.25 03:51:53.729018 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4726 | 2025.02.25 03:51:53.736685 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4727 | 2025.02.25 03:51:53.737498 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4728 | 2025.02.25 03:51:53.737925 [ 68 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4729 | 2025.02.25 03:51:53.738130 [ 68 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4730 | 2025.02.25 03:51:53.738231 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4731 | 2025.02.25 03:51:53.738582 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 4732 | 2025.02.25 03:51:53.747627 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 4733 | 2025.02.25 03:51:53.748892 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4734 | 2025.02.25 03:51:53.749831 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 4735 | 2025.02.25 03:51:53.754516 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 4736 | 2025.02.25 03:51:53.759309 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 4737 | 2025.02.25 03:51:53.764411 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 4738 | 2025.02.25 03:51:53.768051 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4739 | 2025.02.25 03:51:53.768366 [ 4 ] {f6b57b9f-6d72-4a86-ada5-a2192a02fd09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4740 | 2025.02.25 03:51:53.768520 [ 4 ] {f6b57b9f-6d72-4a86-ada5-a2192a02fd09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4741 | 2025.02.25 03:51:53.773273 [ 4 ] {f6b57b9f-6d72-4a86-ada5-a2192a02fd09} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4742 | 2025.02.25 03:51:53.773355 [ 4 ] {f6b57b9f-6d72-4a86-ada5-a2192a02fd09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4743 | 2025.02.25 03:51:53.774581 [ 4 ] {f6b57b9f-6d72-4a86-ada5-a2192a02fd09} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4744 | 2025.02.25 03:51:53.775358 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 4745 | 2025.02.25 03:51:53.775564 [ 4 ] {f6b57b9f-6d72-4a86-ada5-a2192a02fd09} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4746 | 2025.02.25 03:51:53.775926 [ 68 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4747 | 2025.02.25 03:51:53.776028 [ 68 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4748 | 2025.02.25 03:51:53.776115 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4749 | 2025.02.25 03:51:53.776380 [ 4 ] {f6b57b9f-6d72-4a86-ada5-a2192a02fd09} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.0081 sec., 6913.580246913581 rows/sec., 540.49 KiB/sec. | ||
| 4750 | 2025.02.25 03:51:53.776688 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 4751 | 2025.02.25 03:51:53.776777 [ 4 ] {f6b57b9f-6d72-4a86-ada5-a2192a02fd09} <Debug> TCPHandler: Processed in 0.008896049 sec. | ||
| 4752 | 2025.02.25 03:51:53.777118 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4753 | 2025.02.25 03:51:53.777236 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4754 | 2025.02.25 03:51:53.777354 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1965 rows starting from the beginning of the part | ||
| 4755 | 2025.02.25 03:51:53.777575 [ 254 ] {708a7c44-6749-4b12-a0f2-d54141500f66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4756 | 2025.02.25 03:51:53.777857 [ 254 ] {708a7c44-6749-4b12-a0f2-d54141500f66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4757 | 2025.02.25 03:51:53.777877 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 695 rows starting from the beginning of the part | ||
| 4758 | 2025.02.25 03:51:53.778470 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1196 rows starting from the beginning of the part | ||
| 4759 | 2025.02.25 03:51:53.779037 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 4760 | 2025.02.25 03:51:53.779568 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 134 rows starting from the beginning of the part | ||
| 4761 | 2025.02.25 03:51:53.780121 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part | ||
| 4762 | 2025.02.25 03:51:53.782987 [ 254 ] {708a7c44-6749-4b12-a0f2-d54141500f66} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4763 | 2025.02.25 03:51:53.783078 [ 254 ] {708a7c44-6749-4b12-a0f2-d54141500f66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4764 | 2025.02.25 03:51:53.784660 [ 254 ] {708a7c44-6749-4b12-a0f2-d54141500f66} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4765 | 2025.02.25 03:51:53.785515 [ 254 ] {708a7c44-6749-4b12-a0f2-d54141500f66} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4766 | 2025.02.25 03:51:53.786118 [ 68 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4767 | 2025.02.25 03:51:53.786294 [ 68 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4768 | 2025.02.25 03:51:53.786441 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4769 | 2025.02.25 03:51:53.786784 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4102 rows, containing 5 columns (5 merged, 0 gathered) in 0.010485155 sec., 391219.7769131692 rows/sec., 33.43 MiB/sec. | ||
| 4770 | 2025.02.25 03:51:53.786991 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 4771 | 2025.02.25 03:51:53.787256 [ 254 ] {708a7c44-6749-4b12-a0f2-d54141500f66} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.009815 sec., 6520.6316861946 rows/sec., 521.16 KiB/sec. | ||
| 4772 | 2025.02.25 03:51:53.787769 [ 254 ] {708a7c44-6749-4b12-a0f2-d54141500f66} <Debug> TCPHandler: Processed in 0.010828662 sec. | ||
| 4773 | 2025.02.25 03:51:53.787779 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4774 | 2025.02.25 03:51:53.788005 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 949 rows starting from the beginning of the part | ||
| 4775 | 2025.02.25 03:51:53.788184 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4776 | 2025.02.25 03:51:53.788337 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4777 | 2025.02.25 03:51:53.788828 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 421 rows starting from the beginning of the part | ||
| 4778 | 2025.02.25 03:51:53.789087 [ 4 ] {23b1855b-ca9c-4c5e-86c9-4c2a0a25337c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4779 | 2025.02.25 03:51:53.789445 [ 4 ] {23b1855b-ca9c-4c5e-86c9-4c2a0a25337c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4780 | 2025.02.25 03:51:53.789819 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 520 rows starting from the beginning of the part | ||
| 4781 | 2025.02.25 03:51:53.790729 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
| 4782 | 2025.02.25 03:51:53.791567 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 103 rows starting from the beginning of the part | ||
| 4783 | 2025.02.25 03:51:53.792441 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part | ||
| 4784 | 2025.02.25 03:51:53.793934 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_41_8} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4785 | 2025.02.25 03:51:53.795265 [ 4 ] {23b1855b-ca9c-4c5e-86c9-4c2a0a25337c} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4786 | 2025.02.25 03:51:53.795383 [ 4 ] {23b1855b-ca9c-4c5e-86c9-4c2a0a25337c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4787 | 2025.02.25 03:51:53.795528 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_41_8} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4788 | 2025.02.25 03:51:53.796489 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 4789 | 2025.02.25 03:51:53.797417 [ 4 ] {23b1855b-ca9c-4c5e-86c9-4c2a0a25337c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4790 | 2025.02.25 03:51:53.798299 [ 4 ] {23b1855b-ca9c-4c5e-86c9-4c2a0a25337c} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4791 | 2025.02.25 03:51:53.798794 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4792 | 2025.02.25 03:51:53.798965 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4793 | 2025.02.25 03:51:53.799132 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4794 | 2025.02.25 03:51:53.799590 [ 4 ] {23b1855b-ca9c-4c5e-86c9-4c2a0a25337c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.010794 sec., 14823.049842505096 rows/sec., 1.03 MiB/sec. | ||
| 4795 | 2025.02.25 03:51:53.799828 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2121 rows, containing 5 columns (5 merged, 0 gathered) in 0.013171575 sec., 161028.57858684327 rows/sec., 12.46 MiB/sec. | ||
| 4796 | 2025.02.25 03:51:53.799861 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 4797 | 2025.02.25 03:51:53.800018 [ 4 ] {23b1855b-ca9c-4c5e-86c9-4c2a0a25337c} <Debug> TCPHandler: Processed in 0.01207116 sec. | ||
| 4798 | 2025.02.25 03:51:53.800410 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4799 | 2025.02.25 03:51:53.800462 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4800 | 2025.02.25 03:51:53.800593 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4801 | 2025.02.25 03:51:53.800804 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10447 rows starting from the beginning of the part | ||
| 4802 | 2025.02.25 03:51:53.800857 [ 254 ] {ed37d040-8ecd-4999-ac28-57daf47a57a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4803 | 2025.02.25 03:51:53.801208 [ 254 ] {ed37d040-8ecd-4999-ac28-57daf47a57a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4804 | 2025.02.25 03:51:53.801334 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part | ||
| 4805 | 2025.02.25 03:51:53.802020 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 962 rows starting from the beginning of the part | ||
| 4806 | 2025.02.25 03:51:53.802120 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_41_8} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4807 | 2025.02.25 03:51:53.802642 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_41_8} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4808 | 2025.02.25 03:51:53.802657 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 44 rows starting from the beginning of the part | ||
| 4809 | 2025.02.25 03:51:53.803031 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4810 | 2025.02.25 03:51:53.803235 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
| 4811 | 2025.02.25 03:51:53.803683 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 4812 | 2025.02.25 03:51:53.805563 [ 254 ] {ed37d040-8ecd-4999-ac28-57daf47a57a9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4813 | 2025.02.25 03:51:53.805639 [ 254 ] {ed37d040-8ecd-4999-ac28-57daf47a57a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4814 | 2025.02.25 03:51:53.807410 [ 254 ] {ed37d040-8ecd-4999-ac28-57daf47a57a9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4815 | 2025.02.25 03:51:53.808295 [ 254 ] {ed37d040-8ecd-4999-ac28-57daf47a57a9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4816 | 2025.02.25 03:51:53.808795 [ 68 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4817 | 2025.02.25 03:51:53.809029 [ 68 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4818 | 2025.02.25 03:51:53.809144 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4819 | 2025.02.25 03:51:53.809433 [ 254 ] {ed37d040-8ecd-4999-ac28-57daf47a57a9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008677 sec., 6914.832315316353 rows/sec., 477.20 KiB/sec. | ||
| 4820 | 2025.02.25 03:51:53.810190 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 4821 | 2025.02.25 03:51:53.810344 [ 254 ] {ed37d040-8ecd-4999-ac28-57daf47a57a9} <Debug> TCPHandler: Processed in 0.010197378 sec. | ||
| 4822 | 2025.02.25 03:51:53.810794 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4823 | 2025.02.25 03:51:53.810929 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1828 rows starting from the beginning of the part | ||
| 4824 | 2025.02.25 03:51:53.811314 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part | ||
| 4825 | 2025.02.25 03:51:53.811686 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 42 rows starting from the beginning of the part | ||
| 4826 | 2025.02.25 03:51:53.812132 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 18 rows starting from the beginning of the part | ||
| 4827 | 2025.02.25 03:51:53.812862 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12010 rows, containing 5 columns (5 merged, 0 gathered) in 0.013499862 sec., 889638.723714361 rows/sec., 60.83 MiB/sec. | ||
| 4828 | 2025.02.25 03:51:53.813018 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
| 4829 | 2025.02.25 03:51:53.813409 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4830 | 2025.02.25 03:51:53.813493 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 4831 | 2025.02.25 03:51:53.814610 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4832 | 2025.02.25 03:51:53.814976 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4833 | 2025.02.25 03:51:53.815420 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. | ||
| 4834 | 2025.02.25 03:51:53.818425 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2090 rows, containing 4 columns (4 merged, 0 gathered) in 0.009015161 sec., 231831.68886279454 rows/sec., 15.54 MiB/sec. | ||
| 4835 | 2025.02.25 03:51:53.818864 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4836 | 2025.02.25 03:51:53.819587 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_41_8} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4837 | 2025.02.25 03:51:53.819821 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_41_8} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4838 | 2025.02.25 03:51:53.820001 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 4839 | 2025.02.25 03:51:53.820501 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 4840 | 2025.02.25 03:51:53.880540 [ 186 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.142142469 sec., 1378.8982376547856 rows/sec., 7.13 MiB/sec. | ||
| 4841 | 2025.02.25 03:51:53.883140 [ 186 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4842 | 2025.02.25 03:51:53.886189 [ 186 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_26_5} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4843 | 2025.02.25 03:51:53.886302 [ 186 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_26_5} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4844 | 2025.02.25 03:51:53.888824 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4845 | 2025.02.25 03:51:54.000152 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.64 MiB, peak 200.18 MiB, free memory in arenas 0.00 B, will set to 192.06 MiB (RSS), difference: 2.42 MiB | ||
| 4846 | 2025.02.25 03:51:57.941704 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 666 | ||
| 4847 | 2025.02.25 03:51:57.944600 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4848 | 2025.02.25 03:51:57.944662 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4849 | 2025.02.25 03:51:57.946166 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4850 | 2025.02.25 03:51:57.946488 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4851 | 2025.02.25 03:51:57.947132 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 666 | ||
| 4852 | 2025.02.25 03:51:58.769937 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4853 | 2025.02.25 03:51:58.770230 [ 4 ] {cb2d1f97-fe98-4dd8-9df5-8272ce9183ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4854 | 2025.02.25 03:51:58.770302 [ 4 ] {cb2d1f97-fe98-4dd8-9df5-8272ce9183ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4855 | 2025.02.25 03:51:58.771048 [ 4 ] {cb2d1f97-fe98-4dd8-9df5-8272ce9183ee} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4856 | 2025.02.25 03:51:58.771096 [ 4 ] {cb2d1f97-fe98-4dd8-9df5-8272ce9183ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4857 | 2025.02.25 03:51:58.771522 [ 4 ] {cb2d1f97-fe98-4dd8-9df5-8272ce9183ee} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4858 | 2025.02.25 03:51:58.771776 [ 4 ] {cb2d1f97-fe98-4dd8-9df5-8272ce9183ee} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4859 | 2025.02.25 03:51:58.772054 [ 4 ] {cb2d1f97-fe98-4dd8-9df5-8272ce9183ee} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001891 sec., 6345.848757271285 rows/sec., 517.46 KiB/sec. | ||
| 4860 | 2025.02.25 03:51:58.772218 [ 4 ] {cb2d1f97-fe98-4dd8-9df5-8272ce9183ee} <Debug> TCPHandler: Processed in 0.002469315 sec. | ||
| 4861 | 2025.02.25 03:51:58.772399 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4862 | 2025.02.25 03:51:58.772546 [ 254 ] {bec4ec38-b04a-42e5-84dd-725f1223aed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4863 | 2025.02.25 03:51:58.772604 [ 254 ] {bec4ec38-b04a-42e5-84dd-725f1223aed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4864 | 2025.02.25 03:51:58.773326 [ 254 ] {bec4ec38-b04a-42e5-84dd-725f1223aed8} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4865 | 2025.02.25 03:51:58.773368 [ 254 ] {bec4ec38-b04a-42e5-84dd-725f1223aed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4866 | 2025.02.25 03:51:58.773763 [ 254 ] {bec4ec38-b04a-42e5-84dd-725f1223aed8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4867 | 2025.02.25 03:51:58.774005 [ 254 ] {bec4ec38-b04a-42e5-84dd-725f1223aed8} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4868 | 2025.02.25 03:51:58.774218 [ 254 ] {bec4ec38-b04a-42e5-84dd-725f1223aed8} <Debug> executeQuery: Read 140 rows, 12.25 KiB in 0.001706 sec., 82063.305978898 rows/sec., 7.01 MiB/sec. | ||
| 4869 | 2025.02.25 03:51:58.774271 [ 254 ] {bec4ec38-b04a-42e5-84dd-725f1223aed8} <Debug> TCPHandler: Processed in 0.001943074 sec. | ||
| 4870 | 2025.02.25 03:51:58.774428 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4871 | 2025.02.25 03:51:58.774560 [ 4 ] {0bc077f3-58cd-497c-8c04-faf5b575bd2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4872 | 2025.02.25 03:51:58.774615 [ 4 ] {0bc077f3-58cd-497c-8c04-faf5b575bd2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4873 | 2025.02.25 03:51:58.775251 [ 4 ] {0bc077f3-58cd-497c-8c04-faf5b575bd2c} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4874 | 2025.02.25 03:51:58.775290 [ 4 ] {0bc077f3-58cd-497c-8c04-faf5b575bd2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4875 | 2025.02.25 03:51:58.775651 [ 4 ] {0bc077f3-58cd-497c-8c04-faf5b575bd2c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4876 | 2025.02.25 03:51:58.775884 [ 4 ] {0bc077f3-58cd-497c-8c04-faf5b575bd2c} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4877 | 2025.02.25 03:51:58.776085 [ 4 ] {0bc077f3-58cd-497c-8c04-faf5b575bd2c} <Debug> executeQuery: Read 51 rows, 3.77 KiB in 0.001556 sec., 32776.349614395884 rows/sec., 2.37 MiB/sec. | ||
| 4878 | 2025.02.25 03:51:58.776136 [ 4 ] {0bc077f3-58cd-497c-8c04-faf5b575bd2c} <Debug> TCPHandler: Processed in 0.001771269 sec. | ||
| 4879 | 2025.02.25 03:51:58.776290 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4880 | 2025.02.25 03:51:58.776422 [ 254 ] {ddfcff78-28c6-47f2-82de-4a30df285683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4881 | 2025.02.25 03:51:58.776476 [ 254 ] {ddfcff78-28c6-47f2-82de-4a30df285683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4882 | 2025.02.25 03:51:58.777149 [ 254 ] {ddfcff78-28c6-47f2-82de-4a30df285683} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4883 | 2025.02.25 03:51:58.777188 [ 254 ] {ddfcff78-28c6-47f2-82de-4a30df285683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4884 | 2025.02.25 03:51:58.777556 [ 254 ] {ddfcff78-28c6-47f2-82de-4a30df285683} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4885 | 2025.02.25 03:51:58.777796 [ 254 ] {ddfcff78-28c6-47f2-82de-4a30df285683} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4886 | 2025.02.25 03:51:58.778001 [ 254 ] {ddfcff78-28c6-47f2-82de-4a30df285683} <Debug> executeQuery: Read 115 rows, 9.22 KiB in 0.001609 sec., 71472.96457426973 rows/sec., 5.59 MiB/sec. | ||
| 4887 | 2025.02.25 03:51:58.778054 [ 254 ] {ddfcff78-28c6-47f2-82de-4a30df285683} <Debug> TCPHandler: Processed in 0.001828461 sec. | ||
| 4888 | 2025.02.25 03:51:58.778188 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4889 | 2025.02.25 03:51:58.778317 [ 4 ] {94415d49-ff4e-4f0a-bdea-95b64dc5fa7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4890 | 2025.02.25 03:51:58.778375 [ 4 ] {94415d49-ff4e-4f0a-bdea-95b64dc5fa7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4891 | 2025.02.25 03:51:58.779003 [ 4 ] {94415d49-ff4e-4f0a-bdea-95b64dc5fa7a} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4892 | 2025.02.25 03:51:58.779049 [ 4 ] {94415d49-ff4e-4f0a-bdea-95b64dc5fa7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4893 | 2025.02.25 03:51:58.779445 [ 4 ] {94415d49-ff4e-4f0a-bdea-95b64dc5fa7a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4894 | 2025.02.25 03:51:58.779685 [ 4 ] {94415d49-ff4e-4f0a-bdea-95b64dc5fa7a} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4895 | 2025.02.25 03:51:58.779889 [ 4 ] {94415d49-ff4e-4f0a-bdea-95b64dc5fa7a} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.001601 sec., 103685.19675202998 rows/sec., 7.22 MiB/sec. | ||
| 4896 | 2025.02.25 03:51:58.779939 [ 4 ] {94415d49-ff4e-4f0a-bdea-95b64dc5fa7a} <Debug> TCPHandler: Processed in 0.00181239 sec. | ||
| 4897 | 2025.02.25 03:51:58.780065 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4898 | 2025.02.25 03:51:58.780180 [ 254 ] {929d47ba-71ed-46dd-bdfc-91f2c846f3f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4899 | 2025.02.25 03:51:58.780259 [ 254 ] {929d47ba-71ed-46dd-bdfc-91f2c846f3f3} <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 | ||
| 4900 | 2025.02.25 03:51:58.781537 [ 254 ] {929d47ba-71ed-46dd-bdfc-91f2c846f3f3} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4901 | 2025.02.25 03:51:58.781577 [ 254 ] {929d47ba-71ed-46dd-bdfc-91f2c846f3f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4902 | 2025.02.25 03:51:58.782247 [ 254 ] {929d47ba-71ed-46dd-bdfc-91f2c846f3f3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4903 | 2025.02.25 03:51:58.782505 [ 254 ] {929d47ba-71ed-46dd-bdfc-91f2c846f3f3} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4904 | 2025.02.25 03:51:58.782762 [ 254 ] {929d47ba-71ed-46dd-bdfc-91f2c846f3f3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002612 sec., 14931.087289433384 rows/sec., 26.76 MiB/sec. | ||
| 4905 | 2025.02.25 03:51:58.782868 [ 254 ] {929d47ba-71ed-46dd-bdfc-91f2c846f3f3} <Debug> TCPHandler: Processed in 0.002855384 sec. | ||
| 4906 | 2025.02.25 03:51:58.783022 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4907 | 2025.02.25 03:51:58.783151 [ 4 ] {2ce9603f-f963-44e6-8c1c-eba1a4d886cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4908 | 2025.02.25 03:51:58.783197 [ 4 ] {2ce9603f-f963-44e6-8c1c-eba1a4d886cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4909 | 2025.02.25 03:51:58.783626 [ 4 ] {2ce9603f-f963-44e6-8c1c-eba1a4d886cf} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4910 | 2025.02.25 03:51:58.783665 [ 4 ] {2ce9603f-f963-44e6-8c1c-eba1a4d886cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4911 | 2025.02.25 03:51:58.784016 [ 4 ] {2ce9603f-f963-44e6-8c1c-eba1a4d886cf} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4912 | 2025.02.25 03:51:58.784246 [ 4 ] {2ce9603f-f963-44e6-8c1c-eba1a4d886cf} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4913 | 2025.02.25 03:51:58.784448 [ 4 ] {2ce9603f-f963-44e6-8c1c-eba1a4d886cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001325 sec., 45283.018867924526 rows/sec., 3.05 MiB/sec. | ||
| 4914 | 2025.02.25 03:51:58.784496 [ 4 ] {2ce9603f-f963-44e6-8c1c-eba1a4d886cf} <Debug> TCPHandler: Processed in 0.001537864 sec. | ||
| 4915 | 2025.02.25 03:52:00.402132 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 4916 | 2025.02.25 03:52:00.402841 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4917 | 2025.02.25 03:52:00.402888 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4918 | 2025.02.25 03:52:00.403511 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4919 | 2025.02.25 03:52:00.403776 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4920 | 2025.02.25 03:52:00.404019 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 4921 | 2025.02.25 03:52:01.247829 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 4922 | 2025.02.25 03:52:01.267144 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4923 | 2025.02.25 03:52:01.267202 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4924 | 2025.02.25 03:52:01.274411 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4925 | 2025.02.25 03:52:01.275175 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4926 | 2025.02.25 03:52:01.278667 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 4927 | 2025.02.25 03:52:03.768430 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4928 | 2025.02.25 03:52:03.768758 [ 4 ] {e23f168e-7156-4eb0-9b6e-a22ae41c5e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4929 | 2025.02.25 03:52:03.768877 [ 4 ] {e23f168e-7156-4eb0-9b6e-a22ae41c5e99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4930 | 2025.02.25 03:52:03.769805 [ 4 ] {e23f168e-7156-4eb0-9b6e-a22ae41c5e99} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4931 | 2025.02.25 03:52:03.769857 [ 4 ] {e23f168e-7156-4eb0-9b6e-a22ae41c5e99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4932 | 2025.02.25 03:52:03.770307 [ 4 ] {e23f168e-7156-4eb0-9b6e-a22ae41c5e99} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 4933 | 2025.02.25 03:52:03.770557 [ 4 ] {e23f168e-7156-4eb0-9b6e-a22ae41c5e99} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4934 | 2025.02.25 03:52:03.770802 [ 4 ] {e23f168e-7156-4eb0-9b6e-a22ae41c5e99} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002128 sec., 26315.78947368421 rows/sec., 2.01 MiB/sec. | ||
| 4935 | 2025.02.25 03:52:03.770857 [ 4 ] {e23f168e-7156-4eb0-9b6e-a22ae41c5e99} <Debug> TCPHandler: Processed in 0.002617088 sec. | ||
| 4936 | 2025.02.25 03:52:03.771026 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4937 | 2025.02.25 03:52:03.771168 [ 254 ] {f5466b74-c74f-49f3-a6a1-51ce92d450cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4938 | 2025.02.25 03:52:03.771223 [ 254 ] {f5466b74-c74f-49f3-a6a1-51ce92d450cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4939 | 2025.02.25 03:52:03.771820 [ 254 ] {f5466b74-c74f-49f3-a6a1-51ce92d450cf} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4940 | 2025.02.25 03:52:03.771861 [ 254 ] {f5466b74-c74f-49f3-a6a1-51ce92d450cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4941 | 2025.02.25 03:52:03.772236 [ 254 ] {f5466b74-c74f-49f3-a6a1-51ce92d450cf} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 4942 | 2025.02.25 03:52:03.772477 [ 254 ] {f5466b74-c74f-49f3-a6a1-51ce92d450cf} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4943 | 2025.02.25 03:52:03.772697 [ 254 ] {f5466b74-c74f-49f3-a6a1-51ce92d450cf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001559 sec., 41051.95638229634 rows/sec., 3.20 MiB/sec. | ||
| 4944 | 2025.02.25 03:52:03.772750 [ 254 ] {f5466b74-c74f-49f3-a6a1-51ce92d450cf} <Debug> TCPHandler: Processed in 0.00179573 sec. | ||
| 4945 | 2025.02.25 03:52:03.772904 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4946 | 2025.02.25 03:52:03.773011 [ 4 ] {1e7316ea-3741-4d98-987a-b644819cff9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4947 | 2025.02.25 03:52:03.773060 [ 4 ] {1e7316ea-3741-4d98-987a-b644819cff9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4948 | 2025.02.25 03:52:03.773590 [ 4 ] {1e7316ea-3741-4d98-987a-b644819cff9a} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4949 | 2025.02.25 03:52:03.773629 [ 4 ] {1e7316ea-3741-4d98-987a-b644819cff9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4950 | 2025.02.25 03:52:03.774012 [ 4 ] {1e7316ea-3741-4d98-987a-b644819cff9a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 4951 | 2025.02.25 03:52:03.774249 [ 4 ] {1e7316ea-3741-4d98-987a-b644819cff9a} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4952 | 2025.02.25 03:52:03.774502 [ 4 ] {1e7316ea-3741-4d98-987a-b644819cff9a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001508 sec., 106100.79575596817 rows/sec., 7.39 MiB/sec. | ||
| 4953 | 2025.02.25 03:52:03.774579 [ 4 ] {1e7316ea-3741-4d98-987a-b644819cff9a} <Debug> TCPHandler: Processed in 0.001728479 sec. | ||
| 4954 | 2025.02.25 03:52:03.774827 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4955 | 2025.02.25 03:52:03.775136 [ 254 ] {38495e99-3716-4185-a105-9d231b82957d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4956 | 2025.02.25 03:52:03.775208 [ 254 ] {38495e99-3716-4185-a105-9d231b82957d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4957 | 2025.02.25 03:52:03.775682 [ 254 ] {38495e99-3716-4185-a105-9d231b82957d} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4958 | 2025.02.25 03:52:03.775721 [ 254 ] {38495e99-3716-4185-a105-9d231b82957d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4959 | 2025.02.25 03:52:03.776084 [ 254 ] {38495e99-3716-4185-a105-9d231b82957d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 4960 | 2025.02.25 03:52:03.776331 [ 254 ] {38495e99-3716-4185-a105-9d231b82957d} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4961 | 2025.02.25 03:52:03.776550 [ 254 ] {38495e99-3716-4185-a105-9d231b82957d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001508 sec., 39787.798408488066 rows/sec., 2.68 MiB/sec. | ||
| 4962 | 2025.02.25 03:52:03.776601 [ 254 ] {38495e99-3716-4185-a105-9d231b82957d} <Debug> TCPHandler: Processed in 0.001923073 sec. | ||
| 4963 | 2025.02.25 03:52:07.781851 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4964 | 2025.02.25 03:52:07.781902 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4965 | 2025.02.25 03:52:07.905124 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 4966 | 2025.02.25 03:52:07.905745 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4967 | 2025.02.25 03:52:07.905784 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4968 | 2025.02.25 03:52:07.906385 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4969 | 2025.02.25 03:52:07.906639 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4970 | 2025.02.25 03:52:07.906837 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 4971 | 2025.02.25 03:52:07.948257 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 688 | ||
| 4972 | 2025.02.25 03:52:07.951117 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4973 | 2025.02.25 03:52:07.951165 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4974 | 2025.02.25 03:52:07.952610 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4975 | 2025.02.25 03:52:07.952913 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4976 | 2025.02.25 03:52:07.953969 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 688 | ||
| 4977 | 2025.02.25 03:52:08.770254 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4978 | 2025.02.25 03:52:08.770471 [ 4 ] {ea5e66df-9007-480d-baeb-7b06f7814f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4979 | 2025.02.25 03:52:08.770543 [ 4 ] {ea5e66df-9007-480d-baeb-7b06f7814f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4980 | 2025.02.25 03:52:08.771314 [ 4 ] {ea5e66df-9007-480d-baeb-7b06f7814f65} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4981 | 2025.02.25 03:52:08.771368 [ 4 ] {ea5e66df-9007-480d-baeb-7b06f7814f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4982 | 2025.02.25 03:52:08.771817 [ 4 ] {ea5e66df-9007-480d-baeb-7b06f7814f65} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 4983 | 2025.02.25 03:52:08.772080 [ 4 ] {ea5e66df-9007-480d-baeb-7b06f7814f65} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4984 | 2025.02.25 03:52:08.772338 [ 4 ] {ea5e66df-9007-480d-baeb-7b06f7814f65} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001923 sec., 69682.78731149246 rows/sec., 6.00 MiB/sec. | ||
| 4985 | 2025.02.25 03:52:08.772420 [ 4 ] {ea5e66df-9007-480d-baeb-7b06f7814f65} <Debug> TCPHandler: Processed in 0.002304042 sec. | ||
| 4986 | 2025.02.25 03:52:08.772602 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4987 | 2025.02.25 03:52:08.772727 [ 254 ] {1a782217-beb1-4f20-be2f-55a4b79304cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4988 | 2025.02.25 03:52:08.772778 [ 254 ] {1a782217-beb1-4f20-be2f-55a4b79304cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4989 | 2025.02.25 03:52:08.773337 [ 254 ] {1a782217-beb1-4f20-be2f-55a4b79304cd} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4990 | 2025.02.25 03:52:08.773377 [ 254 ] {1a782217-beb1-4f20-be2f-55a4b79304cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 4991 | 2025.02.25 03:52:08.773750 [ 254 ] {1a782217-beb1-4f20-be2f-55a4b79304cd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4992 | 2025.02.25 03:52:08.773994 [ 254 ] {1a782217-beb1-4f20-be2f-55a4b79304cd} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4993 | 2025.02.25 03:52:08.774252 [ 254 ] {1a782217-beb1-4f20-be2f-55a4b79304cd} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001548 sec., 25193.798449612405 rows/sec., 1.85 MiB/sec. | ||
| 4994 | 2025.02.25 03:52:08.774475 [ 254 ] {1a782217-beb1-4f20-be2f-55a4b79304cd} <Debug> TCPHandler: Processed in 0.001951733 sec. | ||
| 4995 | 2025.02.25 03:52:08.774669 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4996 | 2025.02.25 03:52:08.774805 [ 4 ] {9e098393-df67-49ed-91d5-c7d775be2556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4997 | 2025.02.25 03:52:08.774862 [ 4 ] {9e098393-df67-49ed-91d5-c7d775be2556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4998 | 2025.02.25 03:52:08.775544 [ 4 ] {9e098393-df67-49ed-91d5-c7d775be2556} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4999 | 2025.02.25 03:52:08.775584 [ 4 ] {9e098393-df67-49ed-91d5-c7d775be2556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5000 | 2025.02.25 03:52:08.775947 [ 4 ] {9e098393-df67-49ed-91d5-c7d775be2556} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5001 | 2025.02.25 03:52:08.776186 [ 4 ] {9e098393-df67-49ed-91d5-c7d775be2556} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5002 | 2025.02.25 03:52:08.776408 [ 4 ] {9e098393-df67-49ed-91d5-c7d775be2556} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001631 sec., 63151.440833844266 rows/sec., 4.93 MiB/sec. | ||
| 5003 | 2025.02.25 03:52:08.776532 [ 4 ] {9e098393-df67-49ed-91d5-c7d775be2556} <Debug> TCPHandler: Processed in 0.001936673 sec. | ||
| 5004 | 2025.02.25 03:52:08.776692 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5005 | 2025.02.25 03:52:08.776824 [ 254 ] {fa9ecd62-6889-47af-8426-178bc3b87f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5006 | 2025.02.25 03:52:08.776883 [ 254 ] {fa9ecd62-6889-47af-8426-178bc3b87f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5007 | 2025.02.25 03:52:08.777496 [ 254 ] {fa9ecd62-6889-47af-8426-178bc3b87f8c} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5008 | 2025.02.25 03:52:08.777534 [ 254 ] {fa9ecd62-6889-47af-8426-178bc3b87f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5009 | 2025.02.25 03:52:08.777921 [ 254 ] {fa9ecd62-6889-47af-8426-178bc3b87f8c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5010 | 2025.02.25 03:52:08.778158 [ 254 ] {fa9ecd62-6889-47af-8426-178bc3b87f8c} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5011 | 2025.02.25 03:52:08.778367 [ 254 ] {fa9ecd62-6889-47af-8426-178bc3b87f8c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. | ||
| 5012 | 2025.02.25 03:52:08.778419 [ 254 ] {fa9ecd62-6889-47af-8426-178bc3b87f8c} <Debug> TCPHandler: Processed in 0.001804781 sec. | ||
| 5013 | 2025.02.25 03:52:08.778565 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5014 | 2025.02.25 03:52:08.778694 [ 4 ] {eec24074-41cb-4fbf-a44d-b47940cd2a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5015 | 2025.02.25 03:52:08.778774 [ 4 ] {eec24074-41cb-4fbf-a44d-b47940cd2a87} <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 | ||
| 5016 | 2025.02.25 03:52:08.779709 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5017 | 2025.02.25 03:52:08.781455 [ 4 ] {eec24074-41cb-4fbf-a44d-b47940cd2a87} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5018 | 2025.02.25 03:52:08.781685 [ 4 ] {eec24074-41cb-4fbf-a44d-b47940cd2a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5019 | 2025.02.25 03:52:08.786353 [ 4 ] {eec24074-41cb-4fbf-a44d-b47940cd2a87} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5020 | 2025.02.25 03:52:08.787869 [ 4 ] {eec24074-41cb-4fbf-a44d-b47940cd2a87} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5021 | 2025.02.25 03:52:08.788812 [ 4 ] {eec24074-41cb-4fbf-a44d-b47940cd2a87} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.010096 sec., 3862.916006339144 rows/sec., 6.92 MiB/sec. | ||
| 5022 | 2025.02.25 03:52:08.789686 [ 4 ] {eec24074-41cb-4fbf-a44d-b47940cd2a87} <Debug> TCPHandler: Processed in 0.01117691 sec. | ||
| 5023 | 2025.02.25 03:52:08.790013 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5024 | 2025.02.25 03:52:08.790315 [ 254 ] {7c3c64be-1f2b-4046-b903-8d006ced2b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5025 | 2025.02.25 03:52:08.790472 [ 254 ] {7c3c64be-1f2b-4046-b903-8d006ced2b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5026 | 2025.02.25 03:52:08.794111 [ 254 ] {7c3c64be-1f2b-4046-b903-8d006ced2b0b} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5027 | 2025.02.25 03:52:08.794215 [ 254 ] {7c3c64be-1f2b-4046-b903-8d006ced2b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5028 | 2025.02.25 03:52:08.795771 [ 254 ] {7c3c64be-1f2b-4046-b903-8d006ced2b0b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5029 | 2025.02.25 03:52:08.796582 [ 254 ] {7c3c64be-1f2b-4046-b903-8d006ced2b0b} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5030 | 2025.02.25 03:52:08.797125 [ 254 ] {7c3c64be-1f2b-4046-b903-8d006ced2b0b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006892 sec., 8705.745792222868 rows/sec., 600.79 KiB/sec. | ||
| 5031 | 2025.02.25 03:52:08.797299 [ 254 ] {7c3c64be-1f2b-4046-b903-8d006ced2b0b} <Debug> TCPHandler: Processed in 0.007493198 sec. | ||
| 5032 | 2025.02.25 03:52:08.813701 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5033 | 2025.02.25 03:52:08.813750 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5034 | 2025.02.25 03:52:08.821628 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5035 | 2025.02.25 03:52:08.822419 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5036 | 2025.02.25 03:52:08.825484 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5037 | 2025.02.25 03:52:10.877088 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5038 | 2025.02.25 03:52:10.877285 [ 4 ] {0078a8e1-0560-4934-b674-0c07bffe7d93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5039 | 2025.02.25 03:52:10.877360 [ 4 ] {0078a8e1-0560-4934-b674-0c07bffe7d93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5040 | 2025.02.25 03:52:10.878135 [ 4 ] {0078a8e1-0560-4934-b674-0c07bffe7d93} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5041 | 2025.02.25 03:52:10.878191 [ 4 ] {0078a8e1-0560-4934-b674-0c07bffe7d93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5042 | 2025.02.25 03:52:10.878685 [ 4 ] {0078a8e1-0560-4934-b674-0c07bffe7d93} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5043 | 2025.02.25 03:52:10.879058 [ 4 ] {0078a8e1-0560-4934-b674-0c07bffe7d93} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5044 | 2025.02.25 03:52:10.879450 [ 4 ] {0078a8e1-0560-4934-b674-0c07bffe7d93} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002201 sec., 10904.134484325308 rows/sec., 926.43 KiB/sec. | ||
| 5045 | 2025.02.25 03:52:10.879548 [ 4 ] {0078a8e1-0560-4934-b674-0c07bffe7d93} <Debug> TCPHandler: Processed in 0.002594927 sec. | ||
| 5046 | 2025.02.25 03:52:10.879736 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5047 | 2025.02.25 03:52:10.879860 [ 254 ] {c689fcb8-bbc3-4763-b937-ba4003877e79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5048 | 2025.02.25 03:52:10.879912 [ 254 ] {c689fcb8-bbc3-4763-b937-ba4003877e79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5049 | 2025.02.25 03:52:10.880478 [ 254 ] {c689fcb8-bbc3-4763-b937-ba4003877e79} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5050 | 2025.02.25 03:52:10.880523 [ 254 ] {c689fcb8-bbc3-4763-b937-ba4003877e79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5051 | 2025.02.25 03:52:10.880891 [ 254 ] {c689fcb8-bbc3-4763-b937-ba4003877e79} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5052 | 2025.02.25 03:52:10.881133 [ 254 ] {c689fcb8-bbc3-4763-b937-ba4003877e79} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5053 | 2025.02.25 03:52:10.881352 [ 254 ] {c689fcb8-bbc3-4763-b937-ba4003877e79} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001522 sec., 2628.120893561104 rows/sec., 214.30 KiB/sec. | ||
| 5054 | 2025.02.25 03:52:10.881407 [ 254 ] {c689fcb8-bbc3-4763-b937-ba4003877e79} <Debug> TCPHandler: Processed in 0.001731099 sec. | ||
| 5055 | 2025.02.25 03:52:10.881560 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5056 | 2025.02.25 03:52:10.881679 [ 4 ] {081c2c99-9db5-43fc-b316-0c1da0c1129a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5057 | 2025.02.25 03:52:10.881726 [ 4 ] {081c2c99-9db5-43fc-b316-0c1da0c1129a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5058 | 2025.02.25 03:52:10.882747 [ 4 ] {081c2c99-9db5-43fc-b316-0c1da0c1129a} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5059 | 2025.02.25 03:52:10.882789 [ 4 ] {081c2c99-9db5-43fc-b316-0c1da0c1129a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5060 | 2025.02.25 03:52:10.883234 [ 4 ] {081c2c99-9db5-43fc-b316-0c1da0c1129a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5061 | 2025.02.25 03:52:10.883471 [ 4 ] {081c2c99-9db5-43fc-b316-0c1da0c1129a} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5062 | 2025.02.25 03:52:10.883707 [ 4 ] {081c2c99-9db5-43fc-b316-0c1da0c1129a} <Debug> executeQuery: Read 1318 rows, 112.08 KiB in 0.002053 sec., 641987.3356064296 rows/sec., 53.31 MiB/sec. | ||
| 5063 | 2025.02.25 03:52:10.883760 [ 4 ] {081c2c99-9db5-43fc-b316-0c1da0c1129a} <Debug> TCPHandler: Processed in 0.002253071 sec. | ||
| 5064 | 2025.02.25 03:52:10.883912 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5065 | 2025.02.25 03:52:10.884025 [ 254 ] {4e6e28d9-6ad0-4b02-b864-a67baca233ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5066 | 2025.02.25 03:52:10.884072 [ 254 ] {4e6e28d9-6ad0-4b02-b864-a67baca233ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5067 | 2025.02.25 03:52:10.884615 [ 254 ] {4e6e28d9-6ad0-4b02-b864-a67baca233ad} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5068 | 2025.02.25 03:52:10.884657 [ 254 ] {4e6e28d9-6ad0-4b02-b864-a67baca233ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5069 | 2025.02.25 03:52:10.885009 [ 254 ] {4e6e28d9-6ad0-4b02-b864-a67baca233ad} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5070 | 2025.02.25 03:52:10.885258 [ 254 ] {4e6e28d9-6ad0-4b02-b864-a67baca233ad} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5071 | 2025.02.25 03:52:10.885460 [ 254 ] {4e6e28d9-6ad0-4b02-b864-a67baca233ad} <Debug> executeQuery: Read 16 rows, 1.24 KiB in 0.001446 sec., 11065.006915629323 rows/sec., 857.70 KiB/sec. | ||
| 5072 | 2025.02.25 03:52:10.885565 [ 254 ] {4e6e28d9-6ad0-4b02-b864-a67baca233ad} <Debug> TCPHandler: Processed in 0.001704098 sec. | ||
| 5073 | 2025.02.25 03:52:10.885780 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5074 | 2025.02.25 03:52:10.885928 [ 4 ] {1896f4e6-148e-4dd2-b558-aca1a3bb55b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5075 | 2025.02.25 03:52:10.885985 [ 4 ] {1896f4e6-148e-4dd2-b558-aca1a3bb55b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5076 | 2025.02.25 03:52:10.886670 [ 4 ] {1896f4e6-148e-4dd2-b558-aca1a3bb55b1} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5077 | 2025.02.25 03:52:10.886709 [ 4 ] {1896f4e6-148e-4dd2-b558-aca1a3bb55b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5078 | 2025.02.25 03:52:10.887068 [ 4 ] {1896f4e6-148e-4dd2-b558-aca1a3bb55b1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5079 | 2025.02.25 03:52:10.887305 [ 4 ] {1896f4e6-148e-4dd2-b558-aca1a3bb55b1} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5080 | 2025.02.25 03:52:10.887512 [ 4 ] {1896f4e6-148e-4dd2-b558-aca1a3bb55b1} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001607 sec., 156813.9390168015 rows/sec., 10.85 MiB/sec. | ||
| 5081 | 2025.02.25 03:52:10.887702 [ 4 ] {1896f4e6-148e-4dd2-b558-aca1a3bb55b1} <Debug> TCPHandler: Processed in 0.002049796 sec. | ||
| 5082 | 2025.02.25 03:52:10.887848 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5083 | 2025.02.25 03:52:10.887967 [ 254 ] {f0b9a61e-3765-4c33-ac0e-41d8568251ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5084 | 2025.02.25 03:52:10.888013 [ 254 ] {f0b9a61e-3765-4c33-ac0e-41d8568251ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5085 | 2025.02.25 03:52:10.888566 [ 254 ] {f0b9a61e-3765-4c33-ac0e-41d8568251ef} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5086 | 2025.02.25 03:52:10.888607 [ 254 ] {f0b9a61e-3765-4c33-ac0e-41d8568251ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5087 | 2025.02.25 03:52:10.888981 [ 254 ] {f0b9a61e-3765-4c33-ac0e-41d8568251ef} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5088 | 2025.02.25 03:52:10.889226 [ 254 ] {f0b9a61e-3765-4c33-ac0e-41d8568251ef} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5089 | 2025.02.25 03:52:10.889462 [ 254 ] {f0b9a61e-3765-4c33-ac0e-41d8568251ef} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001497 sec., 8016.032064128256 rows/sec., 626.25 KiB/sec. | ||
| 5090 | 2025.02.25 03:52:10.889599 [ 254 ] {f0b9a61e-3765-4c33-ac0e-41d8568251ef} <Debug> TCPHandler: Processed in 0.00180661 sec. | ||
| 5091 | 2025.02.25 03:52:10.889739 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5092 | 2025.02.25 03:52:10.889849 [ 4 ] {57b2a2eb-8045-4d1b-a3a2-e78ca58dae39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5093 | 2025.02.25 03:52:10.889894 [ 4 ] {57b2a2eb-8045-4d1b-a3a2-e78ca58dae39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5094 | 2025.02.25 03:52:10.890597 [ 4 ] {57b2a2eb-8045-4d1b-a3a2-e78ca58dae39} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5095 | 2025.02.25 03:52:10.890635 [ 4 ] {57b2a2eb-8045-4d1b-a3a2-e78ca58dae39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5096 | 2025.02.25 03:52:10.891015 [ 4 ] {57b2a2eb-8045-4d1b-a3a2-e78ca58dae39} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5097 | 2025.02.25 03:52:10.891245 [ 4 ] {57b2a2eb-8045-4d1b-a3a2-e78ca58dae39} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5098 | 2025.02.25 03:52:10.891437 [ 4 ] {57b2a2eb-8045-4d1b-a3a2-e78ca58dae39} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.001608 sec., 348258.70646766166 rows/sec., 26.11 MiB/sec. | ||
| 5099 | 2025.02.25 03:52:10.891548 [ 4 ] {57b2a2eb-8045-4d1b-a3a2-e78ca58dae39} <Debug> TCPHandler: Processed in 0.001862292 sec. | ||
| 5100 | 2025.02.25 03:52:10.891697 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5101 | 2025.02.25 03:52:10.891806 [ 254 ] {5e8af4eb-1179-4238-86a9-8c4695f0b463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5102 | 2025.02.25 03:52:10.891855 [ 254 ] {5e8af4eb-1179-4238-86a9-8c4695f0b463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5103 | 2025.02.25 03:52:10.892540 [ 254 ] {5e8af4eb-1179-4238-86a9-8c4695f0b463} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5104 | 2025.02.25 03:52:10.892578 [ 254 ] {5e8af4eb-1179-4238-86a9-8c4695f0b463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5105 | 2025.02.25 03:52:10.893015 [ 254 ] {5e8af4eb-1179-4238-86a9-8c4695f0b463} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5106 | 2025.02.25 03:52:10.893257 [ 254 ] {5e8af4eb-1179-4238-86a9-8c4695f0b463} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5107 | 2025.02.25 03:52:10.893464 [ 254 ] {5e8af4eb-1179-4238-86a9-8c4695f0b463} <Debug> executeQuery: Read 984 rows, 68.51 KiB in 0.001671 sec., 588868.9407540396 rows/sec., 40.04 MiB/sec. | ||
| 5108 | 2025.02.25 03:52:10.893533 [ 254 ] {5e8af4eb-1179-4238-86a9-8c4695f0b463} <Debug> TCPHandler: Processed in 0.001891602 sec. | ||
| 5109 | 2025.02.25 03:52:10.893762 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5110 | 2025.02.25 03:52:10.893914 [ 4 ] {808aa18c-4594-41b8-b4d4-5f9d621ab565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5111 | 2025.02.25 03:52:10.893966 [ 4 ] {808aa18c-4594-41b8-b4d4-5f9d621ab565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5112 | 2025.02.25 03:52:10.894433 [ 4 ] {808aa18c-4594-41b8-b4d4-5f9d621ab565} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5113 | 2025.02.25 03:52:10.894471 [ 4 ] {808aa18c-4594-41b8-b4d4-5f9d621ab565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5114 | 2025.02.25 03:52:10.894830 [ 4 ] {808aa18c-4594-41b8-b4d4-5f9d621ab565} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5115 | 2025.02.25 03:52:10.895069 [ 4 ] {808aa18c-4594-41b8-b4d4-5f9d621ab565} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5116 | 2025.02.25 03:52:10.895255 [ 4 ] {808aa18c-4594-41b8-b4d4-5f9d621ab565} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001369 sec., 17531.044558071586 rows/sec., 1.18 MiB/sec. | ||
| 5117 | 2025.02.25 03:52:10.895352 [ 4 ] {808aa18c-4594-41b8-b4d4-5f9d621ab565} <Debug> TCPHandler: Processed in 0.001709608 sec. | ||
| 5118 | 2025.02.25 03:52:13.764728 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5119 | 2025.02.25 03:52:13.764936 [ 4 ] {91b8bea3-2b6e-4302-a2ab-8545bf0a927e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5120 | 2025.02.25 03:52:13.765010 [ 4 ] {91b8bea3-2b6e-4302-a2ab-8545bf0a927e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5121 | 2025.02.25 03:52:13.765795 [ 4 ] {91b8bea3-2b6e-4302-a2ab-8545bf0a927e} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5122 | 2025.02.25 03:52:13.765847 [ 4 ] {91b8bea3-2b6e-4302-a2ab-8545bf0a927e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5123 | 2025.02.25 03:52:13.766274 [ 4 ] {91b8bea3-2b6e-4302-a2ab-8545bf0a927e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5124 | 2025.02.25 03:52:13.766536 [ 4 ] {91b8bea3-2b6e-4302-a2ab-8545bf0a927e} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5125 | 2025.02.25 03:52:13.766742 [ 38 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5126 | 2025.02.25 03:52:13.766804 [ 4 ] {91b8bea3-2b6e-4302-a2ab-8545bf0a927e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001916 sec., 29227.557411273487 rows/sec., 2.23 MiB/sec. | ||
| 5127 | 2025.02.25 03:52:13.766815 [ 38 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5128 | 2025.02.25 03:52:13.766886 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5129 | 2025.02.25 03:52:13.766949 [ 4 ] {91b8bea3-2b6e-4302-a2ab-8545bf0a927e} <Debug> TCPHandler: Processed in 0.002339382 sec. | ||
| 5130 | 2025.02.25 03:52:13.767231 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5131 | 2025.02.25 03:52:13.767272 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 5132 | 2025.02.25 03:52:13.767604 [ 254 ] {1118cc81-fd41-47ca-9738-f00086716de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5133 | 2025.02.25 03:52:13.767784 [ 254 ] {1118cc81-fd41-47ca-9738-f00086716de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5134 | 2025.02.25 03:52:13.768140 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5135 | 2025.02.25 03:52:13.768219 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1965 rows starting from the beginning of the part | ||
| 5136 | 2025.02.25 03:52:13.768596 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 140 rows starting from the beginning of the part | ||
| 5137 | 2025.02.25 03:52:13.768931 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
| 5138 | 2025.02.25 03:52:13.769287 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 134 rows starting from the beginning of the part | ||
| 5139 | 2025.02.25 03:52:13.769585 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1318 rows starting from the beginning of the part | ||
| 5140 | 2025.02.25 03:52:13.769868 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
| 5141 | 2025.02.25 03:52:13.770696 [ 254 ] {1118cc81-fd41-47ca-9738-f00086716de5} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5142 | 2025.02.25 03:52:13.770770 [ 254 ] {1118cc81-fd41-47ca-9738-f00086716de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5143 | 2025.02.25 03:52:13.771650 [ 254 ] {1118cc81-fd41-47ca-9738-f00086716de5} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5144 | 2025.02.25 03:52:13.772215 [ 254 ] {1118cc81-fd41-47ca-9738-f00086716de5} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5145 | 2025.02.25 03:52:13.772538 [ 38 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5146 | 2025.02.25 03:52:13.772620 [ 38 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5147 | 2025.02.25 03:52:13.772650 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5148 | 2025.02.25 03:52:13.772690 [ 254 ] {1118cc81-fd41-47ca-9738-f00086716de5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005212 sec., 12279.355333844975 rows/sec., 981.43 KiB/sec. | ||
| 5149 | 2025.02.25 03:52:13.772991 [ 254 ] {1118cc81-fd41-47ca-9738-f00086716de5} <Debug> TCPHandler: Processed in 0.005883871 sec. | ||
| 5150 | 2025.02.25 03:52:13.773198 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 5151 | 2025.02.25 03:52:13.773268 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5152 | 2025.02.25 03:52:13.773686 [ 4 ] {eafab09f-e189-41db-898a-735a975a4c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5153 | 2025.02.25 03:52:13.773811 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5154 | 2025.02.25 03:52:13.773891 [ 4 ] {eafab09f-e189-41db-898a-735a975a4c97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5155 | 2025.02.25 03:52:13.773968 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 949 rows starting from the beginning of the part | ||
| 5156 | 2025.02.25 03:52:13.774102 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3669 rows, containing 5 columns (5 merged, 0 gathered) in 0.007107599 sec., 516208.07532895426 rows/sec., 44.56 MiB/sec. | ||
| 5157 | 2025.02.25 03:52:13.774555 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 115 rows starting from the beginning of the part | ||
| 5158 | 2025.02.25 03:52:13.774724 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5159 | 2025.02.25 03:52:13.775253 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
| 5160 | 2025.02.25 03:52:13.775721 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 103 rows starting from the beginning of the part | ||
| 5161 | 2025.02.25 03:52:13.775959 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_46_9} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5162 | 2025.02.25 03:52:13.776358 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_46_9} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5163 | 2025.02.25 03:52:13.776421 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 560 rows starting from the beginning of the part | ||
| 5164 | 2025.02.25 03:52:13.776698 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 5165 | 2025.02.25 03:52:13.776955 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
| 5166 | 2025.02.25 03:52:13.777462 [ 4 ] {eafab09f-e189-41db-898a-735a975a4c97} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5167 | 2025.02.25 03:52:13.777536 [ 4 ] {eafab09f-e189-41db-898a-735a975a4c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5168 | 2025.02.25 03:52:13.778440 [ 4 ] {eafab09f-e189-41db-898a-735a975a4c97} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5169 | 2025.02.25 03:52:13.779020 [ 4 ] {eafab09f-e189-41db-898a-735a975a4c97} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5170 | 2025.02.25 03:52:13.779383 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5171 | 2025.02.25 03:52:13.779483 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5172 | 2025.02.25 03:52:13.779527 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5173 | 2025.02.25 03:52:13.779578 [ 4 ] {eafab09f-e189-41db-898a-735a975a4c97} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.00604 sec., 15894.039735099337 rows/sec., 1.11 MiB/sec. | ||
| 5174 | 2025.02.25 03:52:13.779977 [ 4 ] {eafab09f-e189-41db-898a-735a975a4c97} <Debug> TCPHandler: Processed in 0.006831833 sec. | ||
| 5175 | 2025.02.25 03:52:13.779978 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 5176 | 2025.02.25 03:52:13.780287 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5177 | 2025.02.25 03:52:13.780560 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5178 | 2025.02.25 03:52:13.780679 [ 254 ] {765e2872-f0e8-4b06-b52c-7050cd43b822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5179 | 2025.02.25 03:52:13.780703 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12010 rows starting from the beginning of the part | ||
| 5180 | 2025.02.25 03:52:13.780884 [ 254 ] {765e2872-f0e8-4b06-b52c-7050cd43b822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5181 | 2025.02.25 03:52:13.781163 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 166 rows starting from the beginning of the part | ||
| 5182 | 2025.02.25 03:52:13.781680 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
| 5183 | 2025.02.25 03:52:13.782119 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 5184 | 2025.02.25 03:52:13.782635 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 984 rows starting from the beginning of the part | ||
| 5185 | 2025.02.25 03:52:13.783061 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 96 rows starting from the beginning of the part | ||
| 5186 | 2025.02.25 03:52:13.783582 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1855 rows, containing 5 columns (5 merged, 0 gathered) in 0.010711579 sec., 173177.08248242392 rows/sec., 13.59 MiB/sec. | ||
| 5187 | 2025.02.25 03:52:13.784510 [ 254 ] {765e2872-f0e8-4b06-b52c-7050cd43b822} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5188 | 2025.02.25 03:52:13.784620 [ 254 ] {765e2872-f0e8-4b06-b52c-7050cd43b822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5189 | 2025.02.25 03:52:13.784694 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5190 | 2025.02.25 03:52:13.785473 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_46_9} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5191 | 2025.02.25 03:52:13.785839 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_46_9} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5192 | 2025.02.25 03:52:13.785921 [ 254 ] {765e2872-f0e8-4b06-b52c-7050cd43b822} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5193 | 2025.02.25 03:52:13.785974 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 5194 | 2025.02.25 03:52:13.786319 [ 254 ] {765e2872-f0e8-4b06-b52c-7050cd43b822} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5195 | 2025.02.25 03:52:13.786642 [ 37 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5196 | 2025.02.25 03:52:13.786750 [ 37 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5197 | 2025.02.25 03:52:13.786827 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5198 | 2025.02.25 03:52:13.786967 [ 254 ] {765e2872-f0e8-4b06-b52c-7050cd43b822} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.006398 sec., 5626.758361988122 rows/sec., 388.30 KiB/sec. | ||
| 5199 | 2025.02.25 03:52:13.787262 [ 254 ] {765e2872-f0e8-4b06-b52c-7050cd43b822} <Debug> TCPHandler: Processed in 0.007114888 sec. | ||
| 5200 | 2025.02.25 03:52:13.787518 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 5201 | 2025.02.25 03:52:13.787812 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5202 | 2025.02.25 03:52:13.787889 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2090 rows starting from the beginning of the part | ||
| 5203 | 2025.02.25 03:52:13.788046 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 5204 | 2025.02.25 03:52:13.788289 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 5205 | 2025.02.25 03:52:13.788498 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 5206 | 2025.02.25 03:52:13.788648 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 24 rows starting from the beginning of the part | ||
| 5207 | 2025.02.25 03:52:13.789196 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 36 rows starting from the beginning of the part | ||
| 5208 | 2025.02.25 03:52:13.790751 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13576 rows, containing 5 columns (5 merged, 0 gathered) in 0.011101428 sec., 1222905.7378924584 rows/sec., 83.65 MiB/sec. | ||
| 5209 | 2025.02.25 03:52:13.790963 [ 199 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2330 rows, containing 4 columns (4 merged, 0 gathered) in 0.003905387 sec., 596611.8082535738 rows/sec., 40.02 MiB/sec. | ||
| 5210 | 2025.02.25 03:52:13.791221 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5211 | 2025.02.25 03:52:13.791276 [ 199 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5212 | 2025.02.25 03:52:13.791759 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5213 | 2025.02.25 03:52:13.791848 [ 199 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_46_9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5214 | 2025.02.25 03:52:13.791925 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5215 | 2025.02.25 03:52:13.792038 [ 199 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_46_9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5216 | 2025.02.25 03:52:13.792101 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
| 5217 | 2025.02.25 03:52:13.792229 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5218 | 2025.02.25 03:52:15.407924 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 5219 | 2025.02.25 03:52:15.408604 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5220 | 2025.02.25 03:52:15.408649 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5221 | 2025.02.25 03:52:15.409172 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5222 | 2025.02.25 03:52:15.409430 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5223 | 2025.02.25 03:52:15.409652 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 5224 | 2025.02.25 03:52:16.326516 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5225 | 2025.02.25 03:52:16.347522 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5226 | 2025.02.25 03:52:16.347583 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5227 | 2025.02.25 03:52:16.355375 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5228 | 2025.02.25 03:52:16.356188 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5229 | 2025.02.25 03:52:16.359192 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5230 | 2025.02.25 03:52:17.955087 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 726 | ||
| 5231 | 2025.02.25 03:52:17.958309 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5232 | 2025.02.25 03:52:17.958361 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5233 | 2025.02.25 03:52:17.959875 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5234 | 2025.02.25 03:52:17.960185 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5235 | 2025.02.25 03:52:17.960365 [ 33 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5236 | 2025.02.25 03:52:17.960438 [ 33 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5237 | 2025.02.25 03:52:17.960479 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5238 | 2025.02.25 03:52:17.960896 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::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 | ||
| 5239 | 2025.02.25 03:52:17.961595 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 726 | ||
| 5240 | 2025.02.25 03:52:17.962084 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5241 | 2025.02.25 03:52:17.962280 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 584 rows starting from the beginning of the part | ||
| 5242 | 2025.02.25 03:52:17.963010 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 22 rows starting from the beginning of the part | ||
| 5243 | 2025.02.25 03:52:17.963689 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::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 | ||
| 5244 | 2025.02.25 03:52:17.964334 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 20 rows starting from the beginning of the part | ||
| 5245 | 2025.02.25 03:52:17.965033 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 22 rows starting from the beginning of the part | ||
| 5246 | 2025.02.25 03:52:17.965691 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 38 rows starting from the beginning of the part | ||
| 5247 | 2025.02.25 03:52:17.973934 [ 199 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 726 rows, containing 72 columns (72 merged, 0 gathered) in 0.013314858 sec., 54525.55333297583 rows/sec., 47.87 MiB/sec. | ||
| 5248 | 2025.02.25 03:52:17.975084 [ 186 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5249 | 2025.02.25 03:52:17.975821 [ 186 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_21_4} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5250 | 2025.02.25 03:52:17.975910 [ 186 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_21_4} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5251 | 2025.02.25 03:52:17.976126 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 5252 | 2025.02.25 03:52:18.770196 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5253 | 2025.02.25 03:52:18.770391 [ 4 ] {4db83e57-a960-4c7e-82c1-dd4b81c4e862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5254 | 2025.02.25 03:52:18.770465 [ 4 ] {4db83e57-a960-4c7e-82c1-dd4b81c4e862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5255 | 2025.02.25 03:52:18.771306 [ 4 ] {4db83e57-a960-4c7e-82c1-dd4b81c4e862} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5256 | 2025.02.25 03:52:18.771361 [ 4 ] {4db83e57-a960-4c7e-82c1-dd4b81c4e862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5257 | 2025.02.25 03:52:18.771815 [ 4 ] {4db83e57-a960-4c7e-82c1-dd4b81c4e862} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5258 | 2025.02.25 03:52:18.772068 [ 4 ] {4db83e57-a960-4c7e-82c1-dd4b81c4e862} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5259 | 2025.02.25 03:52:18.772315 [ 4 ] {4db83e57-a960-4c7e-82c1-dd4b81c4e862} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001975 sec., 67848.10126582278 rows/sec., 5.84 MiB/sec. | ||
| 5260 | 2025.02.25 03:52:18.772403 [ 4 ] {4db83e57-a960-4c7e-82c1-dd4b81c4e862} <Debug> TCPHandler: Processed in 0.002337403 sec. | ||
| 5261 | 2025.02.25 03:52:18.772661 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5262 | 2025.02.25 03:52:18.772808 [ 254 ] {07309573-7c4f-4e4e-ad5b-7eb28683f0ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5263 | 2025.02.25 03:52:18.772869 [ 254 ] {07309573-7c4f-4e4e-ad5b-7eb28683f0ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5264 | 2025.02.25 03:52:18.773560 [ 254 ] {07309573-7c4f-4e4e-ad5b-7eb28683f0ab} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5265 | 2025.02.25 03:52:18.773611 [ 254 ] {07309573-7c4f-4e4e-ad5b-7eb28683f0ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5266 | 2025.02.25 03:52:18.774008 [ 254 ] {07309573-7c4f-4e4e-ad5b-7eb28683f0ab} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5267 | 2025.02.25 03:52:18.774257 [ 254 ] {07309573-7c4f-4e4e-ad5b-7eb28683f0ab} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5268 | 2025.02.25 03:52:18.774493 [ 254 ] {07309573-7c4f-4e4e-ad5b-7eb28683f0ab} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00172 sec., 22674.418604651164 rows/sec., 1.67 MiB/sec. | ||
| 5269 | 2025.02.25 03:52:18.774548 [ 254 ] {07309573-7c4f-4e4e-ad5b-7eb28683f0ab} <Debug> TCPHandler: Processed in 0.002001575 sec. | ||
| 5270 | 2025.02.25 03:52:18.774706 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5271 | 2025.02.25 03:52:18.774819 [ 4 ] {69f9c73b-445d-4bcf-8d82-35fdf66a0214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5272 | 2025.02.25 03:52:18.774866 [ 4 ] {69f9c73b-445d-4bcf-8d82-35fdf66a0214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5273 | 2025.02.25 03:52:18.775443 [ 4 ] {69f9c73b-445d-4bcf-8d82-35fdf66a0214} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5274 | 2025.02.25 03:52:18.775484 [ 4 ] {69f9c73b-445d-4bcf-8d82-35fdf66a0214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5275 | 2025.02.25 03:52:18.775842 [ 4 ] {69f9c73b-445d-4bcf-8d82-35fdf66a0214} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5276 | 2025.02.25 03:52:18.776085 [ 4 ] {69f9c73b-445d-4bcf-8d82-35fdf66a0214} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5277 | 2025.02.25 03:52:18.776299 [ 4 ] {69f9c73b-445d-4bcf-8d82-35fdf66a0214} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001504 sec., 68484.0425531915 rows/sec., 5.35 MiB/sec. | ||
| 5278 | 2025.02.25 03:52:18.776362 [ 4 ] {69f9c73b-445d-4bcf-8d82-35fdf66a0214} <Debug> TCPHandler: Processed in 0.001710798 sec. | ||
| 5279 | 2025.02.25 03:52:18.776525 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5280 | 2025.02.25 03:52:18.776644 [ 254 ] {63a0aca2-258d-4fe6-b9b4-c3473c1caf66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5281 | 2025.02.25 03:52:18.776695 [ 254 ] {63a0aca2-258d-4fe6-b9b4-c3473c1caf66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5282 | 2025.02.25 03:52:18.777242 [ 254 ] {63a0aca2-258d-4fe6-b9b4-c3473c1caf66} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5283 | 2025.02.25 03:52:18.777281 [ 254 ] {63a0aca2-258d-4fe6-b9b4-c3473c1caf66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5284 | 2025.02.25 03:52:18.777675 [ 254 ] {63a0aca2-258d-4fe6-b9b4-c3473c1caf66} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5285 | 2025.02.25 03:52:18.777908 [ 254 ] {63a0aca2-258d-4fe6-b9b4-c3473c1caf66} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5286 | 2025.02.25 03:52:18.778120 [ 254 ] {63a0aca2-258d-4fe6-b9b4-c3473c1caf66} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0015 sec., 106666.66666666667 rows/sec., 7.43 MiB/sec. | ||
| 5287 | 2025.02.25 03:52:18.778173 [ 254 ] {63a0aca2-258d-4fe6-b9b4-c3473c1caf66} <Debug> TCPHandler: Processed in 0.001712568 sec. | ||
| 5288 | 2025.02.25 03:52:18.778317 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5289 | 2025.02.25 03:52:18.778426 [ 4 ] {1559bdee-7b29-45fc-b02e-a286c7006dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5290 | 2025.02.25 03:52:18.778493 [ 4 ] {1559bdee-7b29-45fc-b02e-a286c7006dfe} <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 | ||
| 5291 | 2025.02.25 03:52:18.779680 [ 4 ] {1559bdee-7b29-45fc-b02e-a286c7006dfe} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5292 | 2025.02.25 03:52:18.779720 [ 4 ] {1559bdee-7b29-45fc-b02e-a286c7006dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5293 | 2025.02.25 03:52:18.780375 [ 4 ] {1559bdee-7b29-45fc-b02e-a286c7006dfe} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5294 | 2025.02.25 03:52:18.780644 [ 4 ] {1559bdee-7b29-45fc-b02e-a286c7006dfe} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5295 | 2025.02.25 03:52:18.780929 [ 4 ] {1559bdee-7b29-45fc-b02e-a286c7006dfe} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002507 sec., 15556.441962504985 rows/sec., 27.88 MiB/sec. | ||
| 5296 | 2025.02.25 03:52:18.781390 [ 4 ] {1559bdee-7b29-45fc-b02e-a286c7006dfe} <Debug> TCPHandler: Processed in 0.00312513 sec. | ||
| 5297 | 2025.02.25 03:52:18.781542 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5298 | 2025.02.25 03:52:18.781653 [ 254 ] {b315f88d-0ffc-437b-9894-67cd20ca854a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5299 | 2025.02.25 03:52:18.781700 [ 254 ] {b315f88d-0ffc-437b-9894-67cd20ca854a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5300 | 2025.02.25 03:52:18.782159 [ 254 ] {b315f88d-0ffc-437b-9894-67cd20ca854a} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5301 | 2025.02.25 03:52:18.782198 [ 254 ] {b315f88d-0ffc-437b-9894-67cd20ca854a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5302 | 2025.02.25 03:52:18.782563 [ 254 ] {b315f88d-0ffc-437b-9894-67cd20ca854a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5303 | 2025.02.25 03:52:18.782806 [ 254 ] {b315f88d-0ffc-437b-9894-67cd20ca854a} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5304 | 2025.02.25 03:52:18.783027 [ 254 ] {b315f88d-0ffc-437b-9894-67cd20ca854a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. | ||
| 5305 | 2025.02.25 03:52:18.783078 [ 254 ] {b315f88d-0ffc-437b-9894-67cd20ca854a} <Debug> TCPHandler: Processed in 0.001588316 sec. | ||
| 5306 | 2025.02.25 03:52:22.781948 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5307 | 2025.02.25 03:52:22.782005 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5308 | 2025.02.25 03:52:22.910733 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 5309 | 2025.02.25 03:52:22.911388 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5310 | 2025.02.25 03:52:22.911442 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5311 | 2025.02.25 03:52:22.911988 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5312 | 2025.02.25 03:52:22.912255 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5313 | 2025.02.25 03:52:22.912527 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 5314 | 2025.02.25 03:52:23.195951 [ 27 ] {} <Debug> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5315 | 2025.02.25 03:52:23.196077 [ 27 ] {} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5316 | 2025.02.25 03:52:23.196122 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5317 | 2025.02.25 03:52:23.196440 [ 198 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::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 | ||
| 5318 | 2025.02.25 03:52:23.196737 [ 198 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5319 | 2025.02.25 03:52:23.196804 [ 198 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 366 rows starting from the beginning of the part | ||
| 5320 | 2025.02.25 03:52:23.196963 [ 198 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 252 rows starting from the beginning of the part | ||
| 5321 | 2025.02.25 03:52:23.197334 [ 198 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part | ||
| 5322 | 2025.02.25 03:52:23.197516 [ 198 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part | ||
| 5323 | 2025.02.25 03:52:23.197711 [ 198 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::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 | ||
| 5324 | 2025.02.25 03:52:23.199091 [ 199 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1211 rows, containing 5 columns (5 merged, 0 gathered) in 0.002850384 sec., 424855.0370757063 rows/sec., 30.54 MiB/sec. | ||
| 5325 | 2025.02.25 03:52:23.199419 [ 199 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5326 | 2025.02.25 03:52:23.199970 [ 199 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_9_2} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5327 | 2025.02.25 03:52:23.200062 [ 199 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_9_2} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5328 | 2025.02.25 03:52:23.200168 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 5329 | 2025.02.25 03:52:23.768056 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5330 | 2025.02.25 03:52:23.768361 [ 4 ] {04af7044-fd3a-4989-8b73-02714938efe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5331 | 2025.02.25 03:52:23.768477 [ 4 ] {04af7044-fd3a-4989-8b73-02714938efe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5332 | 2025.02.25 03:52:23.769412 [ 4 ] {04af7044-fd3a-4989-8b73-02714938efe8} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5333 | 2025.02.25 03:52:23.769462 [ 4 ] {04af7044-fd3a-4989-8b73-02714938efe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5334 | 2025.02.25 03:52:23.769897 [ 4 ] {04af7044-fd3a-4989-8b73-02714938efe8} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5335 | 2025.02.25 03:52:23.770152 [ 4 ] {04af7044-fd3a-4989-8b73-02714938efe8} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5336 | 2025.02.25 03:52:23.770370 [ 4 ] {04af7044-fd3a-4989-8b73-02714938efe8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002094 sec., 26743.075453677175 rows/sec., 2.04 MiB/sec. | ||
| 5337 | 2025.02.25 03:52:23.770487 [ 4 ] {04af7044-fd3a-4989-8b73-02714938efe8} <Debug> TCPHandler: Processed in 0.002617009 sec. | ||
| 5338 | 2025.02.25 03:52:23.770671 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5339 | 2025.02.25 03:52:23.770796 [ 254 ] {b9ea1b0d-b4c9-4ceb-b83d-4acaa72f61f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5340 | 2025.02.25 03:52:23.770845 [ 254 ] {b9ea1b0d-b4c9-4ceb-b83d-4acaa72f61f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5341 | 2025.02.25 03:52:23.771404 [ 254 ] {b9ea1b0d-b4c9-4ceb-b83d-4acaa72f61f5} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5342 | 2025.02.25 03:52:23.771444 [ 254 ] {b9ea1b0d-b4c9-4ceb-b83d-4acaa72f61f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5343 | 2025.02.25 03:52:23.771817 [ 254 ] {b9ea1b0d-b4c9-4ceb-b83d-4acaa72f61f5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5344 | 2025.02.25 03:52:23.772062 [ 254 ] {b9ea1b0d-b4c9-4ceb-b83d-4acaa72f61f5} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5345 | 2025.02.25 03:52:23.772247 [ 254 ] {b9ea1b0d-b4c9-4ceb-b83d-4acaa72f61f5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001479 sec., 43272.48140635564 rows/sec., 3.38 MiB/sec. | ||
| 5346 | 2025.02.25 03:52:23.772299 [ 254 ] {b9ea1b0d-b4c9-4ceb-b83d-4acaa72f61f5} <Debug> TCPHandler: Processed in 0.001708028 sec. | ||
| 5347 | 2025.02.25 03:52:23.772430 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5348 | 2025.02.25 03:52:23.772539 [ 4 ] {f77396d8-cbe4-47f6-8189-285253319048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5349 | 2025.02.25 03:52:23.772591 [ 4 ] {f77396d8-cbe4-47f6-8189-285253319048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5350 | 2025.02.25 03:52:23.773122 [ 4 ] {f77396d8-cbe4-47f6-8189-285253319048} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5351 | 2025.02.25 03:52:23.773160 [ 4 ] {f77396d8-cbe4-47f6-8189-285253319048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5352 | 2025.02.25 03:52:23.773546 [ 4 ] {f77396d8-cbe4-47f6-8189-285253319048} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5353 | 2025.02.25 03:52:23.773783 [ 4 ] {f77396d8-cbe4-47f6-8189-285253319048} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5354 | 2025.02.25 03:52:23.773964 [ 4 ] {f77396d8-cbe4-47f6-8189-285253319048} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001448 sec., 110497.23756906077 rows/sec., 7.70 MiB/sec. | ||
| 5355 | 2025.02.25 03:52:23.774015 [ 4 ] {f77396d8-cbe4-47f6-8189-285253319048} <Debug> TCPHandler: Processed in 0.001637957 sec. | ||
| 5356 | 2025.02.25 03:52:23.774143 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5357 | 2025.02.25 03:52:23.774250 [ 254 ] {c0f5bf48-633a-43e9-bcfb-172e23eab82c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5358 | 2025.02.25 03:52:23.774297 [ 254 ] {c0f5bf48-633a-43e9-bcfb-172e23eab82c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5359 | 2025.02.25 03:52:23.774734 [ 254 ] {c0f5bf48-633a-43e9-bcfb-172e23eab82c} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5360 | 2025.02.25 03:52:23.774771 [ 254 ] {c0f5bf48-633a-43e9-bcfb-172e23eab82c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5361 | 2025.02.25 03:52:23.775131 [ 254 ] {c0f5bf48-633a-43e9-bcfb-172e23eab82c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5362 | 2025.02.25 03:52:23.775378 [ 254 ] {c0f5bf48-633a-43e9-bcfb-172e23eab82c} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5363 | 2025.02.25 03:52:23.775556 [ 254 ] {c0f5bf48-633a-43e9-bcfb-172e23eab82c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001328 sec., 45180.72289156626 rows/sec., 3.04 MiB/sec. | ||
| 5364 | 2025.02.25 03:52:23.775604 [ 254 ] {c0f5bf48-633a-43e9-bcfb-172e23eab82c} <Debug> TCPHandler: Processed in 0.001512774 sec. | ||
| 5365 | 2025.02.25 03:52:23.860212 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 5366 | 2025.02.25 03:52:23.881584 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5367 | 2025.02.25 03:52:23.881641 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5368 | 2025.02.25 03:52:23.889155 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5369 | 2025.02.25 03:52:23.889924 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5370 | 2025.02.25 03:52:23.892635 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 5371 | 2025.02.25 03:52:27.962749 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 746 | ||
| 5372 | 2025.02.25 03:52:27.965599 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5373 | 2025.02.25 03:52:27.965659 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5374 | 2025.02.25 03:52:27.967138 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5375 | 2025.02.25 03:52:27.967460 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5376 | 2025.02.25 03:52:27.968100 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 746 | ||
| 5377 | 2025.02.25 03:52:28.769967 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5378 | 2025.02.25 03:52:28.770194 [ 4 ] {7aa46575-15d8-448b-a2b1-1d671cead7d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5379 | 2025.02.25 03:52:28.770266 [ 4 ] {7aa46575-15d8-448b-a2b1-1d671cead7d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5380 | 2025.02.25 03:52:28.770989 [ 4 ] {7aa46575-15d8-448b-a2b1-1d671cead7d0} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5381 | 2025.02.25 03:52:28.771040 [ 4 ] {7aa46575-15d8-448b-a2b1-1d671cead7d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5382 | 2025.02.25 03:52:28.771457 [ 4 ] {7aa46575-15d8-448b-a2b1-1d671cead7d0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5383 | 2025.02.25 03:52:28.771712 [ 4 ] {7aa46575-15d8-448b-a2b1-1d671cead7d0} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5384 | 2025.02.25 03:52:28.772011 [ 4 ] {7aa46575-15d8-448b-a2b1-1d671cead7d0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001868 sec., 1070.663811563169 rows/sec., 87.31 KiB/sec. | ||
| 5385 | 2025.02.25 03:52:28.772195 [ 4 ] {7aa46575-15d8-448b-a2b1-1d671cead7d0} <Debug> TCPHandler: Processed in 0.002417834 sec. | ||
| 5386 | 2025.02.25 03:52:28.772357 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5387 | 2025.02.25 03:52:28.772475 [ 254 ] {3796cc9e-0b5e-43da-b0a1-36a28f3ad51e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5388 | 2025.02.25 03:52:28.772522 [ 254 ] {3796cc9e-0b5e-43da-b0a1-36a28f3ad51e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5389 | 2025.02.25 03:52:28.773157 [ 254 ] {3796cc9e-0b5e-43da-b0a1-36a28f3ad51e} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5390 | 2025.02.25 03:52:28.773197 [ 254 ] {3796cc9e-0b5e-43da-b0a1-36a28f3ad51e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5391 | 2025.02.25 03:52:28.773582 [ 254 ] {3796cc9e-0b5e-43da-b0a1-36a28f3ad51e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5392 | 2025.02.25 03:52:28.773822 [ 254 ] {3796cc9e-0b5e-43da-b0a1-36a28f3ad51e} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5393 | 2025.02.25 03:52:28.774032 [ 254 ] {3796cc9e-0b5e-43da-b0a1-36a28f3ad51e} <Debug> executeQuery: Read 135 rows, 11.88 KiB in 0.001583 sec., 85281.11181301327 rows/sec., 7.33 MiB/sec. | ||
| 5394 | 2025.02.25 03:52:28.774087 [ 254 ] {3796cc9e-0b5e-43da-b0a1-36a28f3ad51e} <Debug> TCPHandler: Processed in 0.00178869 sec. | ||
| 5395 | 2025.02.25 03:52:28.774238 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5396 | 2025.02.25 03:52:28.774368 [ 4 ] {b375f4fe-af1e-441d-b0c6-f17f2b29a895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5397 | 2025.02.25 03:52:28.774423 [ 4 ] {b375f4fe-af1e-441d-b0c6-f17f2b29a895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5398 | 2025.02.25 03:52:28.775057 [ 4 ] {b375f4fe-af1e-441d-b0c6-f17f2b29a895} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5399 | 2025.02.25 03:52:28.775097 [ 4 ] {b375f4fe-af1e-441d-b0c6-f17f2b29a895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5400 | 2025.02.25 03:52:28.775450 [ 4 ] {b375f4fe-af1e-441d-b0c6-f17f2b29a895} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5401 | 2025.02.25 03:52:28.775686 [ 4 ] {b375f4fe-af1e-441d-b0c6-f17f2b29a895} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5402 | 2025.02.25 03:52:28.775856 [ 97 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5403 | 2025.02.25 03:52:28.775914 [ 4 ] {b375f4fe-af1e-441d-b0c6-f17f2b29a895} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.001574 sec., 26048.28462515883 rows/sec., 1.91 MiB/sec. | ||
| 5404 | 2025.02.25 03:52:28.775941 [ 97 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5405 | 2025.02.25 03:52:28.776006 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5406 | 2025.02.25 03:52:28.776041 [ 4 ] {b375f4fe-af1e-441d-b0c6-f17f2b29a895} <Debug> TCPHandler: Processed in 0.001862492 sec. | ||
| 5407 | 2025.02.25 03:52:28.776273 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5408 | 2025.02.25 03:52:28.776606 [ 186 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 5409 | 2025.02.25 03:52:28.776676 [ 254 ] {31da9229-53cb-4919-9653-5c634b188416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5410 | 2025.02.25 03:52:28.776836 [ 254 ] {31da9229-53cb-4919-9653-5c634b188416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5411 | 2025.02.25 03:52:28.777128 [ 186 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5412 | 2025.02.25 03:52:28.777208 [ 186 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 175 rows starting from the beginning of the part | ||
| 5413 | 2025.02.25 03:52:28.777525 [ 186 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 51 rows starting from the beginning of the part | ||
| 5414 | 2025.02.25 03:52:28.777932 [ 186 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part | ||
| 5415 | 2025.02.25 03:52:28.778398 [ 186 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 5416 | 2025.02.25 03:52:28.778601 [ 186 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 39 rows starting from the beginning of the part | ||
| 5417 | 2025.02.25 03:52:28.778998 [ 186 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 41 rows starting from the beginning of the part | ||
| 5418 | 2025.02.25 03:52:28.779730 [ 254 ] {31da9229-53cb-4919-9653-5c634b188416} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5419 | 2025.02.25 03:52:28.779797 [ 254 ] {31da9229-53cb-4919-9653-5c634b188416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5420 | 2025.02.25 03:52:28.780729 [ 254 ] {31da9229-53cb-4919-9653-5c634b188416} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5421 | 2025.02.25 03:52:28.781311 [ 254 ] {31da9229-53cb-4919-9653-5c634b188416} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5422 | 2025.02.25 03:52:28.781766 [ 254 ] {31da9229-53cb-4919-9653-5c634b188416} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.005218 sec., 20122.65235722499 rows/sec., 1.57 MiB/sec. | ||
| 5423 | 2025.02.25 03:52:28.782137 [ 254 ] {31da9229-53cb-4919-9653-5c634b188416} <Debug> TCPHandler: Processed in 0.006008404 sec. | ||
| 5424 | 2025.02.25 03:52:28.782194 [ 188 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 361 rows, containing 5 columns (5 merged, 0 gathered) in 0.006024165 sec., 59925.31745063424 rows/sec., 4.36 MiB/sec. | ||
| 5425 | 2025.02.25 03:52:28.782338 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5426 | 2025.02.25 03:52:28.782376 [ 188 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5427 | 2025.02.25 03:52:28.782489 [ 4 ] {b3e8153a-88f6-4ae1-b001-1f3ba8970a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5428 | 2025.02.25 03:52:28.782558 [ 4 ] {b3e8153a-88f6-4ae1-b001-1f3ba8970a90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5429 | 2025.02.25 03:52:28.782734 [ 188 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_26_5} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5430 | 2025.02.25 03:52:28.782871 [ 188 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_26_5} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5431 | 2025.02.25 03:52:28.782978 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5432 | 2025.02.25 03:52:28.783299 [ 4 ] {b3e8153a-88f6-4ae1-b001-1f3ba8970a90} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5433 | 2025.02.25 03:52:28.783336 [ 4 ] {b3e8153a-88f6-4ae1-b001-1f3ba8970a90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5434 | 2025.02.25 03:52:28.783719 [ 4 ] {b3e8153a-88f6-4ae1-b001-1f3ba8970a90} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5435 | 2025.02.25 03:52:28.783963 [ 4 ] {b3e8153a-88f6-4ae1-b001-1f3ba8970a90} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5436 | 2025.02.25 03:52:28.784187 [ 4 ] {b3e8153a-88f6-4ae1-b001-1f3ba8970a90} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00173 sec., 93063.5838150289 rows/sec., 6.48 MiB/sec. | ||
| 5437 | 2025.02.25 03:52:28.784244 [ 4 ] {b3e8153a-88f6-4ae1-b001-1f3ba8970a90} <Debug> TCPHandler: Processed in 0.001974694 sec. | ||
| 5438 | 2025.02.25 03:52:28.784379 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5439 | 2025.02.25 03:52:28.784486 [ 254 ] {14abccf2-f12b-4370-97e4-538e1f64dcbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5440 | 2025.02.25 03:52:28.784560 [ 254 ] {14abccf2-f12b-4370-97e4-538e1f64dcbb} <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 | ||
| 5441 | 2025.02.25 03:52:28.785725 [ 254 ] {14abccf2-f12b-4370-97e4-538e1f64dcbb} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5442 | 2025.02.25 03:52:28.785765 [ 254 ] {14abccf2-f12b-4370-97e4-538e1f64dcbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5443 | 2025.02.25 03:52:28.786442 [ 254 ] {14abccf2-f12b-4370-97e4-538e1f64dcbb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5444 | 2025.02.25 03:52:28.786714 [ 254 ] {14abccf2-f12b-4370-97e4-538e1f64dcbb} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5445 | 2025.02.25 03:52:28.786894 [ 97 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5446 | 2025.02.25 03:52:28.786967 [ 97 ] {} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5447 | 2025.02.25 03:52:28.786998 [ 254 ] {14abccf2-f12b-4370-97e4-538e1f64dcbb} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002527 sec., 15433.320142461416 rows/sec., 27.66 MiB/sec. | ||
| 5448 | 2025.02.25 03:52:28.787015 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5449 | 2025.02.25 03:52:28.787393 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::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 | ||
| 5450 | 2025.02.25 03:52:28.787416 [ 254 ] {14abccf2-f12b-4370-97e4-538e1f64dcbb} <Debug> TCPHandler: Processed in 0.003087719 sec. | ||
| 5451 | 2025.02.25 03:52:28.787656 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5452 | 2025.02.25 03:52:28.787964 [ 4 ] {c3d3648e-3b6a-4563-95d9-7d4907109f0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5453 | 2025.02.25 03:52:28.788042 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5454 | 2025.02.25 03:52:28.788065 [ 4 ] {c3d3648e-3b6a-4563-95d9-7d4907109f0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5455 | 2025.02.25 03:52:28.788243 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 516 rows starting from the beginning of the part | ||
| 5456 | 2025.02.25 03:52:28.789125 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 39 rows starting from the beginning of the part | ||
| 5457 | 2025.02.25 03:52:28.789797 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part | ||
| 5458 | 2025.02.25 03:52:28.790585 [ 4 ] {c3d3648e-3b6a-4563-95d9-7d4907109f0a} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5459 | 2025.02.25 03:52:28.790591 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part | ||
| 5460 | 2025.02.25 03:52:28.790654 [ 4 ] {c3d3648e-3b6a-4563-95d9-7d4907109f0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5461 | 2025.02.25 03:52:28.791207 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part | ||
| 5462 | 2025.02.25 03:52:28.791884 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 39 rows starting from the beginning of the part | ||
| 5463 | 2025.02.25 03:52:28.792295 [ 4 ] {c3d3648e-3b6a-4563-95d9-7d4907109f0a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5464 | 2025.02.25 03:52:28.793003 [ 4 ] {c3d3648e-3b6a-4563-95d9-7d4907109f0a} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5465 | 2025.02.25 03:52:28.793390 [ 4 ] {c3d3648e-3b6a-4563-95d9-7d4907109f0a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005533 sec., 10844.026748599314 rows/sec., 748.35 KiB/sec. | ||
| 5466 | 2025.02.25 03:52:28.793618 [ 4 ] {c3d3648e-3b6a-4563-95d9-7d4907109f0a} <Debug> TCPHandler: Processed in 0.006087066 sec. | ||
| 5467 | 2025.02.25 03:52:28.805690 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 711 rows, containing 19 columns (19 merged, 0 gathered) in 0.018507114 sec., 38417.659284964684 rows/sec., 68.84 MiB/sec. | ||
| 5468 | 2025.02.25 03:52:28.806620 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5469 | 2025.02.25 03:52:28.807120 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5470 | 2025.02.25 03:52:28.807222 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5471 | 2025.02.25 03:52:28.807397 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.69 MiB. | ||
| 5472 | 2025.02.25 03:52:29.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.84 MiB, peak 202.48 MiB, free memory in arenas 0.00 B, will set to 196.79 MiB (RSS), difference: 1.95 MiB | ||
| 5473 | 2025.02.25 03:52:30.413600 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 5474 | 2025.02.25 03:52:30.414289 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5475 | 2025.02.25 03:52:30.414341 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5476 | 2025.02.25 03:52:30.414877 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5477 | 2025.02.25 03:52:30.415139 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5478 | 2025.02.25 03:52:30.415343 [ 130 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5479 | 2025.02.25 03:52:30.415400 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 5480 | 2025.02.25 03:52:30.415423 [ 130 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5481 | 2025.02.25 03:52:30.415452 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5482 | 2025.02.25 03:52:30.415581 [ 200 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 5483 | 2025.02.25 03:52:30.415705 [ 200 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5484 | 2025.02.25 03:52:30.415745 [ 200 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 5485 | 2025.02.25 03:52:30.415823 [ 200 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part | ||
| 5486 | 2025.02.25 03:52:30.416003 [ 200 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part | ||
| 5487 | 2025.02.25 03:52:30.416162 [ 200 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part | ||
| 5488 | 2025.02.25 03:52:30.416279 [ 200 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part | ||
| 5489 | 2025.02.25 03:52:30.416379 [ 200 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part | ||
| 5490 | 2025.02.25 03:52:30.418300 [ 192 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.002782522 sec., 5129878.577779439 rows/sec., 73.38 MiB/sec. | ||
| 5491 | 2025.02.25 03:52:30.418560 [ 192 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5492 | 2025.02.25 03:52:30.418830 [ 192 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_31_6} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5493 | 2025.02.25 03:52:30.418911 [ 192 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_31_6} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5494 | 2025.02.25 03:52:30.418989 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 5495 | 2025.02.25 03:52:31.393659 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 5496 | 2025.02.25 03:52:31.415326 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5497 | 2025.02.25 03:52:31.415389 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5498 | 2025.02.25 03:52:31.423065 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5499 | 2025.02.25 03:52:31.423871 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5500 | 2025.02.25 03:52:31.424267 [ 148 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5501 | 2025.02.25 03:52:31.424413 [ 148 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5502 | 2025.02.25 03:52:31.424498 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5503 | 2025.02.25 03:52:31.424933 [ 200 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 5504 | 2025.02.25 03:52:31.440473 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 5505 | 2025.02.25 03:52:31.442042 [ 200 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5506 | 2025.02.25 03:52:31.443245 [ 200 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 5507 | 2025.02.25 03:52:31.448196 [ 200 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 5508 | 2025.02.25 03:52:31.453695 [ 200 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 5509 | 2025.02.25 03:52:31.459136 [ 200 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 5510 | 2025.02.25 03:52:31.464769 [ 200 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 5511 | 2025.02.25 03:52:31.469148 [ 200 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 5512 | 2025.02.25 03:52:31.528045 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.103389542 sec., 2263.2850042028426 rows/sec., 11.70 MiB/sec. | ||
| 5513 | 2025.02.25 03:52:31.531033 [ 195 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5514 | 2025.02.25 03:52:31.533861 [ 195 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_31_6} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5515 | 2025.02.25 03:52:31.533958 [ 195 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_31_6} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5516 | 2025.02.25 03:52:31.536146 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5517 | 2025.02.25 03:52:33.767787 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5518 | 2025.02.25 03:52:33.768117 [ 4 ] {4fc69efb-12a8-4ba8-9861-2a99c803edf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5519 | 2025.02.25 03:52:33.768223 [ 4 ] {4fc69efb-12a8-4ba8-9861-2a99c803edf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5520 | 2025.02.25 03:52:33.768972 [ 4 ] {4fc69efb-12a8-4ba8-9861-2a99c803edf2} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5521 | 2025.02.25 03:52:33.769022 [ 4 ] {4fc69efb-12a8-4ba8-9861-2a99c803edf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5522 | 2025.02.25 03:52:33.769507 [ 4 ] {4fc69efb-12a8-4ba8-9861-2a99c803edf2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5523 | 2025.02.25 03:52:33.769760 [ 4 ] {4fc69efb-12a8-4ba8-9861-2a99c803edf2} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5524 | 2025.02.25 03:52:33.770002 [ 4 ] {4fc69efb-12a8-4ba8-9861-2a99c803edf2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001968 sec., 28455.284552845525 rows/sec., 2.17 MiB/sec. | ||
| 5525 | 2025.02.25 03:52:33.770068 [ 4 ] {4fc69efb-12a8-4ba8-9861-2a99c803edf2} <Debug> TCPHandler: Processed in 0.002466806 sec. | ||
| 5526 | 2025.02.25 03:52:33.770240 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5527 | 2025.02.25 03:52:33.770386 [ 254 ] {01e2bdf3-f997-4d90-bd12-2803b8334a8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5528 | 2025.02.25 03:52:33.770446 [ 254 ] {01e2bdf3-f997-4d90-bd12-2803b8334a8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5529 | 2025.02.25 03:52:33.771133 [ 254 ] {01e2bdf3-f997-4d90-bd12-2803b8334a8b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5530 | 2025.02.25 03:52:33.771178 [ 254 ] {01e2bdf3-f997-4d90-bd12-2803b8334a8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5531 | 2025.02.25 03:52:33.771549 [ 254 ] {01e2bdf3-f997-4d90-bd12-2803b8334a8b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5532 | 2025.02.25 03:52:33.771793 [ 254 ] {01e2bdf3-f997-4d90-bd12-2803b8334a8b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5533 | 2025.02.25 03:52:33.772026 [ 254 ] {01e2bdf3-f997-4d90-bd12-2803b8334a8b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001673 sec., 38254.63239689181 rows/sec., 2.99 MiB/sec. | ||
| 5534 | 2025.02.25 03:52:33.772081 [ 254 ] {01e2bdf3-f997-4d90-bd12-2803b8334a8b} <Debug> TCPHandler: Processed in 0.001911762 sec. | ||
| 5535 | 2025.02.25 03:52:33.772227 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5536 | 2025.02.25 03:52:33.772360 [ 4 ] {2f68a80f-bae4-417a-887b-5270d5fb9064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5537 | 2025.02.25 03:52:33.772420 [ 4 ] {2f68a80f-bae4-417a-887b-5270d5fb9064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5538 | 2025.02.25 03:52:33.773043 [ 4 ] {2f68a80f-bae4-417a-887b-5270d5fb9064} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5539 | 2025.02.25 03:52:33.773091 [ 4 ] {2f68a80f-bae4-417a-887b-5270d5fb9064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5540 | 2025.02.25 03:52:33.773495 [ 4 ] {2f68a80f-bae4-417a-887b-5270d5fb9064} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5541 | 2025.02.25 03:52:33.773734 [ 4 ] {2f68a80f-bae4-417a-887b-5270d5fb9064} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5542 | 2025.02.25 03:52:33.773948 [ 4 ] {2f68a80f-bae4-417a-887b-5270d5fb9064} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001618 sec., 98887.51545117429 rows/sec., 6.89 MiB/sec. | ||
| 5543 | 2025.02.25 03:52:33.774000 [ 4 ] {2f68a80f-bae4-417a-887b-5270d5fb9064} <Debug> TCPHandler: Processed in 0.001837921 sec. | ||
| 5544 | 2025.02.25 03:52:33.774131 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5545 | 2025.02.25 03:52:33.774238 [ 254 ] {92c036b4-7768-4dc8-aa8c-0b3b330bc820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5546 | 2025.02.25 03:52:33.774285 [ 254 ] {92c036b4-7768-4dc8-aa8c-0b3b330bc820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5547 | 2025.02.25 03:52:33.774731 [ 254 ] {92c036b4-7768-4dc8-aa8c-0b3b330bc820} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5548 | 2025.02.25 03:52:33.774773 [ 254 ] {92c036b4-7768-4dc8-aa8c-0b3b330bc820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5549 | 2025.02.25 03:52:33.775136 [ 254 ] {92c036b4-7768-4dc8-aa8c-0b3b330bc820} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5550 | 2025.02.25 03:52:33.775376 [ 254 ] {92c036b4-7768-4dc8-aa8c-0b3b330bc820} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5551 | 2025.02.25 03:52:33.775582 [ 254 ] {92c036b4-7768-4dc8-aa8c-0b3b330bc820} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
| 5552 | 2025.02.25 03:52:33.775632 [ 254 ] {92c036b4-7768-4dc8-aa8c-0b3b330bc820} <Debug> TCPHandler: Processed in 0.001552235 sec. | ||
| 5553 | 2025.02.25 03:52:37.782047 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5554 | 2025.02.25 03:52:37.782099 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5555 | 2025.02.25 03:52:37.916497 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 5556 | 2025.02.25 03:52:37.917111 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5557 | 2025.02.25 03:52:37.917148 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5558 | 2025.02.25 03:52:37.917761 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5559 | 2025.02.25 03:52:37.918011 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5560 | 2025.02.25 03:52:37.918192 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 5561 | 2025.02.25 03:52:37.969237 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 768 | ||
| 5562 | 2025.02.25 03:52:37.972308 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5563 | 2025.02.25 03:52:37.972360 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5564 | 2025.02.25 03:52:37.973819 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5565 | 2025.02.25 03:52:37.974117 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5566 | 2025.02.25 03:52:37.974643 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 768 | ||
| 5567 | 2025.02.25 03:52:38.001447 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001053133 sec. | ||
| 5568 | 2025.02.25 03:52:38.769564 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5569 | 2025.02.25 03:52:38.769863 [ 4 ] {db4264b7-7df8-4138-82ef-a0fd1b300391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5570 | 2025.02.25 03:52:38.769976 [ 4 ] {db4264b7-7df8-4138-82ef-a0fd1b300391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5571 | 2025.02.25 03:52:38.770935 [ 4 ] {db4264b7-7df8-4138-82ef-a0fd1b300391} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5572 | 2025.02.25 03:52:38.770982 [ 4 ] {db4264b7-7df8-4138-82ef-a0fd1b300391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5573 | 2025.02.25 03:52:38.771406 [ 4 ] {db4264b7-7df8-4138-82ef-a0fd1b300391} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5574 | 2025.02.25 03:52:38.771657 [ 4 ] {db4264b7-7df8-4138-82ef-a0fd1b300391} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5575 | 2025.02.25 03:52:38.771886 [ 94 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5576 | 2025.02.25 03:52:38.771918 [ 4 ] {db4264b7-7df8-4138-82ef-a0fd1b300391} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002137 sec., 62704.72625175479 rows/sec., 5.40 MiB/sec. | ||
| 5577 | 2025.02.25 03:52:38.772010 [ 94 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5578 | 2025.02.25 03:52:38.772076 [ 4 ] {db4264b7-7df8-4138-82ef-a0fd1b300391} <Debug> TCPHandler: Processed in 0.00269071 sec. | ||
| 5579 | 2025.02.25 03:52:38.772102 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5580 | 2025.02.25 03:52:38.772336 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5581 | 2025.02.25 03:52:38.772452 [ 193 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 5582 | 2025.02.25 03:52:38.772659 [ 254 ] {ed3a8ee2-6572-4d67-9011-254549f73494} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5583 | 2025.02.25 03:52:38.772851 [ 254 ] {ed3a8ee2-6572-4d67-9011-254549f73494} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5584 | 2025.02.25 03:52:38.773219 [ 193 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5585 | 2025.02.25 03:52:38.773407 [ 193 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1965 rows starting from the beginning of the part | ||
| 5586 | 2025.02.25 03:52:38.773714 [ 193 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 134 rows starting from the beginning of the part | ||
| 5587 | 2025.02.25 03:52:38.774127 [ 193 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 5588 | 2025.02.25 03:52:38.774472 [ 193 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 135 rows starting from the beginning of the part | ||
| 5589 | 2025.02.25 03:52:38.774811 [ 193 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 5590 | 2025.02.25 03:52:38.774999 [ 193 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 134 rows starting from the beginning of the part | ||
| 5591 | 2025.02.25 03:52:38.775872 [ 254 ] {ed3a8ee2-6572-4d67-9011-254549f73494} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5592 | 2025.02.25 03:52:38.775929 [ 254 ] {ed3a8ee2-6572-4d67-9011-254549f73494} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5593 | 2025.02.25 03:52:38.776791 [ 254 ] {ed3a8ee2-6572-4d67-9011-254549f73494} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5594 | 2025.02.25 03:52:38.777356 [ 254 ] {ed3a8ee2-6572-4d67-9011-254549f73494} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5595 | 2025.02.25 03:52:38.777673 [ 254 ] {ed3a8ee2-6572-4d67-9011-254549f73494} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005138 sec., 7590.50214091086 rows/sec., 570.77 KiB/sec. | ||
| 5596 | 2025.02.25 03:52:38.777790 [ 254 ] {ed3a8ee2-6572-4d67-9011-254549f73494} <Debug> TCPHandler: Processed in 0.005570934 sec. | ||
| 5597 | 2025.02.25 03:52:38.778081 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5598 | 2025.02.25 03:52:38.778180 [ 187 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2480 rows, containing 5 columns (5 merged, 0 gathered) in 0.005914222 sec., 419328.1888978804 rows/sec., 36.17 MiB/sec. | ||
| 5599 | 2025.02.25 03:52:38.778250 [ 4 ] {d8c9e28e-3f64-4c28-a8c8-d1ab46c0fd78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5600 | 2025.02.25 03:52:38.778339 [ 4 ] {d8c9e28e-3f64-4c28-a8c8-d1ab46c0fd78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5601 | 2025.02.25 03:52:38.778721 [ 187 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5602 | 2025.02.25 03:52:38.779401 [ 187 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_51_10} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5603 | 2025.02.25 03:52:38.779467 [ 4 ] {d8c9e28e-3f64-4c28-a8c8-d1ab46c0fd78} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5604 | 2025.02.25 03:52:38.779544 [ 4 ] {d8c9e28e-3f64-4c28-a8c8-d1ab46c0fd78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5605 | 2025.02.25 03:52:38.779602 [ 187 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_51_10} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5606 | 2025.02.25 03:52:38.779795 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5607 | 2025.02.25 03:52:38.780066 [ 4 ] {d8c9e28e-3f64-4c28-a8c8-d1ab46c0fd78} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5608 | 2025.02.25 03:52:38.780317 [ 4 ] {d8c9e28e-3f64-4c28-a8c8-d1ab46c0fd78} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5609 | 2025.02.25 03:52:38.780472 [ 94 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5610 | 2025.02.25 03:52:38.780544 [ 94 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5611 | 2025.02.25 03:52:38.780555 [ 4 ] {d8c9e28e-3f64-4c28-a8c8-d1ab46c0fd78} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002326 sec., 44282.02923473775 rows/sec., 3.46 MiB/sec. | ||
| 5612 | 2025.02.25 03:52:38.780583 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5613 | 2025.02.25 03:52:38.780714 [ 4 ] {d8c9e28e-3f64-4c28-a8c8-d1ab46c0fd78} <Debug> TCPHandler: Processed in 0.002757762 sec. | ||
| 5614 | 2025.02.25 03:52:38.780871 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 5615 | 2025.02.25 03:52:38.780938 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5616 | 2025.02.25 03:52:38.781052 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5617 | 2025.02.25 03:52:38.781119 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 949 rows starting from the beginning of the part | ||
| 5618 | 2025.02.25 03:52:38.781173 [ 254 ] {adb9e417-400a-4c78-9c8d-e2c7fe915ae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5619 | 2025.02.25 03:52:38.781328 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 103 rows starting from the beginning of the part | ||
| 5620 | 2025.02.25 03:52:38.781349 [ 254 ] {adb9e417-400a-4c78-9c8d-e2c7fe915ae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5621 | 2025.02.25 03:52:38.781734 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 5622 | 2025.02.25 03:52:38.782061 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 105 rows starting from the beginning of the part | ||
| 5623 | 2025.02.25 03:52:38.782457 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 5624 | 2025.02.25 03:52:38.782731 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 103 rows starting from the beginning of the part | ||
| 5625 | 2025.02.25 03:52:38.783732 [ 254 ] {adb9e417-400a-4c78-9c8d-e2c7fe915ae7} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5626 | 2025.02.25 03:52:38.783807 [ 254 ] {adb9e417-400a-4c78-9c8d-e2c7fe915ae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5627 | 2025.02.25 03:52:38.784894 [ 254 ] {adb9e417-400a-4c78-9c8d-e2c7fe915ae7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5628 | 2025.02.25 03:52:38.785338 [ 254 ] {adb9e417-400a-4c78-9c8d-e2c7fe915ae7} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5629 | 2025.02.25 03:52:38.785793 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5630 | 2025.02.25 03:52:38.785780 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1388 rows, containing 5 columns (5 merged, 0 gathered) in 0.005021832 sec., 276393.1569196261 rows/sec., 21.72 MiB/sec. | ||
| 5631 | 2025.02.25 03:52:38.785913 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5632 | 2025.02.25 03:52:38.785938 [ 254 ] {adb9e417-400a-4c78-9c8d-e2c7fe915ae7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004828 sec., 33140.01657000829 rows/sec., 2.31 MiB/sec. | ||
| 5633 | 2025.02.25 03:52:38.785995 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5634 | 2025.02.25 03:52:38.786212 [ 254 ] {adb9e417-400a-4c78-9c8d-e2c7fe915ae7} <Debug> TCPHandler: Processed in 0.00537822 sec. | ||
| 5635 | 2025.02.25 03:52:38.786610 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5636 | 2025.02.25 03:52:38.786697 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5637 | 2025.02.25 03:52:38.786812 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 5638 | 2025.02.25 03:52:38.787270 [ 4 ] {c8e154fc-4d1b-4e06-b5a1-bf2371c55ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5639 | 2025.02.25 03:52:38.787501 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5640 | 2025.02.25 03:52:38.787691 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13576 rows starting from the beginning of the part | ||
| 5641 | 2025.02.25 03:52:38.787796 [ 4 ] {c8e154fc-4d1b-4e06-b5a1-bf2371c55ff4} <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 | ||
| 5642 | 2025.02.25 03:52:38.788522 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 5643 | 2025.02.25 03:52:38.789300 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 5644 | 2025.02.25 03:52:38.789402 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_51_10} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5645 | 2025.02.25 03:52:38.789954 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 161 rows starting from the beginning of the part | ||
| 5646 | 2025.02.25 03:52:38.789963 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_51_10} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5647 | 2025.02.25 03:52:38.790450 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 5648 | 2025.02.25 03:52:38.790556 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 5649 | 2025.02.25 03:52:38.790824 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 5650 | 2025.02.25 03:52:38.792696 [ 4 ] {c8e154fc-4d1b-4e06-b5a1-bf2371c55ff4} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5651 | 2025.02.25 03:52:38.792750 [ 4 ] {c8e154fc-4d1b-4e06-b5a1-bf2371c55ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5652 | 2025.02.25 03:52:38.794223 [ 4 ] {c8e154fc-4d1b-4e06-b5a1-bf2371c55ff4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5653 | 2025.02.25 03:52:38.794759 [ 4 ] {c8e154fc-4d1b-4e06-b5a1-bf2371c55ff4} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5654 | 2025.02.25 03:52:38.795076 [ 4 ] {c8e154fc-4d1b-4e06-b5a1-bf2371c55ff4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008009 sec., 4869.521787988512 rows/sec., 8.73 MiB/sec. | ||
| 5655 | 2025.02.25 03:52:38.795211 [ 4 ] {c8e154fc-4d1b-4e06-b5a1-bf2371c55ff4} <Debug> TCPHandler: Processed in 0.008820347 sec. | ||
| 5656 | 2025.02.25 03:52:38.795370 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5657 | 2025.02.25 03:52:38.795501 [ 254 ] {f91f4bda-86c4-4125-a38c-4138171be067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5658 | 2025.02.25 03:52:38.795557 [ 254 ] {f91f4bda-86c4-4125-a38c-4138171be067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5659 | 2025.02.25 03:52:38.796249 [ 254 ] {f91f4bda-86c4-4125-a38c-4138171be067} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5660 | 2025.02.25 03:52:38.796399 [ 254 ] {f91f4bda-86c4-4125-a38c-4138171be067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5661 | 2025.02.25 03:52:38.796842 [ 254 ] {f91f4bda-86c4-4125-a38c-4138171be067} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5662 | 2025.02.25 03:52:38.796912 [ 194 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14377 rows, containing 5 columns (5 merged, 0 gathered) in 0.010667049 sec., 1347795.4399571992 rows/sec., 92.28 MiB/sec. | ||
| 5663 | 2025.02.25 03:52:38.797123 [ 254 ] {f91f4bda-86c4-4125-a38c-4138171be067} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5664 | 2025.02.25 03:52:38.797359 [ 94 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5665 | 2025.02.25 03:52:38.797471 [ 94 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5666 | 2025.02.25 03:52:38.797509 [ 194 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5667 | 2025.02.25 03:52:38.797531 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5668 | 2025.02.25 03:52:38.797547 [ 254 ] {f91f4bda-86c4-4125-a38c-4138171be067} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00205 sec., 29268.292682926825 rows/sec., 1.97 MiB/sec. | ||
| 5669 | 2025.02.25 03:52:38.798002 [ 254 ] {f91f4bda-86c4-4125-a38c-4138171be067} <Debug> TCPHandler: Processed in 0.00268305 sec. | ||
| 5670 | 2025.02.25 03:52:38.798035 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 5671 | 2025.02.25 03:52:38.798493 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5672 | 2025.02.25 03:52:38.798648 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2330 rows starting from the beginning of the part | ||
| 5673 | 2025.02.25 03:52:38.798671 [ 194 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5674 | 2025.02.25 03:52:38.799187 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 5675 | 2025.02.25 03:52:38.799239 [ 194 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5676 | 2025.02.25 03:52:38.799682 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.72 MiB. | ||
| 5677 | 2025.02.25 03:52:38.799711 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 5678 | 2025.02.25 03:52:38.799959 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 5679 | 2025.02.25 03:52:38.800116 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 5680 | 2025.02.25 03:52:38.800268 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 5681 | 2025.02.25 03:52:38.801924 [ 199 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2630 rows, containing 4 columns (4 merged, 0 gathered) in 0.004244375 sec., 619643.6460020615 rows/sec., 41.59 MiB/sec. | ||
| 5682 | 2025.02.25 03:52:38.802249 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5683 | 2025.02.25 03:52:38.802550 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_51_10} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5684 | 2025.02.25 03:52:38.802628 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_51_10} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5685 | 2025.02.25 03:52:38.802701 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 5686 | 2025.02.25 03:52:38.941521 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 5687 | 2025.02.25 03:52:38.962045 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5688 | 2025.02.25 03:52:38.962097 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5689 | 2025.02.25 03:52:38.969519 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5690 | 2025.02.25 03:52:38.970272 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5691 | 2025.02.25 03:52:38.973251 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 5692 | 2025.02.25 03:52:39.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.98 MiB, peak 208.44 MiB, free memory in arenas 0.00 B, will set to 200.80 MiB (RSS), difference: 1.82 MiB | ||
| 5693 | 2025.02.25 03:52:41.372814 [ 95 ] {} <Debug> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5694 | 2025.02.25 03:52:41.372909 [ 95 ] {} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5695 | 2025.02.25 03:52:41.372951 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5696 | 2025.02.25 03:52:41.373185 [ 186 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 5697 | 2025.02.25 03:52:41.373408 [ 186 ] {499813d5-c841-4141-9420-e02818928f28::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5698 | 2025.02.25 03:52:41.373446 [ 186 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 5699 | 2025.02.25 03:52:41.373534 [ 186 ] {499813d5-c841-4141-9420-e02818928f28::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 5700 | 2025.02.25 03:52:41.373793 [ 186 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 5701 | 2025.02.25 03:52:41.374019 [ 186 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 5702 | 2025.02.25 03:52:41.374239 [ 186 ] {499813d5-c841-4141-9420-e02818928f28::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 5703 | 2025.02.25 03:52:41.375344 [ 191 ] {499813d5-c841-4141-9420-e02818928f28::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002291551 sec., 16582.655153649208 rows/sec., 1.38 MiB/sec. | ||
| 5704 | 2025.02.25 03:52:41.375493 [ 186 ] {499813d5-c841-4141-9420-e02818928f28::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5705 | 2025.02.25 03:52:41.375771 [ 186 ] {499813d5-c841-4141-9420-e02818928f28::all_1_9_2} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5706 | 2025.02.25 03:52:41.375850 [ 186 ] {499813d5-c841-4141-9420-e02818928f28::all_1_9_2} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5707 | 2025.02.25 03:52:41.375924 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5708 | 2025.02.25 03:52:41.695554 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5709 | 2025.02.25 03:52:41.695854 [ 4 ] {58416de2-4aa6-496c-9399-16c75b211abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5710 | 2025.02.25 03:52:41.695973 [ 4 ] {58416de2-4aa6-496c-9399-16c75b211abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5711 | 2025.02.25 03:52:41.696929 [ 4 ] {58416de2-4aa6-496c-9399-16c75b211abd} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5712 | 2025.02.25 03:52:41.696979 [ 4 ] {58416de2-4aa6-496c-9399-16c75b211abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5713 | 2025.02.25 03:52:41.697408 [ 4 ] {58416de2-4aa6-496c-9399-16c75b211abd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5714 | 2025.02.25 03:52:41.697658 [ 4 ] {58416de2-4aa6-496c-9399-16c75b211abd} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5715 | 2025.02.25 03:52:41.697927 [ 4 ] {58416de2-4aa6-496c-9399-16c75b211abd} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00215 sec., 11162.790697674418 rows/sec., 948.40 KiB/sec. | ||
| 5716 | 2025.02.25 03:52:41.698115 [ 4 ] {58416de2-4aa6-496c-9399-16c75b211abd} <Debug> TCPHandler: Processed in 0.002742572 sec. | ||
| 5717 | 2025.02.25 03:52:41.698307 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5718 | 2025.02.25 03:52:41.698437 [ 254 ] {ae58da9a-b7e3-45bc-867b-a1a5500c86ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5719 | 2025.02.25 03:52:41.698497 [ 254 ] {ae58da9a-b7e3-45bc-867b-a1a5500c86ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5720 | 2025.02.25 03:52:41.700002 [ 254 ] {ae58da9a-b7e3-45bc-867b-a1a5500c86ac} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5721 | 2025.02.25 03:52:41.700053 [ 254 ] {ae58da9a-b7e3-45bc-867b-a1a5500c86ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5722 | 2025.02.25 03:52:41.700564 [ 254 ] {ae58da9a-b7e3-45bc-867b-a1a5500c86ac} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5723 | 2025.02.25 03:52:41.700808 [ 254 ] {ae58da9a-b7e3-45bc-867b-a1a5500c86ac} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5724 | 2025.02.25 03:52:41.701036 [ 254 ] {ae58da9a-b7e3-45bc-867b-a1a5500c86ac} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.002636 sec., 499241.2746585736 rows/sec., 41.47 MiB/sec. | ||
| 5725 | 2025.02.25 03:52:41.701094 [ 254 ] {ae58da9a-b7e3-45bc-867b-a1a5500c86ac} <Debug> TCPHandler: Processed in 0.002847883 sec. | ||
| 5726 | 2025.02.25 03:52:41.701238 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5727 | 2025.02.25 03:52:41.701348 [ 4 ] {702852ba-e171-4182-be8c-d96c15bf69e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5728 | 2025.02.25 03:52:41.701396 [ 4 ] {702852ba-e171-4182-be8c-d96c15bf69e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5729 | 2025.02.25 03:52:41.701932 [ 4 ] {702852ba-e171-4182-be8c-d96c15bf69e4} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5730 | 2025.02.25 03:52:41.701972 [ 4 ] {702852ba-e171-4182-be8c-d96c15bf69e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5731 | 2025.02.25 03:52:41.702359 [ 4 ] {702852ba-e171-4182-be8c-d96c15bf69e4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5732 | 2025.02.25 03:52:41.702616 [ 4 ] {702852ba-e171-4182-be8c-d96c15bf69e4} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5733 | 2025.02.25 03:52:41.702824 [ 4 ] {702852ba-e171-4182-be8c-d96c15bf69e4} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.001498 sec., 8010.680907877169 rows/sec., 641.48 KiB/sec. | ||
| 5734 | 2025.02.25 03:52:41.702877 [ 4 ] {702852ba-e171-4182-be8c-d96c15bf69e4} <Debug> TCPHandler: Processed in 0.001692808 sec. | ||
| 5735 | 2025.02.25 03:52:41.703010 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5736 | 2025.02.25 03:52:41.703119 [ 254 ] {d2d4798b-acb9-459c-a6bb-787c9f30cc5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5737 | 2025.02.25 03:52:41.703164 [ 254 ] {d2d4798b-acb9-459c-a6bb-787c9f30cc5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5738 | 2025.02.25 03:52:41.703790 [ 254 ] {d2d4798b-acb9-459c-a6bb-787c9f30cc5c} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5739 | 2025.02.25 03:52:41.703831 [ 254 ] {d2d4798b-acb9-459c-a6bb-787c9f30cc5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5740 | 2025.02.25 03:52:41.704195 [ 254 ] {d2d4798b-acb9-459c-a6bb-787c9f30cc5c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5741 | 2025.02.25 03:52:41.704446 [ 254 ] {d2d4798b-acb9-459c-a6bb-787c9f30cc5c} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5742 | 2025.02.25 03:52:41.704673 [ 254 ] {d2d4798b-acb9-459c-a6bb-787c9f30cc5c} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001576 sec., 159898.4771573604 rows/sec., 11.06 MiB/sec. | ||
| 5743 | 2025.02.25 03:52:41.704726 [ 254 ] {d2d4798b-acb9-459c-a6bb-787c9f30cc5c} <Debug> TCPHandler: Processed in 0.00176891 sec. | ||
| 5744 | 2025.02.25 03:52:41.704866 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5745 | 2025.02.25 03:52:41.704994 [ 4 ] {11d53acd-044f-41b2-8eb2-fe2ebcc72988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5746 | 2025.02.25 03:52:41.705048 [ 4 ] {11d53acd-044f-41b2-8eb2-fe2ebcc72988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5747 | 2025.02.25 03:52:41.705632 [ 4 ] {11d53acd-044f-41b2-8eb2-fe2ebcc72988} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5748 | 2025.02.25 03:52:41.705671 [ 4 ] {11d53acd-044f-41b2-8eb2-fe2ebcc72988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5749 | 2025.02.25 03:52:41.706010 [ 4 ] {11d53acd-044f-41b2-8eb2-fe2ebcc72988} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5750 | 2025.02.25 03:52:41.706247 [ 4 ] {11d53acd-044f-41b2-8eb2-fe2ebcc72988} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5751 | 2025.02.25 03:52:41.706509 [ 4 ] {11d53acd-044f-41b2-8eb2-fe2ebcc72988} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001536 sec., 7812.5 rows/sec., 610.35 KiB/sec. | ||
| 5752 | 2025.02.25 03:52:41.706645 [ 4 ] {11d53acd-044f-41b2-8eb2-fe2ebcc72988} <Debug> TCPHandler: Processed in 0.001842142 sec. | ||
| 5753 | 2025.02.25 03:52:41.706788 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5754 | 2025.02.25 03:52:41.706917 [ 254 ] {64e2b38b-b74e-4076-b177-56072b1e136d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5755 | 2025.02.25 03:52:41.706971 [ 254 ] {64e2b38b-b74e-4076-b177-56072b1e136d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5756 | 2025.02.25 03:52:41.707786 [ 254 ] {64e2b38b-b74e-4076-b177-56072b1e136d} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5757 | 2025.02.25 03:52:41.707827 [ 254 ] {64e2b38b-b74e-4076-b177-56072b1e136d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5758 | 2025.02.25 03:52:41.708204 [ 254 ] {64e2b38b-b74e-4076-b177-56072b1e136d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5759 | 2025.02.25 03:52:41.708448 [ 254 ] {64e2b38b-b74e-4076-b177-56072b1e136d} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5760 | 2025.02.25 03:52:41.708655 [ 254 ] {64e2b38b-b74e-4076-b177-56072b1e136d} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.001767 sec., 314657.6117713639 rows/sec., 23.58 MiB/sec. | ||
| 5761 | 2025.02.25 03:52:41.708707 [ 254 ] {64e2b38b-b74e-4076-b177-56072b1e136d} <Debug> TCPHandler: Processed in 0.001983174 sec. | ||
| 5762 | 2025.02.25 03:52:41.708858 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5763 | 2025.02.25 03:52:41.708986 [ 4 ] {f8234721-ebd6-4e34-869c-5edf4c815b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5764 | 2025.02.25 03:52:41.709043 [ 4 ] {f8234721-ebd6-4e34-869c-5edf4c815b67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5765 | 2025.02.25 03:52:41.709868 [ 4 ] {f8234721-ebd6-4e34-869c-5edf4c815b67} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5766 | 2025.02.25 03:52:41.709908 [ 4 ] {f8234721-ebd6-4e34-869c-5edf4c815b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5767 | 2025.02.25 03:52:41.710334 [ 4 ] {f8234721-ebd6-4e34-869c-5edf4c815b67} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5768 | 2025.02.25 03:52:41.710571 [ 4 ] {f8234721-ebd6-4e34-869c-5edf4c815b67} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5769 | 2025.02.25 03:52:41.710819 [ 4 ] {f8234721-ebd6-4e34-869c-5edf4c815b67} <Debug> executeQuery: Read 976 rows, 67.51 KiB in 0.001853 sec., 526713.4376686454 rows/sec., 35.58 MiB/sec. | ||
| 5770 | 2025.02.25 03:52:41.710908 [ 4 ] {f8234721-ebd6-4e34-869c-5edf4c815b67} <Debug> TCPHandler: Processed in 0.002108147 sec. | ||
| 5771 | 2025.02.25 03:52:41.711130 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5772 | 2025.02.25 03:52:41.711270 [ 254 ] {59e06dc6-2adc-47ea-a233-0b6ec8739819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5773 | 2025.02.25 03:52:41.711320 [ 254 ] {59e06dc6-2adc-47ea-a233-0b6ec8739819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5774 | 2025.02.25 03:52:41.711795 [ 254 ] {59e06dc6-2adc-47ea-a233-0b6ec8739819} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5775 | 2025.02.25 03:52:41.711834 [ 254 ] {59e06dc6-2adc-47ea-a233-0b6ec8739819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5776 | 2025.02.25 03:52:41.712191 [ 254 ] {59e06dc6-2adc-47ea-a233-0b6ec8739819} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5777 | 2025.02.25 03:52:41.712429 [ 254 ] {59e06dc6-2adc-47ea-a233-0b6ec8739819} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5778 | 2025.02.25 03:52:41.712633 [ 254 ] {59e06dc6-2adc-47ea-a233-0b6ec8739819} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001388 sec., 24495.677233429396 rows/sec., 1.66 MiB/sec. | ||
| 5779 | 2025.02.25 03:52:41.712684 [ 254 ] {59e06dc6-2adc-47ea-a233-0b6ec8739819} <Debug> TCPHandler: Processed in 0.001666588 sec. | ||
| 5780 | 2025.02.25 03:52:43.763413 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5781 | 2025.02.25 03:52:43.763631 [ 4 ] {240b4f8d-e4b4-484c-84b6-06ba14372590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5782 | 2025.02.25 03:52:43.763708 [ 4 ] {240b4f8d-e4b4-484c-84b6-06ba14372590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5783 | 2025.02.25 03:52:43.764527 [ 4 ] {240b4f8d-e4b4-484c-84b6-06ba14372590} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5784 | 2025.02.25 03:52:43.764580 [ 4 ] {240b4f8d-e4b4-484c-84b6-06ba14372590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5785 | 2025.02.25 03:52:43.765015 [ 4 ] {240b4f8d-e4b4-484c-84b6-06ba14372590} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 5786 | 2025.02.25 03:52:43.765268 [ 4 ] {240b4f8d-e4b4-484c-84b6-06ba14372590} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5787 | 2025.02.25 03:52:43.765517 [ 4 ] {240b4f8d-e4b4-484c-84b6-06ba14372590} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001939 sec., 28880.86642599278 rows/sec., 2.20 MiB/sec. | ||
| 5788 | 2025.02.25 03:52:43.765585 [ 4 ] {240b4f8d-e4b4-484c-84b6-06ba14372590} <Debug> TCPHandler: Processed in 0.002301391 sec. | ||
| 5789 | 2025.02.25 03:52:43.765774 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5790 | 2025.02.25 03:52:43.765902 [ 254 ] {2b326ab4-18fe-408c-9e34-6a9c12fe064d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5791 | 2025.02.25 03:52:43.765953 [ 254 ] {2b326ab4-18fe-408c-9e34-6a9c12fe064d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5792 | 2025.02.25 03:52:43.766573 [ 254 ] {2b326ab4-18fe-408c-9e34-6a9c12fe064d} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5793 | 2025.02.25 03:52:43.766617 [ 254 ] {2b326ab4-18fe-408c-9e34-6a9c12fe064d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5794 | 2025.02.25 03:52:43.767037 [ 254 ] {2b326ab4-18fe-408c-9e34-6a9c12fe064d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 5795 | 2025.02.25 03:52:43.767280 [ 254 ] {2b326ab4-18fe-408c-9e34-6a9c12fe064d} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5796 | 2025.02.25 03:52:43.767526 [ 254 ] {2b326ab4-18fe-408c-9e34-6a9c12fe064d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001648 sec., 38834.95145631068 rows/sec., 3.03 MiB/sec. | ||
| 5797 | 2025.02.25 03:52:43.767624 [ 254 ] {2b326ab4-18fe-408c-9e34-6a9c12fe064d} <Debug> TCPHandler: Processed in 0.001918873 sec. | ||
| 5798 | 2025.02.25 03:52:43.767834 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5799 | 2025.02.25 03:52:43.767978 [ 4 ] {cf5a21fd-3c7f-4ee8-aa7a-24ef328526f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5800 | 2025.02.25 03:52:43.768031 [ 4 ] {cf5a21fd-3c7f-4ee8-aa7a-24ef328526f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5801 | 2025.02.25 03:52:43.768545 [ 4 ] {cf5a21fd-3c7f-4ee8-aa7a-24ef328526f3} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5802 | 2025.02.25 03:52:43.768585 [ 4 ] {cf5a21fd-3c7f-4ee8-aa7a-24ef328526f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5803 | 2025.02.25 03:52:43.768966 [ 4 ] {cf5a21fd-3c7f-4ee8-aa7a-24ef328526f3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 5804 | 2025.02.25 03:52:43.769210 [ 4 ] {cf5a21fd-3c7f-4ee8-aa7a-24ef328526f3} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5805 | 2025.02.25 03:52:43.769419 [ 4 ] {cf5a21fd-3c7f-4ee8-aa7a-24ef328526f3} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001467 sec., 44989.77505112474 rows/sec., 3.14 MiB/sec. | ||
| 5806 | 2025.02.25 03:52:43.769481 [ 4 ] {cf5a21fd-3c7f-4ee8-aa7a-24ef328526f3} <Debug> TCPHandler: Processed in 0.001755589 sec. | ||
| 5807 | 2025.02.25 03:52:43.769632 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5808 | 2025.02.25 03:52:43.769743 [ 254 ] {e800289c-263f-4ab7-ba56-aa5ce9b42bbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5809 | 2025.02.25 03:52:43.769791 [ 254 ] {e800289c-263f-4ab7-ba56-aa5ce9b42bbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5810 | 2025.02.25 03:52:43.770219 [ 254 ] {e800289c-263f-4ab7-ba56-aa5ce9b42bbe} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5811 | 2025.02.25 03:52:43.770259 [ 254 ] {e800289c-263f-4ab7-ba56-aa5ce9b42bbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5812 | 2025.02.25 03:52:43.770632 [ 254 ] {e800289c-263f-4ab7-ba56-aa5ce9b42bbe} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 5813 | 2025.02.25 03:52:43.770873 [ 254 ] {e800289c-263f-4ab7-ba56-aa5ce9b42bbe} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5814 | 2025.02.25 03:52:43.771123 [ 254 ] {e800289c-263f-4ab7-ba56-aa5ce9b42bbe} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001402 sec., 18544.93580599144 rows/sec., 1.24 MiB/sec. | ||
| 5815 | 2025.02.25 03:52:43.771234 [ 254 ] {e800289c-263f-4ab7-ba56-aa5ce9b42bbe} <Debug> TCPHandler: Processed in 0.001650187 sec. | ||
| 5816 | 2025.02.25 03:52:45.419275 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 5817 | 2025.02.25 03:52:45.419970 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5818 | 2025.02.25 03:52:45.420029 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5819 | 2025.02.25 03:52:45.420565 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5820 | 2025.02.25 03:52:45.420838 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5821 | 2025.02.25 03:52:45.421141 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 5822 | 2025.02.25 03:52:46.474286 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 5823 | 2025.02.25 03:52:46.495389 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5824 | 2025.02.25 03:52:46.495459 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5825 | 2025.02.25 03:52:46.503321 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5826 | 2025.02.25 03:52:46.504116 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5827 | 2025.02.25 03:52:46.508182 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 5828 | 2025.02.25 03:52:47.975750 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 804 | ||
| 5829 | 2025.02.25 03:52:47.978922 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5830 | 2025.02.25 03:52:47.978980 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5831 | 2025.02.25 03:52:47.980510 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5832 | 2025.02.25 03:52:47.980821 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5833 | 2025.02.25 03:52:47.981842 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 804 | ||
| 5834 | 2025.02.25 03:52:48.769694 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5835 | 2025.02.25 03:52:48.769904 [ 4 ] {bf403d2b-cc53-496d-9377-979adbd30b7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5836 | 2025.02.25 03:52:48.769983 [ 4 ] {bf403d2b-cc53-496d-9377-979adbd30b7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5837 | 2025.02.25 03:52:48.770978 [ 4 ] {bf403d2b-cc53-496d-9377-979adbd30b7b} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5838 | 2025.02.25 03:52:48.771033 [ 4 ] {bf403d2b-cc53-496d-9377-979adbd30b7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5839 | 2025.02.25 03:52:48.771477 [ 4 ] {bf403d2b-cc53-496d-9377-979adbd30b7b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 5840 | 2025.02.25 03:52:48.771741 [ 4 ] {bf403d2b-cc53-496d-9377-979adbd30b7b} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5841 | 2025.02.25 03:52:48.771958 [ 4 ] {bf403d2b-cc53-496d-9377-979adbd30b7b} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002108 sec., 63567.362428842505 rows/sec., 5.47 MiB/sec. | ||
| 5842 | 2025.02.25 03:52:48.772059 [ 4 ] {bf403d2b-cc53-496d-9377-979adbd30b7b} <Debug> TCPHandler: Processed in 0.002505826 sec. | ||
| 5843 | 2025.02.25 03:52:48.772320 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5844 | 2025.02.25 03:52:48.772478 [ 254 ] {eae50307-674e-452c-82e7-4d34fd1dabda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5845 | 2025.02.25 03:52:48.772538 [ 254 ] {eae50307-674e-452c-82e7-4d34fd1dabda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5846 | 2025.02.25 03:52:48.773130 [ 254 ] {eae50307-674e-452c-82e7-4d34fd1dabda} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5847 | 2025.02.25 03:52:48.773170 [ 254 ] {eae50307-674e-452c-82e7-4d34fd1dabda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5848 | 2025.02.25 03:52:48.773538 [ 254 ] {eae50307-674e-452c-82e7-4d34fd1dabda} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5849 | 2025.02.25 03:52:48.773783 [ 254 ] {eae50307-674e-452c-82e7-4d34fd1dabda} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5850 | 2025.02.25 03:52:48.773959 [ 254 ] {eae50307-674e-452c-82e7-4d34fd1dabda} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001517 sec., 25708.635464733026 rows/sec., 1.89 MiB/sec. | ||
| 5851 | 2025.02.25 03:52:48.774013 [ 254 ] {eae50307-674e-452c-82e7-4d34fd1dabda} <Debug> TCPHandler: Processed in 0.001828991 sec. | ||
| 5852 | 2025.02.25 03:52:48.774168 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5853 | 2025.02.25 03:52:48.774278 [ 4 ] {a6d24493-dc10-4e48-807d-7c908711f8bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5854 | 2025.02.25 03:52:48.774324 [ 4 ] {a6d24493-dc10-4e48-807d-7c908711f8bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5855 | 2025.02.25 03:52:48.774886 [ 4 ] {a6d24493-dc10-4e48-807d-7c908711f8bd} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5856 | 2025.02.25 03:52:48.774924 [ 4 ] {a6d24493-dc10-4e48-807d-7c908711f8bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5857 | 2025.02.25 03:52:48.775290 [ 4 ] {a6d24493-dc10-4e48-807d-7c908711f8bd} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 5858 | 2025.02.25 03:52:48.775528 [ 4 ] {a6d24493-dc10-4e48-807d-7c908711f8bd} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5859 | 2025.02.25 03:52:48.775705 [ 4 ] {a6d24493-dc10-4e48-807d-7c908711f8bd} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.00145 sec., 71034.4827586207 rows/sec., 5.55 MiB/sec. | ||
| 5860 | 2025.02.25 03:52:48.775755 [ 4 ] {a6d24493-dc10-4e48-807d-7c908711f8bd} <Debug> TCPHandler: Processed in 0.001639847 sec. | ||
| 5861 | 2025.02.25 03:52:48.775911 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5862 | 2025.02.25 03:52:48.776041 [ 254 ] {52aead6c-7271-4b86-9d58-e815126f665f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5863 | 2025.02.25 03:52:48.776099 [ 254 ] {52aead6c-7271-4b86-9d58-e815126f665f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5864 | 2025.02.25 03:52:48.776687 [ 254 ] {52aead6c-7271-4b86-9d58-e815126f665f} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5865 | 2025.02.25 03:52:48.776725 [ 254 ] {52aead6c-7271-4b86-9d58-e815126f665f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5866 | 2025.02.25 03:52:48.777113 [ 254 ] {52aead6c-7271-4b86-9d58-e815126f665f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 5867 | 2025.02.25 03:52:48.777355 [ 254 ] {52aead6c-7271-4b86-9d58-e815126f665f} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5868 | 2025.02.25 03:52:48.777530 [ 254 ] {52aead6c-7271-4b86-9d58-e815126f665f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001519 sec., 105332.45556287031 rows/sec., 7.34 MiB/sec. | ||
| 5869 | 2025.02.25 03:52:48.777581 [ 254 ] {52aead6c-7271-4b86-9d58-e815126f665f} <Debug> TCPHandler: Processed in 0.001731909 sec. | ||
| 5870 | 2025.02.25 03:52:48.777732 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5871 | 2025.02.25 03:52:48.777861 [ 4 ] {774a6aea-484c-4ddd-94ae-4c2af43d14de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5872 | 2025.02.25 03:52:48.777940 [ 4 ] {774a6aea-484c-4ddd-94ae-4c2af43d14de} <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 | ||
| 5873 | 2025.02.25 03:52:48.779211 [ 4 ] {774a6aea-484c-4ddd-94ae-4c2af43d14de} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5874 | 2025.02.25 03:52:48.779249 [ 4 ] {774a6aea-484c-4ddd-94ae-4c2af43d14de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5875 | 2025.02.25 03:52:48.779904 [ 4 ] {774a6aea-484c-4ddd-94ae-4c2af43d14de} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5876 | 2025.02.25 03:52:48.780164 [ 4 ] {774a6aea-484c-4ddd-94ae-4c2af43d14de} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5877 | 2025.02.25 03:52:48.780393 [ 4 ] {774a6aea-484c-4ddd-94ae-4c2af43d14de} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002553 sec., 15276.145710928318 rows/sec., 27.37 MiB/sec. | ||
| 5878 | 2025.02.25 03:52:48.780539 [ 4 ] {774a6aea-484c-4ddd-94ae-4c2af43d14de} <Debug> TCPHandler: Processed in 0.002869934 sec. | ||
| 5879 | 2025.02.25 03:52:48.780692 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5880 | 2025.02.25 03:52:48.780823 [ 254 ] {e1b2fae7-31ff-4d97-9cb9-413d9190aaf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5881 | 2025.02.25 03:52:48.780878 [ 254 ] {e1b2fae7-31ff-4d97-9cb9-413d9190aaf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5882 | 2025.02.25 03:52:48.781458 [ 254 ] {e1b2fae7-31ff-4d97-9cb9-413d9190aaf7} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5883 | 2025.02.25 03:52:48.781543 [ 254 ] {e1b2fae7-31ff-4d97-9cb9-413d9190aaf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5884 | 2025.02.25 03:52:48.781979 [ 254 ] {e1b2fae7-31ff-4d97-9cb9-413d9190aaf7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 5885 | 2025.02.25 03:52:48.782222 [ 254 ] {e1b2fae7-31ff-4d97-9cb9-413d9190aaf7} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5886 | 2025.02.25 03:52:48.782426 [ 254 ] {e1b2fae7-31ff-4d97-9cb9-413d9190aaf7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001627 sec., 36877.68899815612 rows/sec., 2.49 MiB/sec. | ||
| 5887 | 2025.02.25 03:52:48.782497 [ 254 ] {e1b2fae7-31ff-4d97-9cb9-413d9190aaf7} <Debug> TCPHandler: Processed in 0.001867912 sec. | ||
| 5888 | 2025.02.25 03:52:52.782145 [ 155 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5889 | 2025.02.25 03:52:52.782204 [ 155 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5890 | 2025.02.25 03:52:52.922240 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 5891 | 2025.02.25 03:52:52.922878 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5892 | 2025.02.25 03:52:52.922927 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5893 | 2025.02.25 03:52:52.923500 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5894 | 2025.02.25 03:52:52.923757 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5895 | 2025.02.25 03:52:52.924013 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 5896 | 2025.02.25 03:52:53.767632 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5897 | 2025.02.25 03:52:53.767862 [ 4 ] {3f415366-203b-4a96-a1a9-652a054751c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5898 | 2025.02.25 03:52:53.767945 [ 4 ] {3f415366-203b-4a96-a1a9-652a054751c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5899 | 2025.02.25 03:52:53.768815 [ 4 ] {3f415366-203b-4a96-a1a9-652a054751c9} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5900 | 2025.02.25 03:52:53.768870 [ 4 ] {3f415366-203b-4a96-a1a9-652a054751c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5901 | 2025.02.25 03:52:53.769297 [ 4 ] {3f415366-203b-4a96-a1a9-652a054751c9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 5902 | 2025.02.25 03:52:53.769542 [ 4 ] {3f415366-203b-4a96-a1a9-652a054751c9} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5903 | 2025.02.25 03:52:53.769827 [ 4 ] {3f415366-203b-4a96-a1a9-652a054751c9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002018 sec., 27750.247770069378 rows/sec., 2.12 MiB/sec. | ||
| 5904 | 2025.02.25 03:52:53.769965 [ 4 ] {3f415366-203b-4a96-a1a9-652a054751c9} <Debug> TCPHandler: Processed in 0.002467185 sec. | ||
| 5905 | 2025.02.25 03:52:53.770231 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5906 | 2025.02.25 03:52:53.770402 [ 254 ] {bcca51ab-35a4-483b-b966-84d7fc53a7d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5907 | 2025.02.25 03:52:53.770463 [ 254 ] {bcca51ab-35a4-483b-b966-84d7fc53a7d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5908 | 2025.02.25 03:52:53.771101 [ 254 ] {bcca51ab-35a4-483b-b966-84d7fc53a7d3} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5909 | 2025.02.25 03:52:53.771142 [ 254 ] {bcca51ab-35a4-483b-b966-84d7fc53a7d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5910 | 2025.02.25 03:52:53.771513 [ 254 ] {bcca51ab-35a4-483b-b966-84d7fc53a7d3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 5911 | 2025.02.25 03:52:53.771763 [ 254 ] {bcca51ab-35a4-483b-b966-84d7fc53a7d3} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5912 | 2025.02.25 03:52:53.771991 [ 254 ] {bcca51ab-35a4-483b-b966-84d7fc53a7d3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001625 sec., 39384.61538461538 rows/sec., 3.07 MiB/sec. | ||
| 5913 | 2025.02.25 03:52:53.772046 [ 254 ] {bcca51ab-35a4-483b-b966-84d7fc53a7d3} <Debug> TCPHandler: Processed in 0.001946493 sec. | ||
| 5914 | 2025.02.25 03:52:53.772194 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5915 | 2025.02.25 03:52:53.772326 [ 4 ] {16e6101d-25bd-4fd8-ba92-1557e5b285fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5916 | 2025.02.25 03:52:53.772386 [ 4 ] {16e6101d-25bd-4fd8-ba92-1557e5b285fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5917 | 2025.02.25 03:52:53.772992 [ 4 ] {16e6101d-25bd-4fd8-ba92-1557e5b285fb} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5918 | 2025.02.25 03:52:53.773032 [ 4 ] {16e6101d-25bd-4fd8-ba92-1557e5b285fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5919 | 2025.02.25 03:52:53.773424 [ 4 ] {16e6101d-25bd-4fd8-ba92-1557e5b285fb} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 5920 | 2025.02.25 03:52:53.773657 [ 4 ] {16e6101d-25bd-4fd8-ba92-1557e5b285fb} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5921 | 2025.02.25 03:52:53.773900 [ 4 ] {16e6101d-25bd-4fd8-ba92-1557e5b285fb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001603 sec., 99812.85090455395 rows/sec., 6.95 MiB/sec. | ||
| 5922 | 2025.02.25 03:52:53.773965 [ 4 ] {16e6101d-25bd-4fd8-ba92-1557e5b285fb} <Debug> TCPHandler: Processed in 0.001836061 sec. | ||
| 5923 | 2025.02.25 03:52:53.774208 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5924 | 2025.02.25 03:52:53.774374 [ 254 ] {0736889f-1610-41ff-a186-1f2df248ee76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5925 | 2025.02.25 03:52:53.774438 [ 254 ] {0736889f-1610-41ff-a186-1f2df248ee76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5926 | 2025.02.25 03:52:53.774942 [ 254 ] {0736889f-1610-41ff-a186-1f2df248ee76} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5927 | 2025.02.25 03:52:53.774982 [ 254 ] {0736889f-1610-41ff-a186-1f2df248ee76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5928 | 2025.02.25 03:52:53.775352 [ 254 ] {0736889f-1610-41ff-a186-1f2df248ee76} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 5929 | 2025.02.25 03:52:53.775589 [ 254 ] {0736889f-1610-41ff-a186-1f2df248ee76} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5930 | 2025.02.25 03:52:53.775800 [ 254 ] {0736889f-1610-41ff-a186-1f2df248ee76} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001455 sec., 41237.113402061856 rows/sec., 2.78 MiB/sec. | ||
| 5931 | 2025.02.25 03:52:53.775850 [ 254 ] {0736889f-1610-41ff-a186-1f2df248ee76} <Debug> TCPHandler: Processed in 0.00178993 sec. | ||
| 5932 | 2025.02.25 03:52:54.009209 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 5933 | 2025.02.25 03:52:54.029534 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5934 | 2025.02.25 03:52:54.029584 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 5935 | 2025.02.25 03:52:54.037144 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5936 | 2025.02.25 03:52:54.037899 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5937 | 2025.02.25 03:52:54.041338 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 5938 | 2025.02.25 03:52:57.983005 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 824 | ||
| 5939 | 2025.02.25 03:52:57.985836 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5940 | 2025.02.25 03:52:57.985893 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 5941 | 2025.02.25 03:52:57.987364 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5942 | 2025.02.25 03:52:57.987677 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5943 | 2025.02.25 03:52:57.988351 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 824 | ||
| 5944 | 2025.02.25 03:52:58.770952 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5945 | 2025.02.25 03:52:58.771254 [ 4 ] {66ef9666-51d6-40df-93ca-5d8e30b242b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5946 | 2025.02.25 03:52:58.771371 [ 4 ] {66ef9666-51d6-40df-93ca-5d8e30b242b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5947 | 2025.02.25 03:52:58.772347 [ 4 ] {66ef9666-51d6-40df-93ca-5d8e30b242b9} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5948 | 2025.02.25 03:52:58.772396 [ 4 ] {66ef9666-51d6-40df-93ca-5d8e30b242b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 5949 | 2025.02.25 03:52:58.772827 [ 4 ] {66ef9666-51d6-40df-93ca-5d8e30b242b9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5950 | 2025.02.25 03:52:58.773087 [ 4 ] {66ef9666-51d6-40df-93ca-5d8e30b242b9} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5951 | 2025.02.25 03:52:58.773334 [ 4 ] {66ef9666-51d6-40df-93ca-5d8e30b242b9} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.002165 sec., 5542.725173210162 rows/sec., 451.97 KiB/sec. | ||
| 5952 | 2025.02.25 03:52:58.773401 [ 4 ] {66ef9666-51d6-40df-93ca-5d8e30b242b9} <Debug> TCPHandler: Processed in 0.002615298 sec. | ||
| 5953 | 2025.02.25 03:52:58.773587 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5954 | 2025.02.25 03:52:58.773732 [ 254 ] {e0c361cd-3b45-4847-8fb6-49576b93c9cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5955 | 2025.02.25 03:52:58.773790 [ 254 ] {e0c361cd-3b45-4847-8fb6-49576b93c9cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5956 | 2025.02.25 03:52:58.774430 [ 254 ] {e0c361cd-3b45-4847-8fb6-49576b93c9cb} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5957 | 2025.02.25 03:52:58.774471 [ 254 ] {e0c361cd-3b45-4847-8fb6-49576b93c9cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 5958 | 2025.02.25 03:52:58.774863 [ 254 ] {e0c361cd-3b45-4847-8fb6-49576b93c9cb} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 5959 | 2025.02.25 03:52:58.775126 [ 254 ] {e0c361cd-3b45-4847-8fb6-49576b93c9cb} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5960 | 2025.02.25 03:52:58.775329 [ 67 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 5961 | 2025.02.25 03:52:58.775363 [ 254 ] {e0c361cd-3b45-4847-8fb6-49576b93c9cb} <Debug> executeQuery: Read 140 rows, 12.25 KiB in 0.001665 sec., 84084.08408408408 rows/sec., 7.18 MiB/sec. | ||
| 5962 | 2025.02.25 03:52:58.775451 [ 67 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5963 | 2025.02.25 03:52:58.775500 [ 254 ] {e0c361cd-3b45-4847-8fb6-49576b93c9cb} <Debug> TCPHandler: Processed in 0.001982765 sec. | ||
| 5964 | 2025.02.25 03:52:58.775531 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 5965 | 2025.02.25 03:52:58.775730 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5966 | 2025.02.25 03:52:58.775806 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 5967 | 2025.02.25 03:52:58.775936 [ 4 ] {6dc7adf0-5c5c-42fa-95e3-a1f3a2b9508b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5968 | 2025.02.25 03:52:58.776048 [ 4 ] {6dc7adf0-5c5c-42fa-95e3-a1f3a2b9508b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5969 | 2025.02.25 03:52:58.776129 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5970 | 2025.02.25 03:52:58.776240 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1965 rows starting from the beginning of the part | ||
| 5971 | 2025.02.25 03:52:58.776588 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1316 rows starting from the beginning of the part | ||
| 5972 | 2025.02.25 03:52:58.777008 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part | ||
| 5973 | 2025.02.25 03:52:58.777371 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 134 rows starting from the beginning of the part | ||
| 5974 | 2025.02.25 03:52:58.777757 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part | ||
| 5975 | 2025.02.25 03:52:58.778076 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 140 rows starting from the beginning of the part | ||
| 5976 | 2025.02.25 03:52:58.779045 [ 4 ] {6dc7adf0-5c5c-42fa-95e3-a1f3a2b9508b} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5977 | 2025.02.25 03:52:58.779128 [ 4 ] {6dc7adf0-5c5c-42fa-95e3-a1f3a2b9508b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 5978 | 2025.02.25 03:52:58.780071 [ 4 ] {6dc7adf0-5c5c-42fa-95e3-a1f3a2b9508b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5979 | 2025.02.25 03:52:58.780612 [ 4 ] {6dc7adf0-5c5c-42fa-95e3-a1f3a2b9508b} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5980 | 2025.02.25 03:52:58.780894 [ 4 ] {6dc7adf0-5c5c-42fa-95e3-a1f3a2b9508b} <Debug> executeQuery: Read 51 rows, 3.77 KiB in 0.005017 sec., 10165.437512457644 rows/sec., 751.55 KiB/sec. | ||
| 5981 | 2025.02.25 03:52:58.780977 [ 4 ] {6dc7adf0-5c5c-42fa-95e3-a1f3a2b9508b} <Debug> TCPHandler: Processed in 0.005365889 sec. | ||
| 5982 | 2025.02.25 03:52:58.781136 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5983 | 2025.02.25 03:52:58.781418 [ 254 ] {b71f8529-e5fd-4d92-afb4-ceb1e90a9d7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5984 | 2025.02.25 03:52:58.781557 [ 254 ] {b71f8529-e5fd-4d92-afb4-ceb1e90a9d7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5985 | 2025.02.25 03:52:58.781607 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3667 rows, containing 5 columns (5 merged, 0 gathered) in 0.005924642 sec., 618940.351163834 rows/sec., 53.43 MiB/sec. | ||
| 5986 | 2025.02.25 03:52:58.781953 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 5987 | 2025.02.25 03:52:58.782506 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_56_11} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5988 | 2025.02.25 03:52:58.782719 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_56_11} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 5989 | 2025.02.25 03:52:58.782873 [ 254 ] {b71f8529-e5fd-4d92-afb4-ceb1e90a9d7e} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5990 | 2025.02.25 03:52:58.782887 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 5991 | 2025.02.25 03:52:58.782935 [ 254 ] {b71f8529-e5fd-4d92-afb4-ceb1e90a9d7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 5992 | 2025.02.25 03:52:58.783337 [ 254 ] {b71f8529-e5fd-4d92-afb4-ceb1e90a9d7e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 5993 | 2025.02.25 03:52:58.783585 [ 254 ] {b71f8529-e5fd-4d92-afb4-ceb1e90a9d7e} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5994 | 2025.02.25 03:52:58.783774 [ 67 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 5995 | 2025.02.25 03:52:58.783839 [ 67 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5996 | 2025.02.25 03:52:58.783855 [ 254 ] {b71f8529-e5fd-4d92-afb4-ceb1e90a9d7e} <Debug> executeQuery: Read 115 rows, 9.22 KiB in 0.002559 sec., 44939.429464634624 rows/sec., 3.52 MiB/sec. | ||
| 5997 | 2025.02.25 03:52:58.783875 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 5998 | 2025.02.25 03:52:58.784043 [ 254 ] {b71f8529-e5fd-4d92-afb4-ceb1e90a9d7e} <Debug> TCPHandler: Processed in 0.002966246 sec. | ||
| 5999 | 2025.02.25 03:52:58.784220 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 6000 | 2025.02.25 03:52:58.784265 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6001 | 2025.02.25 03:52:58.784704 [ 4 ] {eae64933-fe90-40ac-83c6-eff7eafaa04d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6002 | 2025.02.25 03:52:58.784723 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6003 | 2025.02.25 03:52:58.784862 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 949 rows starting from the beginning of the part | ||
| 6004 | 2025.02.25 03:52:58.784918 [ 4 ] {eae64933-fe90-40ac-83c6-eff7eafaa04d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6005 | 2025.02.25 03:52:58.785419 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 556 rows starting from the beginning of the part | ||
| 6006 | 2025.02.25 03:52:58.786113 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part | ||
| 6007 | 2025.02.25 03:52:58.786345 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 103 rows starting from the beginning of the part | ||
| 6008 | 2025.02.25 03:52:58.786544 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part | ||
| 6009 | 2025.02.25 03:52:58.786746 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 115 rows starting from the beginning of the part | ||
| 6010 | 2025.02.25 03:52:58.787362 [ 4 ] {eae64933-fe90-40ac-83c6-eff7eafaa04d} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6011 | 2025.02.25 03:52:58.787408 [ 4 ] {eae64933-fe90-40ac-83c6-eff7eafaa04d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6012 | 2025.02.25 03:52:58.788026 [ 4 ] {eae64933-fe90-40ac-83c6-eff7eafaa04d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6013 | 2025.02.25 03:52:58.788318 [ 4 ] {eae64933-fe90-40ac-83c6-eff7eafaa04d} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6014 | 2025.02.25 03:52:58.788586 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6015 | 2025.02.25 03:52:58.788750 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6016 | 2025.02.25 03:52:58.788809 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1851 rows, containing 5 columns (5 merged, 0 gathered) in 0.004805867 sec., 385154.2291952732 rows/sec., 30.23 MiB/sec. | ||
| 6017 | 2025.02.25 03:52:58.788823 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6018 | 2025.02.25 03:52:58.788857 [ 4 ] {eae64933-fe90-40ac-83c6-eff7eafaa04d} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.004305 sec., 38559.81416957027 rows/sec., 2.68 MiB/sec. | ||
| 6019 | 2025.02.25 03:52:58.789159 [ 4 ] {eae64933-fe90-40ac-83c6-eff7eafaa04d} <Debug> TCPHandler: Processed in 0.004993741 sec. | ||
| 6020 | 2025.02.25 03:52:58.789241 [ 190 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6021 | 2025.02.25 03:52:58.789355 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 6022 | 2025.02.25 03:52:58.789454 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6023 | 2025.02.25 03:52:58.789809 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6024 | 2025.02.25 03:52:58.789825 [ 254 ] {e7a3382a-8dc7-49e7-ad62-79499d7c36e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6025 | 2025.02.25 03:52:58.789905 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14377 rows starting from the beginning of the part | ||
| 6026 | 2025.02.25 03:52:58.790064 [ 190 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_56_11} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6027 | 2025.02.25 03:52:58.790361 [ 254 ] {e7a3382a-8dc7-49e7-ad62-79499d7c36e2} <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 | ||
| 6028 | 2025.02.25 03:52:58.790398 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 976 rows starting from the beginning of the part | ||
| 6029 | 2025.02.25 03:52:58.790624 [ 190 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_56_11} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6030 | 2025.02.25 03:52:58.790956 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 66 rows starting from the beginning of the part | ||
| 6031 | 2025.02.25 03:52:58.790991 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 6032 | 2025.02.25 03:52:58.791323 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 6033 | 2025.02.25 03:52:58.791686 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
| 6034 | 2025.02.25 03:52:58.791917 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 166 rows starting from the beginning of the part | ||
| 6035 | 2025.02.25 03:52:58.793662 [ 254 ] {e7a3382a-8dc7-49e7-ad62-79499d7c36e2} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6036 | 2025.02.25 03:52:58.793712 [ 254 ] {e7a3382a-8dc7-49e7-ad62-79499d7c36e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6037 | 2025.02.25 03:52:58.795099 [ 254 ] {e7a3382a-8dc7-49e7-ad62-79499d7c36e2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6038 | 2025.02.25 03:52:58.795403 [ 254 ] {e7a3382a-8dc7-49e7-ad62-79499d7c36e2} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6039 | 2025.02.25 03:52:58.795742 [ 254 ] {e7a3382a-8dc7-49e7-ad62-79499d7c36e2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.006054 sec., 6442.021803766104 rows/sec., 11.54 MiB/sec. | ||
| 6040 | 2025.02.25 03:52:58.795872 [ 254 ] {e7a3382a-8dc7-49e7-ad62-79499d7c36e2} <Debug> TCPHandler: Processed in 0.006588607 sec. | ||
| 6041 | 2025.02.25 03:52:58.796024 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6042 | 2025.02.25 03:52:58.796137 [ 4 ] {6687a66c-b2be-4a4c-8d40-57b3fac1616d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6043 | 2025.02.25 03:52:58.796190 [ 4 ] {6687a66c-b2be-4a4c-8d40-57b3fac1616d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6044 | 2025.02.25 03:52:58.796724 [ 4 ] {6687a66c-b2be-4a4c-8d40-57b3fac1616d} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6045 | 2025.02.25 03:52:58.796867 [ 4 ] {6687a66c-b2be-4a4c-8d40-57b3fac1616d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6046 | 2025.02.25 03:52:58.797352 [ 4 ] {6687a66c-b2be-4a4c-8d40-57b3fac1616d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6047 | 2025.02.25 03:52:58.797621 [ 4 ] {6687a66c-b2be-4a4c-8d40-57b3fac1616d} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6048 | 2025.02.25 03:52:58.797943 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15905 rows, containing 5 columns (5 merged, 0 gathered) in 0.00893491 sec., 1780096.274053124 rows/sec., 121.85 MiB/sec. | ||
| 6049 | 2025.02.25 03:52:58.797991 [ 67 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6050 | 2025.02.25 03:52:58.798107 [ 67 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6051 | 2025.02.25 03:52:58.798114 [ 4 ] {6687a66c-b2be-4a4c-8d40-57b3fac1616d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001986 sec., 30211.480362537764 rows/sec., 2.04 MiB/sec. | ||
| 6052 | 2025.02.25 03:52:58.798158 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6053 | 2025.02.25 03:52:58.798265 [ 4 ] {6687a66c-b2be-4a4c-8d40-57b3fac1616d} <Debug> TCPHandler: Processed in 0.002291981 sec. | ||
| 6054 | 2025.02.25 03:52:58.798550 [ 190 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 6055 | 2025.02.25 03:52:58.798694 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6056 | 2025.02.25 03:52:58.798909 [ 190 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6057 | 2025.02.25 03:52:58.798978 [ 190 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2630 rows starting from the beginning of the part | ||
| 6058 | 2025.02.25 03:52:58.799232 [ 190 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 34 rows starting from the beginning of the part | ||
| 6059 | 2025.02.25 03:52:58.799568 [ 190 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 26 rows starting from the beginning of the part | ||
| 6060 | 2025.02.25 03:52:58.799612 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6061 | 2025.02.25 03:52:58.799832 [ 190 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 6062 | 2025.02.25 03:52:58.799954 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6063 | 2025.02.25 03:52:58.800145 [ 190 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 6064 | 2025.02.25 03:52:58.800257 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB. | ||
| 6065 | 2025.02.25 03:52:58.800402 [ 190 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 6066 | 2025.02.25 03:52:58.802019 [ 202 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2870 rows, containing 4 columns (4 merged, 0 gathered) in 0.003685932 sec., 778636.1766847571 rows/sec., 52.27 MiB/sec. | ||
| 6067 | 2025.02.25 03:52:58.802324 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6068 | 2025.02.25 03:52:58.802672 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_56_11} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6069 | 2025.02.25 03:52:58.802769 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_56_11} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6070 | 2025.02.25 03:52:58.802869 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 6071 | 2025.02.25 03:53:00.425104 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 6072 | 2025.02.25 03:53:00.425762 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6073 | 2025.02.25 03:53:00.425815 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6074 | 2025.02.25 03:53:00.426350 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6075 | 2025.02.25 03:53:00.426610 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6076 | 2025.02.25 03:53:00.426867 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 6077 | 2025.02.25 03:53:01.542371 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6078 | 2025.02.25 03:53:01.564290 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6079 | 2025.02.25 03:53:01.564348 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6080 | 2025.02.25 03:53:01.571841 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6081 | 2025.02.25 03:53:01.572617 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6082 | 2025.02.25 03:53:01.575990 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6083 | 2025.02.25 03:53:03.768320 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6084 | 2025.02.25 03:53:03.768551 [ 4 ] {d44e8d7f-27b1-49a5-8faa-371ee92023a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6085 | 2025.02.25 03:53:03.768630 [ 4 ] {d44e8d7f-27b1-49a5-8faa-371ee92023a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6086 | 2025.02.25 03:53:03.769390 [ 4 ] {d44e8d7f-27b1-49a5-8faa-371ee92023a2} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6087 | 2025.02.25 03:53:03.769441 [ 4 ] {d44e8d7f-27b1-49a5-8faa-371ee92023a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6088 | 2025.02.25 03:53:03.769887 [ 4 ] {d44e8d7f-27b1-49a5-8faa-371ee92023a2} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6089 | 2025.02.25 03:53:03.770146 [ 4 ] {d44e8d7f-27b1-49a5-8faa-371ee92023a2} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6090 | 2025.02.25 03:53:03.770393 [ 4 ] {d44e8d7f-27b1-49a5-8faa-371ee92023a2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001909 sec., 29334.73022524882 rows/sec., 2.24 MiB/sec. | ||
| 6091 | 2025.02.25 03:53:03.770459 [ 4 ] {d44e8d7f-27b1-49a5-8faa-371ee92023a2} <Debug> TCPHandler: Processed in 0.002266111 sec. | ||
| 6092 | 2025.02.25 03:53:03.770619 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6093 | 2025.02.25 03:53:03.770742 [ 254 ] {9b9940d6-ab6b-4b6c-a35b-3a32c46e9881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6094 | 2025.02.25 03:53:03.770793 [ 254 ] {9b9940d6-ab6b-4b6c-a35b-3a32c46e9881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6095 | 2025.02.25 03:53:03.771401 [ 254 ] {9b9940d6-ab6b-4b6c-a35b-3a32c46e9881} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6096 | 2025.02.25 03:53:03.771444 [ 254 ] {9b9940d6-ab6b-4b6c-a35b-3a32c46e9881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6097 | 2025.02.25 03:53:03.771827 [ 254 ] {9b9940d6-ab6b-4b6c-a35b-3a32c46e9881} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6098 | 2025.02.25 03:53:03.772070 [ 254 ] {9b9940d6-ab6b-4b6c-a35b-3a32c46e9881} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6099 | 2025.02.25 03:53:03.772288 [ 254 ] {9b9940d6-ab6b-4b6c-a35b-3a32c46e9881} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001573 sec., 40686.5861411316 rows/sec., 3.18 MiB/sec. | ||
| 6100 | 2025.02.25 03:53:03.772343 [ 254 ] {9b9940d6-ab6b-4b6c-a35b-3a32c46e9881} <Debug> TCPHandler: Processed in 0.00178307 sec. | ||
| 6101 | 2025.02.25 03:53:03.772531 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6102 | 2025.02.25 03:53:03.772663 [ 4 ] {c869a49c-a3e4-47cc-ab7f-4ff8ce4671cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6103 | 2025.02.25 03:53:03.772723 [ 4 ] {c869a49c-a3e4-47cc-ab7f-4ff8ce4671cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6104 | 2025.02.25 03:53:03.773307 [ 4 ] {c869a49c-a3e4-47cc-ab7f-4ff8ce4671cf} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6105 | 2025.02.25 03:53:03.773347 [ 4 ] {c869a49c-a3e4-47cc-ab7f-4ff8ce4671cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6106 | 2025.02.25 03:53:03.773740 [ 4 ] {c869a49c-a3e4-47cc-ab7f-4ff8ce4671cf} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6107 | 2025.02.25 03:53:03.773985 [ 4 ] {c869a49c-a3e4-47cc-ab7f-4ff8ce4671cf} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6108 | 2025.02.25 03:53:03.774249 [ 4 ] {c869a49c-a3e4-47cc-ab7f-4ff8ce4671cf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001608 sec., 99502.48756218905 rows/sec., 6.93 MiB/sec. | ||
| 6109 | 2025.02.25 03:53:03.774348 [ 4 ] {c869a49c-a3e4-47cc-ab7f-4ff8ce4671cf} <Debug> TCPHandler: Processed in 0.001881652 sec. | ||
| 6110 | 2025.02.25 03:53:03.774580 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6111 | 2025.02.25 03:53:03.774774 [ 254 ] {671e0dce-3b5c-43ec-ab33-a44df7485e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6112 | 2025.02.25 03:53:03.774834 [ 254 ] {671e0dce-3b5c-43ec-ab33-a44df7485e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6113 | 2025.02.25 03:53:03.775322 [ 254 ] {671e0dce-3b5c-43ec-ab33-a44df7485e21} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6114 | 2025.02.25 03:53:03.775362 [ 254 ] {671e0dce-3b5c-43ec-ab33-a44df7485e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6115 | 2025.02.25 03:53:03.775730 [ 254 ] {671e0dce-3b5c-43ec-ab33-a44df7485e21} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6116 | 2025.02.25 03:53:03.775970 [ 254 ] {671e0dce-3b5c-43ec-ab33-a44df7485e21} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6117 | 2025.02.25 03:53:03.776223 [ 254 ] {671e0dce-3b5c-43ec-ab33-a44df7485e21} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001485 sec., 40404.0404040404 rows/sec., 2.72 MiB/sec. | ||
| 6118 | 2025.02.25 03:53:03.776281 [ 254 ] {671e0dce-3b5c-43ec-ab33-a44df7485e21} <Debug> TCPHandler: Processed in 0.001834231 sec. | ||
| 6119 | 2025.02.25 03:53:07.782254 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6120 | 2025.02.25 03:53:07.782313 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6121 | 2025.02.25 03:53:07.927965 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 6122 | 2025.02.25 03:53:07.928609 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6123 | 2025.02.25 03:53:07.928656 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6124 | 2025.02.25 03:53:07.929210 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6125 | 2025.02.25 03:53:07.929477 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6126 | 2025.02.25 03:53:07.929624 [ 132 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6127 | 2025.02.25 03:53:07.929678 [ 132 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6128 | 2025.02.25 03:53:07.929682 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 6129 | 2025.02.25 03:53:07.929703 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6130 | 2025.02.25 03:53:07.929843 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 6131 | 2025.02.25 03:53:07.930005 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6132 | 2025.02.25 03:53:07.930051 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part | ||
| 6133 | 2025.02.25 03:53:07.930131 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part | ||
| 6134 | 2025.02.25 03:53:07.930221 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part | ||
| 6135 | 2025.02.25 03:53:07.930487 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part | ||
| 6136 | 2025.02.25 03:53:07.930607 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part | ||
| 6137 | 2025.02.25 03:53:07.930711 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part | ||
| 6138 | 2025.02.25 03:53:07.933535 [ 202 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003756614 sec., 4400505.3486996535 rows/sec., 62.95 MiB/sec. | ||
| 6139 | 2025.02.25 03:53:07.933727 [ 202 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6140 | 2025.02.25 03:53:07.934061 [ 202 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_36_7} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6141 | 2025.02.25 03:53:07.934157 [ 202 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_36_7} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6142 | 2025.02.25 03:53:07.934279 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 6143 | 2025.02.25 03:53:07.989448 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 846 | ||
| 6144 | 2025.02.25 03:53:07.992209 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6145 | 2025.02.25 03:53:07.992260 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6146 | 2025.02.25 03:53:07.993699 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6147 | 2025.02.25 03:53:07.994003 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6148 | 2025.02.25 03:53:07.994214 [ 132 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6149 | 2025.02.25 03:53:07.994315 [ 132 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6150 | 2025.02.25 03:53:07.994373 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6151 | 2025.02.25 03:53:07.995311 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::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 | ||
| 6152 | 2025.02.25 03:53:07.995925 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 846 | ||
| 6153 | 2025.02.25 03:53:07.996392 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6154 | 2025.02.25 03:53:07.996560 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 726 rows starting from the beginning of the part | ||
| 6155 | 2025.02.25 03:53:07.997184 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 20 rows starting from the beginning of the part | ||
| 6156 | 2025.02.25 03:53:07.997936 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 22 rows starting from the beginning of the part | ||
| 6157 | 2025.02.25 03:53:07.998645 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part | ||
| 6158 | 2025.02.25 03:53:07.999347 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 20 rows starting from the beginning of the part | ||
| 6159 | 2025.02.25 03:53:07.999999 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 22 rows starting from the beginning of the part | ||
| 6160 | 2025.02.25 03:53:08.008763 [ 198 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 846 rows, containing 72 columns (72 merged, 0 gathered) in 0.014248438 sec., 59374.92937822377 rows/sec., 50.69 MiB/sec. | ||
| 6161 | 2025.02.25 03:53:08.010087 [ 187 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6162 | 2025.02.25 03:53:08.010928 [ 187 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_26_5} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6163 | 2025.02.25 03:53:08.011027 [ 187 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_26_5} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6164 | 2025.02.25 03:53:08.011400 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. | ||
| 6165 | 2025.02.25 03:53:08.769832 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6166 | 2025.02.25 03:53:08.770020 [ 4 ] {e0b88913-a8f6-45ac-9ffe-69e1b073e3b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6167 | 2025.02.25 03:53:08.770092 [ 4 ] {e0b88913-a8f6-45ac-9ffe-69e1b073e3b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6168 | 2025.02.25 03:53:08.770954 [ 4 ] {e0b88913-a8f6-45ac-9ffe-69e1b073e3b6} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6169 | 2025.02.25 03:53:08.771003 [ 4 ] {e0b88913-a8f6-45ac-9ffe-69e1b073e3b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6170 | 2025.02.25 03:53:08.771448 [ 4 ] {e0b88913-a8f6-45ac-9ffe-69e1b073e3b6} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6171 | 2025.02.25 03:53:08.771697 [ 4 ] {e0b88913-a8f6-45ac-9ffe-69e1b073e3b6} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6172 | 2025.02.25 03:53:08.771904 [ 4 ] {e0b88913-a8f6-45ac-9ffe-69e1b073e3b6} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001938 sec., 69143.44685242517 rows/sec., 5.95 MiB/sec. | ||
| 6173 | 2025.02.25 03:53:08.771973 [ 4 ] {e0b88913-a8f6-45ac-9ffe-69e1b073e3b6} <Debug> TCPHandler: Processed in 0.002276251 sec. | ||
| 6174 | 2025.02.25 03:53:08.772142 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6175 | 2025.02.25 03:53:08.772286 [ 254 ] {c83c3eb3-4da1-4913-8553-f56a38ecd184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6176 | 2025.02.25 03:53:08.772345 [ 254 ] {c83c3eb3-4da1-4913-8553-f56a38ecd184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6177 | 2025.02.25 03:53:08.773005 [ 254 ] {c83c3eb3-4da1-4913-8553-f56a38ecd184} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6178 | 2025.02.25 03:53:08.773051 [ 254 ] {c83c3eb3-4da1-4913-8553-f56a38ecd184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6179 | 2025.02.25 03:53:08.773435 [ 254 ] {c83c3eb3-4da1-4913-8553-f56a38ecd184} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6180 | 2025.02.25 03:53:08.773676 [ 254 ] {c83c3eb3-4da1-4913-8553-f56a38ecd184} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6181 | 2025.02.25 03:53:08.773859 [ 149 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6182 | 2025.02.25 03:53:08.773884 [ 254 ] {c83c3eb3-4da1-4913-8553-f56a38ecd184} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001626 sec., 23985.239852398525 rows/sec., 1.76 MiB/sec. | ||
| 6183 | 2025.02.25 03:53:08.773952 [ 149 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6184 | 2025.02.25 03:53:08.774030 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6185 | 2025.02.25 03:53:08.774035 [ 254 ] {c83c3eb3-4da1-4913-8553-f56a38ecd184} <Debug> TCPHandler: Processed in 0.001960804 sec. | ||
| 6186 | 2025.02.25 03:53:08.774308 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6187 | 2025.02.25 03:53:08.774380 [ 197 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 6188 | 2025.02.25 03:53:08.774695 [ 4 ] {eda04727-2663-4d1d-869d-4b56d453ca30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6189 | 2025.02.25 03:53:08.774900 [ 4 ] {eda04727-2663-4d1d-869d-4b56d453ca30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6190 | 2025.02.25 03:53:08.774912 [ 197 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6191 | 2025.02.25 03:53:08.775055 [ 197 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 175 rows starting from the beginning of the part | ||
| 6192 | 2025.02.25 03:53:08.775515 [ 197 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 39 rows starting from the beginning of the part | ||
| 6193 | 2025.02.25 03:53:08.775966 [ 197 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 6194 | 2025.02.25 03:53:08.776402 [ 197 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 39 rows starting from the beginning of the part | ||
| 6195 | 2025.02.25 03:53:08.776730 [ 197 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 51 rows starting from the beginning of the part | ||
| 6196 | 2025.02.25 03:53:08.777084 [ 197 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part | ||
| 6197 | 2025.02.25 03:53:08.778057 [ 4 ] {eda04727-2663-4d1d-869d-4b56d453ca30} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6198 | 2025.02.25 03:53:08.778125 [ 4 ] {eda04727-2663-4d1d-869d-4b56d453ca30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6199 | 2025.02.25 03:53:08.779081 [ 4 ] {eda04727-2663-4d1d-869d-4b56d453ca30} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6200 | 2025.02.25 03:53:08.779686 [ 4 ] {eda04727-2663-4d1d-869d-4b56d453ca30} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6201 | 2025.02.25 03:53:08.779772 [ 196 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 355 rows, containing 5 columns (5 merged, 0 gathered) in 0.005649906 sec., 62832.90376866447 rows/sec., 4.57 MiB/sec. | ||
| 6202 | 2025.02.25 03:53:08.780064 [ 196 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6203 | 2025.02.25 03:53:08.780106 [ 4 ] {eda04727-2663-4d1d-869d-4b56d453ca30} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.005556 sec., 18538.516918646506 rows/sec., 1.45 MiB/sec. | ||
| 6204 | 2025.02.25 03:53:08.780475 [ 4 ] {eda04727-2663-4d1d-869d-4b56d453ca30} <Debug> TCPHandler: Processed in 0.006324032 sec. | ||
| 6205 | 2025.02.25 03:53:08.780782 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6206 | 2025.02.25 03:53:08.781178 [ 196 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_31_6} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6207 | 2025.02.25 03:53:08.781222 [ 254 ] {6228fa83-7d5d-4a2a-adaf-016216e8c44a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6208 | 2025.02.25 03:53:08.781423 [ 254 ] {6228fa83-7d5d-4a2a-adaf-016216e8c44a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6209 | 2025.02.25 03:53:08.781471 [ 196 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_31_6} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6210 | 2025.02.25 03:53:08.781596 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6211 | 2025.02.25 03:53:08.782078 [ 254 ] {6228fa83-7d5d-4a2a-adaf-016216e8c44a} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6212 | 2025.02.25 03:53:08.782117 [ 254 ] {6228fa83-7d5d-4a2a-adaf-016216e8c44a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6213 | 2025.02.25 03:53:08.782516 [ 254 ] {6228fa83-7d5d-4a2a-adaf-016216e8c44a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6214 | 2025.02.25 03:53:08.782758 [ 254 ] {6228fa83-7d5d-4a2a-adaf-016216e8c44a} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6215 | 2025.02.25 03:53:08.782985 [ 254 ] {6228fa83-7d5d-4a2a-adaf-016216e8c44a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001923 sec., 83203.32813312532 rows/sec., 5.79 MiB/sec. | ||
| 6216 | 2025.02.25 03:53:08.783044 [ 254 ] {6228fa83-7d5d-4a2a-adaf-016216e8c44a} <Debug> TCPHandler: Processed in 0.002439305 sec. | ||
| 6217 | 2025.02.25 03:53:08.783217 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6218 | 2025.02.25 03:53:08.783355 [ 4 ] {c36424a2-517f-4df5-8a7b-a26c1970dda2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6219 | 2025.02.25 03:53:08.783435 [ 4 ] {c36424a2-517f-4df5-8a7b-a26c1970dda2} <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 | ||
| 6220 | 2025.02.25 03:53:08.784657 [ 4 ] {c36424a2-517f-4df5-8a7b-a26c1970dda2} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6221 | 2025.02.25 03:53:08.784696 [ 4 ] {c36424a2-517f-4df5-8a7b-a26c1970dda2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6222 | 2025.02.25 03:53:08.785345 [ 4 ] {c36424a2-517f-4df5-8a7b-a26c1970dda2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6223 | 2025.02.25 03:53:08.785607 [ 4 ] {c36424a2-517f-4df5-8a7b-a26c1970dda2} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6224 | 2025.02.25 03:53:08.785856 [ 4 ] {c36424a2-517f-4df5-8a7b-a26c1970dda2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002536 sec., 15378.548895899054 rows/sec., 27.56 MiB/sec. | ||
| 6225 | 2025.02.25 03:53:08.785959 [ 4 ] {c36424a2-517f-4df5-8a7b-a26c1970dda2} <Debug> TCPHandler: Processed in 0.002827424 sec. | ||
| 6226 | 2025.02.25 03:53:08.786105 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6227 | 2025.02.25 03:53:08.786233 [ 254 ] {ff86fe11-3d50-42ce-a085-8eb9fb0a9ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6228 | 2025.02.25 03:53:08.786289 [ 254 ] {ff86fe11-3d50-42ce-a085-8eb9fb0a9ce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6229 | 2025.02.25 03:53:08.786828 [ 254 ] {ff86fe11-3d50-42ce-a085-8eb9fb0a9ce8} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6230 | 2025.02.25 03:53:08.786874 [ 254 ] {ff86fe11-3d50-42ce-a085-8eb9fb0a9ce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6231 | 2025.02.25 03:53:08.787274 [ 254 ] {ff86fe11-3d50-42ce-a085-8eb9fb0a9ce8} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6232 | 2025.02.25 03:53:08.787505 [ 254 ] {ff86fe11-3d50-42ce-a085-8eb9fb0a9ce8} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6233 | 2025.02.25 03:53:08.787742 [ 254 ] {ff86fe11-3d50-42ce-a085-8eb9fb0a9ce8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001532 sec., 39164.490861618804 rows/sec., 2.64 MiB/sec. | ||
| 6234 | 2025.02.25 03:53:08.787803 [ 254 ] {ff86fe11-3d50-42ce-a085-8eb9fb0a9ce8} <Debug> TCPHandler: Processed in 0.00176188 sec. | ||
| 6235 | 2025.02.25 03:53:09.077016 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 6236 | 2025.02.25 03:53:09.099182 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6237 | 2025.02.25 03:53:09.099248 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6238 | 2025.02.25 03:53:09.107155 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6239 | 2025.02.25 03:53:09.107960 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6240 | 2025.02.25 03:53:09.108377 [ 149 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6241 | 2025.02.25 03:53:09.108511 [ 149 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6242 | 2025.02.25 03:53:09.108578 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6243 | 2025.02.25 03:53:09.108983 [ 193 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 6244 | 2025.02.25 03:53:09.124992 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 6245 | 2025.02.25 03:53:09.126635 [ 193 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6246 | 2025.02.25 03:53:09.129280 [ 193 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 6247 | 2025.02.25 03:53:09.135763 [ 193 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 6248 | 2025.02.25 03:53:09.141621 [ 193 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 6249 | 2025.02.25 03:53:09.147300 [ 193 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 6250 | 2025.02.25 03:53:09.153084 [ 193 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 6251 | 2025.02.25 03:53:09.157870 [ 193 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 6252 | 2025.02.25 03:53:09.217140 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.108426994 sec., 2508.6003952115466 rows/sec., 12.97 MiB/sec. | ||
| 6253 | 2025.02.25 03:53:09.220335 [ 186 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6254 | 2025.02.25 03:53:09.223303 [ 186 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_36_7} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6255 | 2025.02.25 03:53:09.223431 [ 186 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_36_7} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6256 | 2025.02.25 03:53:09.225894 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 6257 | 2025.02.25 03:53:10.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.42 MiB, peak 216.30 MiB, free memory in arenas 0.00 B, will set to 205.61 MiB (RSS), difference: 1.19 MiB | ||
| 6258 | 2025.02.25 03:53:11.697307 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6259 | 2025.02.25 03:53:11.697615 [ 4 ] {55a887c3-5075-497c-9a32-fd192ed96bff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6260 | 2025.02.25 03:53:11.697734 [ 4 ] {55a887c3-5075-497c-9a32-fd192ed96bff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6261 | 2025.02.25 03:53:11.698732 [ 4 ] {55a887c3-5075-497c-9a32-fd192ed96bff} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6262 | 2025.02.25 03:53:11.698783 [ 4 ] {55a887c3-5075-497c-9a32-fd192ed96bff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6263 | 2025.02.25 03:53:11.699214 [ 4 ] {55a887c3-5075-497c-9a32-fd192ed96bff} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6264 | 2025.02.25 03:53:11.699480 [ 4 ] {55a887c3-5075-497c-9a32-fd192ed96bff} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6265 | 2025.02.25 03:53:11.699744 [ 4 ] {55a887c3-5075-497c-9a32-fd192ed96bff} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002213 sec., 10845.006778129236 rows/sec., 921.40 KiB/sec. | ||
| 6266 | 2025.02.25 03:53:11.699958 [ 4 ] {55a887c3-5075-497c-9a32-fd192ed96bff} <Debug> TCPHandler: Processed in 0.002840354 sec. | ||
| 6267 | 2025.02.25 03:53:11.700163 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6268 | 2025.02.25 03:53:11.700308 [ 254 ] {35f1f932-3344-4afd-8f7a-767797e5a55c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6269 | 2025.02.25 03:53:11.700375 [ 254 ] {35f1f932-3344-4afd-8f7a-767797e5a55c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6270 | 2025.02.25 03:53:11.701052 [ 254 ] {35f1f932-3344-4afd-8f7a-767797e5a55c} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6271 | 2025.02.25 03:53:11.701100 [ 254 ] {35f1f932-3344-4afd-8f7a-767797e5a55c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6272 | 2025.02.25 03:53:11.701478 [ 254 ] {35f1f932-3344-4afd-8f7a-767797e5a55c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6273 | 2025.02.25 03:53:11.701735 [ 254 ] {35f1f932-3344-4afd-8f7a-767797e5a55c} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6274 | 2025.02.25 03:53:11.701984 [ 254 ] {35f1f932-3344-4afd-8f7a-767797e5a55c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001704 sec., 2347.417840375587 rows/sec., 191.42 KiB/sec. | ||
| 6275 | 2025.02.25 03:53:11.702067 [ 254 ] {35f1f932-3344-4afd-8f7a-767797e5a55c} <Debug> TCPHandler: Processed in 0.001975274 sec. | ||
| 6276 | 2025.02.25 03:53:11.702221 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6277 | 2025.02.25 03:53:11.702351 [ 4 ] {ce30e017-17de-433a-a441-446902ff0afa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6278 | 2025.02.25 03:53:11.702406 [ 4 ] {ce30e017-17de-433a-a441-446902ff0afa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6279 | 2025.02.25 03:53:11.703709 [ 4 ] {ce30e017-17de-433a-a441-446902ff0afa} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6280 | 2025.02.25 03:53:11.703749 [ 4 ] {ce30e017-17de-433a-a441-446902ff0afa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6281 | 2025.02.25 03:53:11.704186 [ 4 ] {ce30e017-17de-433a-a441-446902ff0afa} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6282 | 2025.02.25 03:53:11.704431 [ 4 ] {ce30e017-17de-433a-a441-446902ff0afa} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6283 | 2025.02.25 03:53:11.704648 [ 4 ] {ce30e017-17de-433a-a441-446902ff0afa} <Debug> executeQuery: Read 1318 rows, 112.08 KiB in 0.002326 sec., 566638.0051590714 rows/sec., 47.06 MiB/sec. | ||
| 6284 | 2025.02.25 03:53:11.704701 [ 4 ] {ce30e017-17de-433a-a441-446902ff0afa} <Debug> TCPHandler: Processed in 0.002535477 sec. | ||
| 6285 | 2025.02.25 03:53:11.704846 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6286 | 2025.02.25 03:53:11.704953 [ 254 ] {2601dd94-ce49-451a-84a5-1bda3d48fcf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6287 | 2025.02.25 03:53:11.704998 [ 254 ] {2601dd94-ce49-451a-84a5-1bda3d48fcf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6288 | 2025.02.25 03:53:11.705532 [ 254 ] {2601dd94-ce49-451a-84a5-1bda3d48fcf4} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6289 | 2025.02.25 03:53:11.705572 [ 254 ] {2601dd94-ce49-451a-84a5-1bda3d48fcf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6290 | 2025.02.25 03:53:11.705912 [ 254 ] {2601dd94-ce49-451a-84a5-1bda3d48fcf4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6291 | 2025.02.25 03:53:11.706145 [ 254 ] {2601dd94-ce49-451a-84a5-1bda3d48fcf4} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6292 | 2025.02.25 03:53:11.706343 [ 254 ] {2601dd94-ce49-451a-84a5-1bda3d48fcf4} <Debug> executeQuery: Read 16 rows, 1.24 KiB in 0.001411 sec., 11339.475549255847 rows/sec., 878.98 KiB/sec. | ||
| 6293 | 2025.02.25 03:53:11.706394 [ 254 ] {2601dd94-ce49-451a-84a5-1bda3d48fcf4} <Debug> TCPHandler: Processed in 0.001600246 sec. | ||
| 6294 | 2025.02.25 03:53:11.706540 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6295 | 2025.02.25 03:53:11.706670 [ 4 ] {b49770b7-ac6d-4fa0-b513-16dc58204fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6296 | 2025.02.25 03:53:11.706725 [ 4 ] {b49770b7-ac6d-4fa0-b513-16dc58204fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6297 | 2025.02.25 03:53:11.707401 [ 4 ] {b49770b7-ac6d-4fa0-b513-16dc58204fa0} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6298 | 2025.02.25 03:53:11.707441 [ 4 ] {b49770b7-ac6d-4fa0-b513-16dc58204fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6299 | 2025.02.25 03:53:11.707801 [ 4 ] {b49770b7-ac6d-4fa0-b513-16dc58204fa0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6300 | 2025.02.25 03:53:11.708038 [ 4 ] {b49770b7-ac6d-4fa0-b513-16dc58204fa0} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6301 | 2025.02.25 03:53:11.708350 [ 4 ] {b49770b7-ac6d-4fa0-b513-16dc58204fa0} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001682 sec., 149821.6409036861 rows/sec., 10.36 MiB/sec. | ||
| 6302 | 2025.02.25 03:53:11.708484 [ 4 ] {b49770b7-ac6d-4fa0-b513-16dc58204fa0} <Debug> TCPHandler: Processed in 0.002007795 sec. | ||
| 6303 | 2025.02.25 03:53:11.708635 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6304 | 2025.02.25 03:53:11.708762 [ 254 ] {5614fde6-4734-495f-94da-6949129c22dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6305 | 2025.02.25 03:53:11.708815 [ 254 ] {5614fde6-4734-495f-94da-6949129c22dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6306 | 2025.02.25 03:53:11.709410 [ 254 ] {5614fde6-4734-495f-94da-6949129c22dc} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6307 | 2025.02.25 03:53:11.709450 [ 254 ] {5614fde6-4734-495f-94da-6949129c22dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6308 | 2025.02.25 03:53:11.709788 [ 254 ] {5614fde6-4734-495f-94da-6949129c22dc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6309 | 2025.02.25 03:53:11.710018 [ 254 ] {5614fde6-4734-495f-94da-6949129c22dc} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6310 | 2025.02.25 03:53:11.710252 [ 254 ] {5614fde6-4734-495f-94da-6949129c22dc} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001513 sec., 7931.2623925974885 rows/sec., 619.63 KiB/sec. | ||
| 6311 | 2025.02.25 03:53:11.710311 [ 254 ] {5614fde6-4734-495f-94da-6949129c22dc} <Debug> TCPHandler: Processed in 0.001739818 sec. | ||
| 6312 | 2025.02.25 03:53:11.710455 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6313 | 2025.02.25 03:53:11.710563 [ 4 ] {4404918e-fadf-4cdf-a3f6-e128475fbe0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6314 | 2025.02.25 03:53:11.710609 [ 4 ] {4404918e-fadf-4cdf-a3f6-e128475fbe0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6315 | 2025.02.25 03:53:11.711349 [ 4 ] {4404918e-fadf-4cdf-a3f6-e128475fbe0c} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6316 | 2025.02.25 03:53:11.711388 [ 4 ] {4404918e-fadf-4cdf-a3f6-e128475fbe0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6317 | 2025.02.25 03:53:11.711767 [ 4 ] {4404918e-fadf-4cdf-a3f6-e128475fbe0c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6318 | 2025.02.25 03:53:11.712003 [ 4 ] {4404918e-fadf-4cdf-a3f6-e128475fbe0c} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6319 | 2025.02.25 03:53:11.712205 [ 4 ] {4404918e-fadf-4cdf-a3f6-e128475fbe0c} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.001664 sec., 336538.46153846156 rows/sec., 25.23 MiB/sec. | ||
| 6320 | 2025.02.25 03:53:11.712258 [ 4 ] {4404918e-fadf-4cdf-a3f6-e128475fbe0c} <Debug> TCPHandler: Processed in 0.001854591 sec. | ||
| 6321 | 2025.02.25 03:53:11.712404 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6322 | 2025.02.25 03:53:11.712532 [ 254 ] {60a9998c-9dec-4a3c-9033-eba7708564c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6323 | 2025.02.25 03:53:11.712590 [ 254 ] {60a9998c-9dec-4a3c-9033-eba7708564c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6324 | 2025.02.25 03:53:11.713411 [ 254 ] {60a9998c-9dec-4a3c-9033-eba7708564c3} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6325 | 2025.02.25 03:53:11.713450 [ 254 ] {60a9998c-9dec-4a3c-9033-eba7708564c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6326 | 2025.02.25 03:53:11.713872 [ 254 ] {60a9998c-9dec-4a3c-9033-eba7708564c3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6327 | 2025.02.25 03:53:11.714117 [ 254 ] {60a9998c-9dec-4a3c-9033-eba7708564c3} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6328 | 2025.02.25 03:53:11.714371 [ 254 ] {60a9998c-9dec-4a3c-9033-eba7708564c3} <Debug> executeQuery: Read 978 rows, 67.66 KiB in 0.001858 sec., 526372.443487621 rows/sec., 35.56 MiB/sec. | ||
| 6329 | 2025.02.25 03:53:11.714534 [ 254 ] {60a9998c-9dec-4a3c-9033-eba7708564c3} <Debug> TCPHandler: Processed in 0.002187649 sec. | ||
| 6330 | 2025.02.25 03:53:11.714784 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6331 | 2025.02.25 03:53:11.714944 [ 4 ] {bd7105c0-5393-44df-8d9a-46b3bf8d8e25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6332 | 2025.02.25 03:53:11.715002 [ 4 ] {bd7105c0-5393-44df-8d9a-46b3bf8d8e25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6333 | 2025.02.25 03:53:11.715493 [ 4 ] {bd7105c0-5393-44df-8d9a-46b3bf8d8e25} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6334 | 2025.02.25 03:53:11.715532 [ 4 ] {bd7105c0-5393-44df-8d9a-46b3bf8d8e25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6335 | 2025.02.25 03:53:11.715882 [ 4 ] {bd7105c0-5393-44df-8d9a-46b3bf8d8e25} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6336 | 2025.02.25 03:53:11.716113 [ 4 ] {bd7105c0-5393-44df-8d9a-46b3bf8d8e25} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6337 | 2025.02.25 03:53:11.716327 [ 4 ] {bd7105c0-5393-44df-8d9a-46b3bf8d8e25} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001414 sec., 24045.261669024047 rows/sec., 1.63 MiB/sec. | ||
| 6338 | 2025.02.25 03:53:11.716378 [ 4 ] {bd7105c0-5393-44df-8d9a-46b3bf8d8e25} <Debug> TCPHandler: Processed in 0.001740969 sec. | ||
| 6339 | 2025.02.25 03:53:13.763655 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6340 | 2025.02.25 03:53:13.763863 [ 4 ] {d06d668a-4a88-4850-8549-aea09e0d8aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6341 | 2025.02.25 03:53:13.763937 [ 4 ] {d06d668a-4a88-4850-8549-aea09e0d8aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6342 | 2025.02.25 03:53:13.764742 [ 4 ] {d06d668a-4a88-4850-8549-aea09e0d8aab} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6343 | 2025.02.25 03:53:13.764791 [ 4 ] {d06d668a-4a88-4850-8549-aea09e0d8aab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6344 | 2025.02.25 03:53:13.765220 [ 4 ] {d06d668a-4a88-4850-8549-aea09e0d8aab} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6345 | 2025.02.25 03:53:13.765481 [ 4 ] {d06d668a-4a88-4850-8549-aea09e0d8aab} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6346 | 2025.02.25 03:53:13.765695 [ 4 ] {d06d668a-4a88-4850-8549-aea09e0d8aab} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001883 sec., 29739.776951672862 rows/sec., 2.27 MiB/sec. | ||
| 6347 | 2025.02.25 03:53:13.765761 [ 4 ] {d06d668a-4a88-4850-8549-aea09e0d8aab} <Debug> TCPHandler: Processed in 0.00223695 sec. | ||
| 6348 | 2025.02.25 03:53:13.765939 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6349 | 2025.02.25 03:53:13.766060 [ 254 ] {9e367a8c-7b71-4c3e-80a2-2e63e28b7ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6350 | 2025.02.25 03:53:13.766109 [ 254 ] {9e367a8c-7b71-4c3e-80a2-2e63e28b7ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6351 | 2025.02.25 03:53:13.766683 [ 254 ] {9e367a8c-7b71-4c3e-80a2-2e63e28b7ab7} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6352 | 2025.02.25 03:53:13.766721 [ 254 ] {9e367a8c-7b71-4c3e-80a2-2e63e28b7ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6353 | 2025.02.25 03:53:13.767076 [ 254 ] {9e367a8c-7b71-4c3e-80a2-2e63e28b7ab7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6354 | 2025.02.25 03:53:13.767316 [ 254 ] {9e367a8c-7b71-4c3e-80a2-2e63e28b7ab7} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6355 | 2025.02.25 03:53:13.767513 [ 254 ] {9e367a8c-7b71-4c3e-80a2-2e63e28b7ab7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001477 sec., 43331.07650643196 rows/sec., 3.38 MiB/sec. | ||
| 6356 | 2025.02.25 03:53:13.767613 [ 254 ] {9e367a8c-7b71-4c3e-80a2-2e63e28b7ab7} <Debug> TCPHandler: Processed in 0.001732419 sec. | ||
| 6357 | 2025.02.25 03:53:13.767824 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6358 | 2025.02.25 03:53:13.767992 [ 4 ] {ddc1f40a-9c11-4c63-85df-2624ce6618c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6359 | 2025.02.25 03:53:13.768053 [ 4 ] {ddc1f40a-9c11-4c63-85df-2624ce6618c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6360 | 2025.02.25 03:53:13.768611 [ 4 ] {ddc1f40a-9c11-4c63-85df-2624ce6618c4} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6361 | 2025.02.25 03:53:13.768650 [ 4 ] {ddc1f40a-9c11-4c63-85df-2624ce6618c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6362 | 2025.02.25 03:53:13.769046 [ 4 ] {ddc1f40a-9c11-4c63-85df-2624ce6618c4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6363 | 2025.02.25 03:53:13.769285 [ 4 ] {ddc1f40a-9c11-4c63-85df-2624ce6618c4} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6364 | 2025.02.25 03:53:13.769466 [ 4 ] {ddc1f40a-9c11-4c63-85df-2624ce6618c4} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001507 sec., 43795.620437956204 rows/sec., 3.06 MiB/sec. | ||
| 6365 | 2025.02.25 03:53:13.769520 [ 4 ] {ddc1f40a-9c11-4c63-85df-2624ce6618c4} <Debug> TCPHandler: Processed in 0.00180952 sec. | ||
| 6366 | 2025.02.25 03:53:13.769687 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6367 | 2025.02.25 03:53:13.769818 [ 254 ] {3e02003b-c980-4ee1-9b02-fd914747c947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6368 | 2025.02.25 03:53:13.769873 [ 254 ] {3e02003b-c980-4ee1-9b02-fd914747c947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6369 | 2025.02.25 03:53:13.770377 [ 254 ] {3e02003b-c980-4ee1-9b02-fd914747c947} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6370 | 2025.02.25 03:53:13.770413 [ 254 ] {3e02003b-c980-4ee1-9b02-fd914747c947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6371 | 2025.02.25 03:53:13.770766 [ 254 ] {3e02003b-c980-4ee1-9b02-fd914747c947} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6372 | 2025.02.25 03:53:13.770999 [ 254 ] {3e02003b-c980-4ee1-9b02-fd914747c947} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6373 | 2025.02.25 03:53:13.771175 [ 254 ] {3e02003b-c980-4ee1-9b02-fd914747c947} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001387 sec., 18745.493871665465 rows/sec., 1.25 MiB/sec. | ||
| 6374 | 2025.02.25 03:53:13.771221 [ 254 ] {3e02003b-c980-4ee1-9b02-fd914747c947} <Debug> TCPHandler: Processed in 0.001596665 sec. | ||
| 6375 | 2025.02.25 03:53:15.430733 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 6376 | 2025.02.25 03:53:15.431350 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6377 | 2025.02.25 03:53:15.431390 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6378 | 2025.02.25 03:53:15.431948 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6379 | 2025.02.25 03:53:15.432192 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6380 | 2025.02.25 03:53:15.432436 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 6381 | 2025.02.25 03:53:16.626005 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 6382 | 2025.02.25 03:53:16.646209 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6383 | 2025.02.25 03:53:16.646268 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6384 | 2025.02.25 03:53:16.653266 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6385 | 2025.02.25 03:53:16.654002 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6386 | 2025.02.25 03:53:16.657139 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 6387 | 2025.02.25 03:53:17.997004 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 884 | ||
| 6388 | 2025.02.25 03:53:18.000176 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6389 | 2025.02.25 03:53:18.000231 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6390 | 2025.02.25 03:53:18.002115 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6391 | 2025.02.25 03:53:18.002461 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6392 | 2025.02.25 03:53:18.003750 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 884 | ||
| 6393 | 2025.02.25 03:53:18.769058 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6394 | 2025.02.25 03:53:18.769276 [ 4 ] {da54c835-019f-45ec-a2a0-2f73ad299c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6395 | 2025.02.25 03:53:18.769356 [ 4 ] {da54c835-019f-45ec-a2a0-2f73ad299c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6396 | 2025.02.25 03:53:18.770198 [ 4 ] {da54c835-019f-45ec-a2a0-2f73ad299c1d} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6397 | 2025.02.25 03:53:18.770243 [ 4 ] {da54c835-019f-45ec-a2a0-2f73ad299c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6398 | 2025.02.25 03:53:18.770703 [ 4 ] {da54c835-019f-45ec-a2a0-2f73ad299c1d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6399 | 2025.02.25 03:53:18.770961 [ 4 ] {da54c835-019f-45ec-a2a0-2f73ad299c1d} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6400 | 2025.02.25 03:53:18.771123 [ 140 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6401 | 2025.02.25 03:53:18.771175 [ 140 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6402 | 2025.02.25 03:53:18.771178 [ 4 ] {da54c835-019f-45ec-a2a0-2f73ad299c1d} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.00196 sec., 68367.34693877552 rows/sec., 5.88 MiB/sec. | ||
| 6403 | 2025.02.25 03:53:18.771203 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6404 | 2025.02.25 03:53:18.771319 [ 4 ] {da54c835-019f-45ec-a2a0-2f73ad299c1d} <Debug> TCPHandler: Processed in 0.002399563 sec. | ||
| 6405 | 2025.02.25 03:53:18.771578 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6406 | 2025.02.25 03:53:18.771576 [ 191 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 6407 | 2025.02.25 03:53:18.771814 [ 254 ] {e56bf8ec-4072-4fb0-895b-66ee71a0fff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6408 | 2025.02.25 03:53:18.771950 [ 254 ] {e56bf8ec-4072-4fb0-895b-66ee71a0fff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6409 | 2025.02.25 03:53:18.772109 [ 191 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6410 | 2025.02.25 03:53:18.772245 [ 191 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1965 rows starting from the beginning of the part | ||
| 6411 | 2025.02.25 03:53:18.772642 [ 191 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
| 6412 | 2025.02.25 03:53:18.773040 [ 191 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 134 rows starting from the beginning of the part | ||
| 6413 | 2025.02.25 03:53:18.773402 [ 191 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1318 rows starting from the beginning of the part | ||
| 6414 | 2025.02.25 03:53:18.773797 [ 191 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 6415 | 2025.02.25 03:53:18.774056 [ 191 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 134 rows starting from the beginning of the part | ||
| 6416 | 2025.02.25 03:53:18.774952 [ 254 ] {e56bf8ec-4072-4fb0-895b-66ee71a0fff0} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6417 | 2025.02.25 03:53:18.775017 [ 254 ] {e56bf8ec-4072-4fb0-895b-66ee71a0fff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6418 | 2025.02.25 03:53:18.775995 [ 254 ] {e56bf8ec-4072-4fb0-895b-66ee71a0fff0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6419 | 2025.02.25 03:53:18.776560 [ 254 ] {e56bf8ec-4072-4fb0-895b-66ee71a0fff0} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6420 | 2025.02.25 03:53:18.776940 [ 254 ] {e56bf8ec-4072-4fb0-895b-66ee71a0fff0} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005208 sec., 7488.479262672811 rows/sec., 563.10 KiB/sec. | ||
| 6421 | 2025.02.25 03:53:18.777022 [ 254 ] {e56bf8ec-4072-4fb0-895b-66ee71a0fff0} <Debug> TCPHandler: Processed in 0.005567064 sec. | ||
| 6422 | 2025.02.25 03:53:18.777202 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6423 | 2025.02.25 03:53:18.777400 [ 4 ] {bb06b487-b8cd-4097-a0da-3c8dc27b4832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6424 | 2025.02.25 03:53:18.777505 [ 4 ] {bb06b487-b8cd-4097-a0da-3c8dc27b4832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6425 | 2025.02.25 03:53:18.778040 [ 199 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3663 rows, containing 5 columns (5 merged, 0 gathered) in 0.00671332 sec., 545631.669576305 rows/sec., 47.11 MiB/sec. | ||
| 6426 | 2025.02.25 03:53:18.778460 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6427 | 2025.02.25 03:53:18.779111 [ 4 ] {bb06b487-b8cd-4097-a0da-3c8dc27b4832} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6428 | 2025.02.25 03:53:18.779162 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_61_12} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6429 | 2025.02.25 03:53:18.779173 [ 4 ] {bb06b487-b8cd-4097-a0da-3c8dc27b4832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6430 | 2025.02.25 03:53:18.779382 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_61_12} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6431 | 2025.02.25 03:53:18.779531 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 6432 | 2025.02.25 03:53:18.779815 [ 4 ] {bb06b487-b8cd-4097-a0da-3c8dc27b4832} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6433 | 2025.02.25 03:53:18.780073 [ 4 ] {bb06b487-b8cd-4097-a0da-3c8dc27b4832} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6434 | 2025.02.25 03:53:18.780211 [ 140 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6435 | 2025.02.25 03:53:18.780265 [ 140 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6436 | 2025.02.25 03:53:18.780265 [ 4 ] {bb06b487-b8cd-4097-a0da-3c8dc27b4832} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002947 sec., 34950.79742110621 rows/sec., 2.73 MiB/sec. | ||
| 6437 | 2025.02.25 03:53:18.780300 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6438 | 2025.02.25 03:53:18.780367 [ 4 ] {bb06b487-b8cd-4097-a0da-3c8dc27b4832} <Debug> TCPHandler: Processed in 0.003236142 sec. | ||
| 6439 | 2025.02.25 03:53:18.780524 [ 199 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 6440 | 2025.02.25 03:53:18.780596 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6441 | 2025.02.25 03:53:18.780686 [ 199 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6442 | 2025.02.25 03:53:18.780776 [ 199 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 949 rows starting from the beginning of the part | ||
| 6443 | 2025.02.25 03:53:18.780842 [ 254 ] {e6427997-5aab-4e8d-b14f-6e89a7aad6d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6444 | 2025.02.25 03:53:18.781013 [ 199 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 6445 | 2025.02.25 03:53:18.781061 [ 254 ] {e6427997-5aab-4e8d-b14f-6e89a7aad6d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6446 | 2025.02.25 03:53:18.781415 [ 199 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 103 rows starting from the beginning of the part | ||
| 6447 | 2025.02.25 03:53:18.781800 [ 199 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 560 rows starting from the beginning of the part | ||
| 6448 | 2025.02.25 03:53:18.782140 [ 199 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 6449 | 2025.02.25 03:53:18.782472 [ 199 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 103 rows starting from the beginning of the part | ||
| 6450 | 2025.02.25 03:53:18.783761 [ 254 ] {e6427997-5aab-4e8d-b14f-6e89a7aad6d2} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6451 | 2025.02.25 03:53:18.783854 [ 254 ] {e6427997-5aab-4e8d-b14f-6e89a7aad6d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6452 | 2025.02.25 03:53:18.784943 [ 254 ] {e6427997-5aab-4e8d-b14f-6e89a7aad6d2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6453 | 2025.02.25 03:53:18.785495 [ 254 ] {e6427997-5aab-4e8d-b14f-6e89a7aad6d2} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6454 | 2025.02.25 03:53:18.785601 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1843 rows, containing 5 columns (5 merged, 0 gathered) in 0.005202916 sec., 354224.4387570355 rows/sec., 27.79 MiB/sec. | ||
| 6455 | 2025.02.25 03:53:18.785758 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6456 | 2025.02.25 03:53:18.785856 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6457 | 2025.02.25 03:53:18.785892 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6458 | 2025.02.25 03:53:18.785904 [ 254 ] {e6427997-5aab-4e8d-b14f-6e89a7aad6d2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005144 sec., 31104.199066874025 rows/sec., 2.17 MiB/sec. | ||
| 6459 | 2025.02.25 03:53:18.785979 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6460 | 2025.02.25 03:53:18.786471 [ 254 ] {e6427997-5aab-4e8d-b14f-6e89a7aad6d2} <Debug> TCPHandler: Processed in 0.005954374 sec. | ||
| 6461 | 2025.02.25 03:53:18.786554 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 6462 | 2025.02.25 03:53:18.786921 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6463 | 2025.02.25 03:53:18.787628 [ 4 ] {3afea2c1-10ac-4220-a0e5-f9cd7667fff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6464 | 2025.02.25 03:53:18.787693 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6465 | 2025.02.25 03:53:18.788001 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 15905 rows starting from the beginning of the part | ||
| 6466 | 2025.02.25 03:53:18.788016 [ 4 ] {3afea2c1-10ac-4220-a0e5-f9cd7667fff1} <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 | ||
| 6467 | 2025.02.25 03:53:18.788048 [ 190 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_61_12} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6468 | 2025.02.25 03:53:18.788540 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 6469 | 2025.02.25 03:53:18.789047 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
| 6470 | 2025.02.25 03:53:18.789290 [ 190 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_61_12} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6471 | 2025.02.25 03:53:18.789550 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 978 rows starting from the beginning of the part | ||
| 6472 | 2025.02.25 03:53:18.790108 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 66 rows starting from the beginning of the part | ||
| 6473 | 2025.02.25 03:53:18.790330 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 6474 | 2025.02.25 03:53:18.790551 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part | ||
| 6475 | 2025.02.25 03:53:18.793081 [ 4 ] {3afea2c1-10ac-4220-a0e5-f9cd7667fff1} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6476 | 2025.02.25 03:53:18.793155 [ 4 ] {3afea2c1-10ac-4220-a0e5-f9cd7667fff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6477 | 2025.02.25 03:53:18.795171 [ 4 ] {3afea2c1-10ac-4220-a0e5-f9cd7667fff1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6478 | 2025.02.25 03:53:18.795788 [ 4 ] {3afea2c1-10ac-4220-a0e5-f9cd7667fff1} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6479 | 2025.02.25 03:53:18.796043 [ 139 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6480 | 2025.02.25 03:53:18.796137 [ 139 ] {} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6481 | 2025.02.25 03:53:18.796190 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6482 | 2025.02.25 03:53:18.796242 [ 4 ] {3afea2c1-10ac-4220-a0e5-f9cd7667fff1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008899 sec., 4382.514889313406 rows/sec., 7.85 MiB/sec. | ||
| 6483 | 2025.02.25 03:53:18.796687 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::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 | ||
| 6484 | 2025.02.25 03:53:18.796712 [ 4 ] {3afea2c1-10ac-4220-a0e5-f9cd7667fff1} <Debug> TCPHandler: Processed in 0.010094726 sec. | ||
| 6485 | 2025.02.25 03:53:18.796977 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6486 | 2025.02.25 03:53:18.797452 [ 254 ] {fdf135bd-1f2c-4dbd-8b69-fc2ae39982f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6487 | 2025.02.25 03:53:18.797584 [ 254 ] {fdf135bd-1f2c-4dbd-8b69-fc2ae39982f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6488 | 2025.02.25 03:53:18.798022 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6489 | 2025.02.25 03:53:18.798291 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 711 rows starting from the beginning of the part | ||
| 6490 | 2025.02.25 03:53:18.799423 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 39 rows starting from the beginning of the part | ||
| 6491 | 2025.02.25 03:53:18.800594 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17429 rows, containing 5 columns (5 merged, 0 gathered) in 0.014555175 sec., 1197443.520947017 rows/sec., 81.95 MiB/sec. | ||
| 6492 | 2025.02.25 03:53:18.800882 [ 254 ] {fdf135bd-1f2c-4dbd-8b69-fc2ae39982f6} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6493 | 2025.02.25 03:53:18.800967 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part | ||
| 6494 | 2025.02.25 03:53:18.800975 [ 254 ] {fdf135bd-1f2c-4dbd-8b69-fc2ae39982f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6495 | 2025.02.25 03:53:18.801137 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6496 | 2025.02.25 03:53:18.802270 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part | ||
| 6497 | 2025.02.25 03:53:18.802566 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6498 | 2025.02.25 03:53:18.803077 [ 254 ] {fdf135bd-1f2c-4dbd-8b69-fc2ae39982f6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6499 | 2025.02.25 03:53:18.803096 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6500 | 2025.02.25 03:53:18.803441 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
| 6501 | 2025.02.25 03:53:18.803462 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 39 rows starting from the beginning of the part | ||
| 6502 | 2025.02.25 03:53:18.804133 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 39 rows starting from the beginning of the part | ||
| 6503 | 2025.02.25 03:53:18.804142 [ 254 ] {fdf135bd-1f2c-4dbd-8b69-fc2ae39982f6} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6504 | 2025.02.25 03:53:18.804951 [ 139 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6505 | 2025.02.25 03:53:18.805105 [ 254 ] {fdf135bd-1f2c-4dbd-8b69-fc2ae39982f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007834 sec., 7658.922644881286 rows/sec., 528.55 KiB/sec. | ||
| 6506 | 2025.02.25 03:53:18.805152 [ 139 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6507 | 2025.02.25 03:53:18.805383 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6508 | 2025.02.25 03:53:18.805395 [ 254 ] {fdf135bd-1f2c-4dbd-8b69-fc2ae39982f6} <Debug> TCPHandler: Processed in 0.008555901 sec. | ||
| 6509 | 2025.02.25 03:53:18.806078 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 6510 | 2025.02.25 03:53:18.806813 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6511 | 2025.02.25 03:53:18.806953 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2870 rows starting from the beginning of the part | ||
| 6512 | 2025.02.25 03:53:18.807226 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 6513 | 2025.02.25 03:53:18.807565 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 6514 | 2025.02.25 03:53:18.807869 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 34 rows starting from the beginning of the part | ||
| 6515 | 2025.02.25 03:53:18.808145 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 26 rows starting from the beginning of the part | ||
| 6516 | 2025.02.25 03:53:18.808440 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 6517 | 2025.02.25 03:53:18.811473 [ 202 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3110 rows, containing 4 columns (4 merged, 0 gathered) in 0.005870111 sec., 529802.5880600895 rows/sec., 35.58 MiB/sec. | ||
| 6518 | 2025.02.25 03:53:18.811883 [ 202 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6519 | 2025.02.25 03:53:18.812340 [ 202 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_61_12} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6520 | 2025.02.25 03:53:18.812456 [ 202 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_61_12} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6521 | 2025.02.25 03:53:18.812573 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 6522 | 2025.02.25 03:53:18.828248 [ 197 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 906 rows, containing 19 columns (19 merged, 0 gathered) in 0.031951914 sec., 28355.108867656567 rows/sec., 50.81 MiB/sec. | ||
| 6523 | 2025.02.25 03:53:18.829256 [ 197 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6524 | 2025.02.25 03:53:18.829704 [ 197 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6525 | 2025.02.25 03:53:18.829793 [ 197 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6526 | 2025.02.25 03:53:18.829961 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. | ||
| 6527 | 2025.02.25 03:53:19.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.35 MiB, peak 216.30 MiB, free memory in arenas 0.00 B, will set to 209.80 MiB (RSS), difference: 3.45 MiB | ||
| 6528 | 2025.02.25 03:53:22.782569 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6529 | 2025.02.25 03:53:22.782627 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6530 | 2025.02.25 03:53:22.932711 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 6531 | 2025.02.25 03:53:22.933354 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6532 | 2025.02.25 03:53:22.933400 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6533 | 2025.02.25 03:53:22.933957 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6534 | 2025.02.25 03:53:22.934231 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6535 | 2025.02.25 03:53:22.934502 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 6536 | 2025.02.25 03:53:23.628791 [ 134 ] {} <Debug> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6537 | 2025.02.25 03:53:23.628931 [ 134 ] {} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6538 | 2025.02.25 03:53:23.628964 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6539 | 2025.02.25 03:53:23.629167 [ 202 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 6540 | 2025.02.25 03:53:23.629428 [ 202 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6541 | 2025.02.25 03:53:23.629471 [ 202 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 6542 | 2025.02.25 03:53:23.629571 [ 202 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 6543 | 2025.02.25 03:53:23.629841 [ 202 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 6544 | 2025.02.25 03:53:23.630070 [ 202 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 6545 | 2025.02.25 03:53:23.630264 [ 202 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 6546 | 2025.02.25 03:53:23.631543 [ 197 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.002504566 sec., 207620.80136838078 rows/sec., 14.74 MiB/sec. | ||
| 6547 | 2025.02.25 03:53:23.631715 [ 202 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6548 | 2025.02.25 03:53:23.631998 [ 202 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_9_2} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6549 | 2025.02.25 03:53:23.632079 [ 202 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_9_2} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6550 | 2025.02.25 03:53:23.632160 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6551 | 2025.02.25 03:53:23.767411 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6552 | 2025.02.25 03:53:23.767678 [ 4 ] {acc19a5f-0189-49d0-8f48-76d3ba33a720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6553 | 2025.02.25 03:53:23.767751 [ 4 ] {acc19a5f-0189-49d0-8f48-76d3ba33a720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6554 | 2025.02.25 03:53:23.768547 [ 4 ] {acc19a5f-0189-49d0-8f48-76d3ba33a720} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6555 | 2025.02.25 03:53:23.768597 [ 4 ] {acc19a5f-0189-49d0-8f48-76d3ba33a720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6556 | 2025.02.25 03:53:23.769036 [ 4 ] {acc19a5f-0189-49d0-8f48-76d3ba33a720} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6557 | 2025.02.25 03:53:23.769293 [ 4 ] {acc19a5f-0189-49d0-8f48-76d3ba33a720} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6558 | 2025.02.25 03:53:23.769527 [ 4 ] {acc19a5f-0189-49d0-8f48-76d3ba33a720} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001901 sec., 29458.179905312994 rows/sec., 2.25 MiB/sec. | ||
| 6559 | 2025.02.25 03:53:23.769595 [ 4 ] {acc19a5f-0189-49d0-8f48-76d3ba33a720} <Debug> TCPHandler: Processed in 0.002372373 sec. | ||
| 6560 | 2025.02.25 03:53:23.769783 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6561 | 2025.02.25 03:53:23.769928 [ 254 ] {c0fb368d-4442-473b-8233-98b6c8c16eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6562 | 2025.02.25 03:53:23.769988 [ 254 ] {c0fb368d-4442-473b-8233-98b6c8c16eb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6563 | 2025.02.25 03:53:23.770653 [ 254 ] {c0fb368d-4442-473b-8233-98b6c8c16eb3} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6564 | 2025.02.25 03:53:23.770694 [ 254 ] {c0fb368d-4442-473b-8233-98b6c8c16eb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6565 | 2025.02.25 03:53:23.771063 [ 254 ] {c0fb368d-4442-473b-8233-98b6c8c16eb3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6566 | 2025.02.25 03:53:23.771304 [ 254 ] {c0fb368d-4442-473b-8233-98b6c8c16eb3} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6567 | 2025.02.25 03:53:23.771568 [ 254 ] {c0fb368d-4442-473b-8233-98b6c8c16eb3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001666 sec., 38415.36614645858 rows/sec., 3.00 MiB/sec. | ||
| 6568 | 2025.02.25 03:53:23.771635 [ 254 ] {c0fb368d-4442-473b-8233-98b6c8c16eb3} <Debug> TCPHandler: Processed in 0.001924113 sec. | ||
| 6569 | 2025.02.25 03:53:23.771865 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6570 | 2025.02.25 03:53:23.772201 [ 4 ] {d7f7e9ef-6fe6-4d06-a6f8-eed15bdb164c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6571 | 2025.02.25 03:53:23.772367 [ 4 ] {d7f7e9ef-6fe6-4d06-a6f8-eed15bdb164c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6572 | 2025.02.25 03:53:23.773059 [ 4 ] {d7f7e9ef-6fe6-4d06-a6f8-eed15bdb164c} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6573 | 2025.02.25 03:53:23.773099 [ 4 ] {d7f7e9ef-6fe6-4d06-a6f8-eed15bdb164c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6574 | 2025.02.25 03:53:23.773495 [ 4 ] {d7f7e9ef-6fe6-4d06-a6f8-eed15bdb164c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6575 | 2025.02.25 03:53:23.773738 [ 4 ] {d7f7e9ef-6fe6-4d06-a6f8-eed15bdb164c} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6576 | 2025.02.25 03:53:23.773951 [ 4 ] {d7f7e9ef-6fe6-4d06-a6f8-eed15bdb164c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00188 sec., 85106.38297872341 rows/sec., 5.93 MiB/sec. | ||
| 6577 | 2025.02.25 03:53:23.774005 [ 4 ] {d7f7e9ef-6fe6-4d06-a6f8-eed15bdb164c} <Debug> TCPHandler: Processed in 0.002283191 sec. | ||
| 6578 | 2025.02.25 03:53:23.774160 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6579 | 2025.02.25 03:53:23.774290 [ 254 ] {2077d826-6ac8-45d1-8354-e49fbc68a085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6580 | 2025.02.25 03:53:23.774347 [ 254 ] {2077d826-6ac8-45d1-8354-e49fbc68a085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6581 | 2025.02.25 03:53:23.774827 [ 254 ] {2077d826-6ac8-45d1-8354-e49fbc68a085} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6582 | 2025.02.25 03:53:23.774866 [ 254 ] {2077d826-6ac8-45d1-8354-e49fbc68a085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6583 | 2025.02.25 03:53:23.775241 [ 254 ] {2077d826-6ac8-45d1-8354-e49fbc68a085} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6584 | 2025.02.25 03:53:23.775480 [ 254 ] {2077d826-6ac8-45d1-8354-e49fbc68a085} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6585 | 2025.02.25 03:53:23.775704 [ 254 ] {2077d826-6ac8-45d1-8354-e49fbc68a085} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec. | ||
| 6586 | 2025.02.25 03:53:23.775800 [ 254 ] {2077d826-6ac8-45d1-8354-e49fbc68a085} <Debug> TCPHandler: Processed in 0.001700778 sec. | ||
| 6587 | 2025.02.25 03:53:24.158162 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 6588 | 2025.02.25 03:53:24.178188 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6589 | 2025.02.25 03:53:24.178248 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6590 | 2025.02.25 03:53:24.185579 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6591 | 2025.02.25 03:53:24.186363 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6592 | 2025.02.25 03:53:24.189977 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 6593 | 2025.02.25 03:53:24.778938 [ 133 ] {} <Debug> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6594 | 2025.02.25 03:53:24.778998 [ 133 ] {} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6595 | 2025.02.25 03:53:24.779020 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6596 | 2025.02.25 03:53:24.779379 [ 196 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 6597 | 2025.02.25 03:53:24.779634 [ 196 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6598 | 2025.02.25 03:53:24.779672 [ 196 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 6599 | 2025.02.25 03:53:24.779752 [ 196 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 6600 | 2025.02.25 03:53:24.779864 [ 196 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 6601 | 2025.02.25 03:53:24.780014 [ 196 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 6602 | 2025.02.25 03:53:24.780095 [ 196 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 6603 | 2025.02.25 03:53:24.781086 [ 202 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.001962354 sec., 138609.0379207829 rows/sec., 8.90 MiB/sec. | ||
| 6604 | 2025.02.25 03:53:24.781303 [ 197 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6605 | 2025.02.25 03:53:24.781639 [ 197 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_9_2} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6606 | 2025.02.25 03:53:24.781722 [ 197 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_9_2} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6607 | 2025.02.25 03:53:24.781822 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6608 | 2025.02.25 03:53:28.004920 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 904 | ||
| 6609 | 2025.02.25 03:53:28.008055 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6610 | 2025.02.25 03:53:28.008115 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6611 | 2025.02.25 03:53:28.009711 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6612 | 2025.02.25 03:53:28.010057 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6613 | 2025.02.25 03:53:28.010850 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 904 | ||
| 6614 | 2025.02.25 03:53:28.769725 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6615 | 2025.02.25 03:53:28.769939 [ 4 ] {9a399619-e84c-4837-88ab-168172850f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6616 | 2025.02.25 03:53:28.770021 [ 4 ] {9a399619-e84c-4837-88ab-168172850f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6617 | 2025.02.25 03:53:28.770838 [ 4 ] {9a399619-e84c-4837-88ab-168172850f2d} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6618 | 2025.02.25 03:53:28.770888 [ 4 ] {9a399619-e84c-4837-88ab-168172850f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6619 | 2025.02.25 03:53:28.771313 [ 4 ] {9a399619-e84c-4837-88ab-168172850f2d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6620 | 2025.02.25 03:53:28.771578 [ 4 ] {9a399619-e84c-4837-88ab-168172850f2d} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6621 | 2025.02.25 03:53:28.771846 [ 4 ] {9a399619-e84c-4837-88ab-168172850f2d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001953 sec., 1024.0655401945723 rows/sec., 83.51 KiB/sec. | ||
| 6622 | 2025.02.25 03:53:28.772024 [ 4 ] {9a399619-e84c-4837-88ab-168172850f2d} <Debug> TCPHandler: Processed in 0.002430014 sec. | ||
| 6623 | 2025.02.25 03:53:28.772206 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6624 | 2025.02.25 03:53:28.772336 [ 254 ] {0d41f6d4-23fc-4bad-8802-36e388be5c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6625 | 2025.02.25 03:53:28.772386 [ 254 ] {0d41f6d4-23fc-4bad-8802-36e388be5c00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6626 | 2025.02.25 03:53:28.773009 [ 254 ] {0d41f6d4-23fc-4bad-8802-36e388be5c00} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6627 | 2025.02.25 03:53:28.773051 [ 254 ] {0d41f6d4-23fc-4bad-8802-36e388be5c00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6628 | 2025.02.25 03:53:28.773439 [ 254 ] {0d41f6d4-23fc-4bad-8802-36e388be5c00} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6629 | 2025.02.25 03:53:28.773697 [ 254 ] {0d41f6d4-23fc-4bad-8802-36e388be5c00} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6630 | 2025.02.25 03:53:28.773921 [ 254 ] {0d41f6d4-23fc-4bad-8802-36e388be5c00} <Debug> executeQuery: Read 135 rows, 11.88 KiB in 0.001611 sec., 83798.88268156424 rows/sec., 7.20 MiB/sec. | ||
| 6631 | 2025.02.25 03:53:28.773986 [ 254 ] {0d41f6d4-23fc-4bad-8802-36e388be5c00} <Debug> TCPHandler: Processed in 0.001847612 sec. | ||
| 6632 | 2025.02.25 03:53:28.774152 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6633 | 2025.02.25 03:53:28.774294 [ 4 ] {56a1f40f-17cd-4ab1-a260-a7feeef518cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6634 | 2025.02.25 03:53:28.774350 [ 4 ] {56a1f40f-17cd-4ab1-a260-a7feeef518cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6635 | 2025.02.25 03:53:28.774955 [ 4 ] {56a1f40f-17cd-4ab1-a260-a7feeef518cb} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6636 | 2025.02.25 03:53:28.774993 [ 4 ] {56a1f40f-17cd-4ab1-a260-a7feeef518cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6637 | 2025.02.25 03:53:28.775343 [ 4 ] {56a1f40f-17cd-4ab1-a260-a7feeef518cb} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6638 | 2025.02.25 03:53:28.775575 [ 4 ] {56a1f40f-17cd-4ab1-a260-a7feeef518cb} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6639 | 2025.02.25 03:53:28.775778 [ 4 ] {56a1f40f-17cd-4ab1-a260-a7feeef518cb} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.001514 sec., 27080.581241743726 rows/sec., 1.98 MiB/sec. | ||
| 6640 | 2025.02.25 03:53:28.775831 [ 4 ] {56a1f40f-17cd-4ab1-a260-a7feeef518cb} <Debug> TCPHandler: Processed in 0.001762689 sec. | ||
| 6641 | 2025.02.25 03:53:28.775957 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6642 | 2025.02.25 03:53:28.776064 [ 254 ] {812a7b94-c25c-44a6-aede-de3668f7c781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6643 | 2025.02.25 03:53:28.776109 [ 254 ] {812a7b94-c25c-44a6-aede-de3668f7c781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6644 | 2025.02.25 03:53:28.776685 [ 254 ] {812a7b94-c25c-44a6-aede-de3668f7c781} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6645 | 2025.02.25 03:53:28.776725 [ 254 ] {812a7b94-c25c-44a6-aede-de3668f7c781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6646 | 2025.02.25 03:53:28.777078 [ 254 ] {812a7b94-c25c-44a6-aede-de3668f7c781} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6647 | 2025.02.25 03:53:28.777317 [ 254 ] {812a7b94-c25c-44a6-aede-de3668f7c781} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6648 | 2025.02.25 03:53:28.777518 [ 254 ] {812a7b94-c25c-44a6-aede-de3668f7c781} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001475 sec., 71186.44067796611 rows/sec., 5.56 MiB/sec. | ||
| 6649 | 2025.02.25 03:53:28.777569 [ 254 ] {812a7b94-c25c-44a6-aede-de3668f7c781} <Debug> TCPHandler: Processed in 0.001665428 sec. | ||
| 6650 | 2025.02.25 03:53:28.777728 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6651 | 2025.02.25 03:53:28.777858 [ 4 ] {56c6e01f-ff5c-4e4f-93fd-a24ecb1880e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6652 | 2025.02.25 03:53:28.777918 [ 4 ] {56c6e01f-ff5c-4e4f-93fd-a24ecb1880e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6653 | 2025.02.25 03:53:28.778548 [ 4 ] {56c6e01f-ff5c-4e4f-93fd-a24ecb1880e5} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6654 | 2025.02.25 03:53:28.778594 [ 4 ] {56c6e01f-ff5c-4e4f-93fd-a24ecb1880e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6655 | 2025.02.25 03:53:28.778994 [ 4 ] {56c6e01f-ff5c-4e4f-93fd-a24ecb1880e5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6656 | 2025.02.25 03:53:28.779237 [ 4 ] {56c6e01f-ff5c-4e4f-93fd-a24ecb1880e5} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6657 | 2025.02.25 03:53:28.779439 [ 4 ] {56c6e01f-ff5c-4e4f-93fd-a24ecb1880e5} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00161 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
| 6658 | 2025.02.25 03:53:28.779491 [ 4 ] {56c6e01f-ff5c-4e4f-93fd-a24ecb1880e5} <Debug> TCPHandler: Processed in 0.001822551 sec. | ||
| 6659 | 2025.02.25 03:53:28.779631 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6660 | 2025.02.25 03:53:28.779749 [ 254 ] {73209e99-cad6-46d0-990f-a8ea7016b15b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6661 | 2025.02.25 03:53:28.779828 [ 254 ] {73209e99-cad6-46d0-990f-a8ea7016b15b} <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 | ||
| 6662 | 2025.02.25 03:53:28.781084 [ 254 ] {73209e99-cad6-46d0-990f-a8ea7016b15b} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6663 | 2025.02.25 03:53:28.781125 [ 254 ] {73209e99-cad6-46d0-990f-a8ea7016b15b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6664 | 2025.02.25 03:53:28.781781 [ 254 ] {73209e99-cad6-46d0-990f-a8ea7016b15b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6665 | 2025.02.25 03:53:28.782042 [ 254 ] {73209e99-cad6-46d0-990f-a8ea7016b15b} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6666 | 2025.02.25 03:53:28.782280 [ 254 ] {73209e99-cad6-46d0-990f-a8ea7016b15b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002559 sec., 15240.328253223915 rows/sec., 27.31 MiB/sec. | ||
| 6667 | 2025.02.25 03:53:28.782384 [ 254 ] {73209e99-cad6-46d0-990f-a8ea7016b15b} <Debug> TCPHandler: Processed in 0.002803242 sec. | ||
| 6668 | 2025.02.25 03:53:28.782534 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6669 | 2025.02.25 03:53:28.782662 [ 4 ] {b3e3d5cd-7a45-4702-b226-425af734b283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6670 | 2025.02.25 03:53:28.782712 [ 4 ] {b3e3d5cd-7a45-4702-b226-425af734b283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6671 | 2025.02.25 03:53:28.783147 [ 4 ] {b3e3d5cd-7a45-4702-b226-425af734b283} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6672 | 2025.02.25 03:53:28.783185 [ 4 ] {b3e3d5cd-7a45-4702-b226-425af734b283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6673 | 2025.02.25 03:53:28.783533 [ 4 ] {b3e3d5cd-7a45-4702-b226-425af734b283} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6674 | 2025.02.25 03:53:28.783771 [ 4 ] {b3e3d5cd-7a45-4702-b226-425af734b283} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6675 | 2025.02.25 03:53:28.783981 [ 4 ] {b3e3d5cd-7a45-4702-b226-425af734b283} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec. | ||
| 6676 | 2025.02.25 03:53:28.784030 [ 4 ] {b3e3d5cd-7a45-4702-b226-425af734b283} <Debug> TCPHandler: Processed in 0.001559085 sec. | ||
| 6677 | 2025.02.25 03:53:30.434633 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 6678 | 2025.02.25 03:53:30.435333 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6679 | 2025.02.25 03:53:30.435379 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6680 | 2025.02.25 03:53:30.435898 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6681 | 2025.02.25 03:53:30.436154 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6682 | 2025.02.25 03:53:30.436355 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 6683 | 2025.02.25 03:53:31.691009 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 6684 | 2025.02.25 03:53:31.712312 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6685 | 2025.02.25 03:53:31.712371 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6686 | 2025.02.25 03:53:31.721103 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6687 | 2025.02.25 03:53:31.721932 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6688 | 2025.02.25 03:53:31.725007 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 6689 | 2025.02.25 03:53:33.768478 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6690 | 2025.02.25 03:53:33.768810 [ 4 ] {7911aaaf-e44e-4428-80bd-5afbf8122385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6691 | 2025.02.25 03:53:33.768916 [ 4 ] {7911aaaf-e44e-4428-80bd-5afbf8122385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6692 | 2025.02.25 03:53:33.769691 [ 4 ] {7911aaaf-e44e-4428-80bd-5afbf8122385} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6693 | 2025.02.25 03:53:33.769745 [ 4 ] {7911aaaf-e44e-4428-80bd-5afbf8122385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6694 | 2025.02.25 03:53:33.770202 [ 4 ] {7911aaaf-e44e-4428-80bd-5afbf8122385} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 6695 | 2025.02.25 03:53:33.770467 [ 4 ] {7911aaaf-e44e-4428-80bd-5afbf8122385} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6696 | 2025.02.25 03:53:33.770758 [ 4 ] {7911aaaf-e44e-4428-80bd-5afbf8122385} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002023 sec., 27681.66089965398 rows/sec., 2.11 MiB/sec. | ||
| 6697 | 2025.02.25 03:53:33.770925 [ 4 ] {7911aaaf-e44e-4428-80bd-5afbf8122385} <Debug> TCPHandler: Processed in 0.002635879 sec. | ||
| 6698 | 2025.02.25 03:53:33.771195 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6699 | 2025.02.25 03:53:33.771350 [ 254 ] {547b7bf9-89de-4d6a-868a-6dadb95ac3dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6700 | 2025.02.25 03:53:33.771411 [ 254 ] {547b7bf9-89de-4d6a-868a-6dadb95ac3dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6701 | 2025.02.25 03:53:33.772087 [ 254 ] {547b7bf9-89de-4d6a-868a-6dadb95ac3dc} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6702 | 2025.02.25 03:53:33.772129 [ 254 ] {547b7bf9-89de-4d6a-868a-6dadb95ac3dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6703 | 2025.02.25 03:53:33.772499 [ 254 ] {547b7bf9-89de-4d6a-868a-6dadb95ac3dc} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 6704 | 2025.02.25 03:53:33.772737 [ 254 ] {547b7bf9-89de-4d6a-868a-6dadb95ac3dc} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6705 | 2025.02.25 03:53:33.772953 [ 254 ] {547b7bf9-89de-4d6a-868a-6dadb95ac3dc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001637 sec., 39095.907147220525 rows/sec., 3.05 MiB/sec. | ||
| 6706 | 2025.02.25 03:53:33.773009 [ 254 ] {547b7bf9-89de-4d6a-868a-6dadb95ac3dc} <Debug> TCPHandler: Processed in 0.001946524 sec. | ||
| 6707 | 2025.02.25 03:53:33.773184 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6708 | 2025.02.25 03:53:33.773318 [ 4 ] {229dee07-1d60-42f9-bf13-d1af81eda1ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6709 | 2025.02.25 03:53:33.773379 [ 4 ] {229dee07-1d60-42f9-bf13-d1af81eda1ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6710 | 2025.02.25 03:53:33.773977 [ 4 ] {229dee07-1d60-42f9-bf13-d1af81eda1ff} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6711 | 2025.02.25 03:53:33.774016 [ 4 ] {229dee07-1d60-42f9-bf13-d1af81eda1ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6712 | 2025.02.25 03:53:33.774404 [ 4 ] {229dee07-1d60-42f9-bf13-d1af81eda1ff} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 6713 | 2025.02.25 03:53:33.774642 [ 4 ] {229dee07-1d60-42f9-bf13-d1af81eda1ff} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6714 | 2025.02.25 03:53:33.774875 [ 4 ] {229dee07-1d60-42f9-bf13-d1af81eda1ff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec. | ||
| 6715 | 2025.02.25 03:53:33.774959 [ 4 ] {229dee07-1d60-42f9-bf13-d1af81eda1ff} <Debug> TCPHandler: Processed in 0.001838431 sec. | ||
| 6716 | 2025.02.25 03:53:33.775175 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6717 | 2025.02.25 03:53:33.775345 [ 254 ] {8048575b-0c0d-4bd1-9318-3d06a5748a5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6718 | 2025.02.25 03:53:33.775403 [ 254 ] {8048575b-0c0d-4bd1-9318-3d06a5748a5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6719 | 2025.02.25 03:53:33.775931 [ 254 ] {8048575b-0c0d-4bd1-9318-3d06a5748a5c} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6720 | 2025.02.25 03:53:33.775970 [ 254 ] {8048575b-0c0d-4bd1-9318-3d06a5748a5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6721 | 2025.02.25 03:53:33.776331 [ 254 ] {8048575b-0c0d-4bd1-9318-3d06a5748a5c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 6722 | 2025.02.25 03:53:33.776562 [ 254 ] {8048575b-0c0d-4bd1-9318-3d06a5748a5c} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6723 | 2025.02.25 03:53:33.776730 [ 254 ] {8048575b-0c0d-4bd1-9318-3d06a5748a5c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
| 6724 | 2025.02.25 03:53:33.776778 [ 254 ] {8048575b-0c0d-4bd1-9318-3d06a5748a5c} <Debug> TCPHandler: Processed in 0.001734149 sec. | ||
| 6725 | 2025.02.25 03:53:37.782889 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6726 | 2025.02.25 03:53:37.782965 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6727 | 2025.02.25 03:53:37.936473 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 6728 | 2025.02.25 03:53:37.937107 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6729 | 2025.02.25 03:53:37.937156 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6730 | 2025.02.25 03:53:37.937679 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6731 | 2025.02.25 03:53:37.937947 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6732 | 2025.02.25 03:53:37.938244 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 6733 | 2025.02.25 03:53:38.011002 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 926 | ||
| 6734 | 2025.02.25 03:53:38.013878 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6735 | 2025.02.25 03:53:38.013930 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6736 | 2025.02.25 03:53:38.015420 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6737 | 2025.02.25 03:53:38.015720 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6738 | 2025.02.25 03:53:38.017088 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 926 | ||
| 6739 | 2025.02.25 03:53:38.769606 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6740 | 2025.02.25 03:53:38.769797 [ 4 ] {3a8162c4-9720-4c56-aaf9-265240ea37a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6741 | 2025.02.25 03:53:38.769870 [ 4 ] {3a8162c4-9720-4c56-aaf9-265240ea37a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6742 | 2025.02.25 03:53:38.770705 [ 4 ] {3a8162c4-9720-4c56-aaf9-265240ea37a0} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6743 | 2025.02.25 03:53:38.770753 [ 4 ] {3a8162c4-9720-4c56-aaf9-265240ea37a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6744 | 2025.02.25 03:53:38.771203 [ 4 ] {3a8162c4-9720-4c56-aaf9-265240ea37a0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 6745 | 2025.02.25 03:53:38.771467 [ 4 ] {3a8162c4-9720-4c56-aaf9-265240ea37a0} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6746 | 2025.02.25 03:53:38.771714 [ 4 ] {3a8162c4-9720-4c56-aaf9-265240ea37a0} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.00197 sec., 68020.30456852792 rows/sec., 5.85 MiB/sec. | ||
| 6747 | 2025.02.25 03:53:38.771779 [ 4 ] {3a8162c4-9720-4c56-aaf9-265240ea37a0} <Debug> TCPHandler: Processed in 0.002297831 sec. | ||
| 6748 | 2025.02.25 03:53:38.771967 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6749 | 2025.02.25 03:53:38.772112 [ 254 ] {ca8fbd68-3a1a-4a0e-96dc-71e6f42f5822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6750 | 2025.02.25 03:53:38.772171 [ 254 ] {ca8fbd68-3a1a-4a0e-96dc-71e6f42f5822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6751 | 2025.02.25 03:53:38.772850 [ 254 ] {ca8fbd68-3a1a-4a0e-96dc-71e6f42f5822} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6752 | 2025.02.25 03:53:38.772898 [ 254 ] {ca8fbd68-3a1a-4a0e-96dc-71e6f42f5822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6753 | 2025.02.25 03:53:38.773292 [ 254 ] {ca8fbd68-3a1a-4a0e-96dc-71e6f42f5822} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6754 | 2025.02.25 03:53:38.773552 [ 254 ] {ca8fbd68-3a1a-4a0e-96dc-71e6f42f5822} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6755 | 2025.02.25 03:53:38.773808 [ 254 ] {ca8fbd68-3a1a-4a0e-96dc-71e6f42f5822} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00172 sec., 22674.418604651164 rows/sec., 1.67 MiB/sec. | ||
| 6756 | 2025.02.25 03:53:38.773923 [ 254 ] {ca8fbd68-3a1a-4a0e-96dc-71e6f42f5822} <Debug> TCPHandler: Processed in 0.002022235 sec. | ||
| 6757 | 2025.02.25 03:53:38.774160 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6758 | 2025.02.25 03:53:38.774298 [ 4 ] {f6399b89-713d-40a8-bd3a-bfaeade73454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6759 | 2025.02.25 03:53:38.774355 [ 4 ] {f6399b89-713d-40a8-bd3a-bfaeade73454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6760 | 2025.02.25 03:53:38.775058 [ 4 ] {f6399b89-713d-40a8-bd3a-bfaeade73454} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6761 | 2025.02.25 03:53:38.775098 [ 4 ] {f6399b89-713d-40a8-bd3a-bfaeade73454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6762 | 2025.02.25 03:53:38.775472 [ 4 ] {f6399b89-713d-40a8-bd3a-bfaeade73454} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 6763 | 2025.02.25 03:53:38.775711 [ 4 ] {f6399b89-713d-40a8-bd3a-bfaeade73454} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6764 | 2025.02.25 03:53:38.775932 [ 4 ] {f6399b89-713d-40a8-bd3a-bfaeade73454} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001665 sec., 61861.861861861864 rows/sec., 4.83 MiB/sec. | ||
| 6765 | 2025.02.25 03:53:38.775989 [ 4 ] {f6399b89-713d-40a8-bd3a-bfaeade73454} <Debug> TCPHandler: Processed in 0.001946843 sec. | ||
| 6766 | 2025.02.25 03:53:38.776135 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6767 | 2025.02.25 03:53:38.776245 [ 254 ] {165960fc-ff7d-4a3d-9d31-df53bc84a504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6768 | 2025.02.25 03:53:38.776293 [ 254 ] {165960fc-ff7d-4a3d-9d31-df53bc84a504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6769 | 2025.02.25 03:53:38.776811 [ 254 ] {165960fc-ff7d-4a3d-9d31-df53bc84a504} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6770 | 2025.02.25 03:53:38.776849 [ 254 ] {165960fc-ff7d-4a3d-9d31-df53bc84a504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6771 | 2025.02.25 03:53:38.777233 [ 254 ] {165960fc-ff7d-4a3d-9d31-df53bc84a504} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 6772 | 2025.02.25 03:53:38.777468 [ 254 ] {165960fc-ff7d-4a3d-9d31-df53bc84a504} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6773 | 2025.02.25 03:53:38.777681 [ 254 ] {165960fc-ff7d-4a3d-9d31-df53bc84a504} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001459 sec., 109664.15352981494 rows/sec., 7.64 MiB/sec. | ||
| 6774 | 2025.02.25 03:53:38.777734 [ 254 ] {165960fc-ff7d-4a3d-9d31-df53bc84a504} <Debug> TCPHandler: Processed in 0.001654287 sec. | ||
| 6775 | 2025.02.25 03:53:38.777903 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6776 | 2025.02.25 03:53:38.778014 [ 4 ] {7fbe6a55-c75d-45fc-894f-7ccbd6d47586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6777 | 2025.02.25 03:53:38.778093 [ 4 ] {7fbe6a55-c75d-45fc-894f-7ccbd6d47586} <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 | ||
| 6778 | 2025.02.25 03:53:38.779387 [ 4 ] {7fbe6a55-c75d-45fc-894f-7ccbd6d47586} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6779 | 2025.02.25 03:53:38.779425 [ 4 ] {7fbe6a55-c75d-45fc-894f-7ccbd6d47586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6780 | 2025.02.25 03:53:38.780087 [ 4 ] {7fbe6a55-c75d-45fc-894f-7ccbd6d47586} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6781 | 2025.02.25 03:53:38.780346 [ 4 ] {7fbe6a55-c75d-45fc-894f-7ccbd6d47586} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6782 | 2025.02.25 03:53:38.780587 [ 4 ] {7fbe6a55-c75d-45fc-894f-7ccbd6d47586} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002598 sec., 15011.547344110853 rows/sec., 26.90 MiB/sec. | ||
| 6783 | 2025.02.25 03:53:38.780692 [ 4 ] {7fbe6a55-c75d-45fc-894f-7ccbd6d47586} <Debug> TCPHandler: Processed in 0.002840273 sec. | ||
| 6784 | 2025.02.25 03:53:38.780840 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6785 | 2025.02.25 03:53:38.780969 [ 254 ] {2a881351-2223-467f-a855-8267d4f9b233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6786 | 2025.02.25 03:53:38.781022 [ 254 ] {2a881351-2223-467f-a855-8267d4f9b233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6787 | 2025.02.25 03:53:38.781458 [ 254 ] {2a881351-2223-467f-a855-8267d4f9b233} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6788 | 2025.02.25 03:53:38.781497 [ 254 ] {2a881351-2223-467f-a855-8267d4f9b233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6789 | 2025.02.25 03:53:38.781853 [ 254 ] {2a881351-2223-467f-a855-8267d4f9b233} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 6790 | 2025.02.25 03:53:38.782106 [ 254 ] {2a881351-2223-467f-a855-8267d4f9b233} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6791 | 2025.02.25 03:53:38.782296 [ 254 ] {2a881351-2223-467f-a855-8267d4f9b233} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. | ||
| 6792 | 2025.02.25 03:53:38.782345 [ 254 ] {2a881351-2223-467f-a855-8267d4f9b233} <Debug> TCPHandler: Processed in 0.001569415 sec. | ||
| 6793 | 2025.02.25 03:53:39.225069 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 6794 | 2025.02.25 03:53:39.247458 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6795 | 2025.02.25 03:53:39.247520 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6796 | 2025.02.25 03:53:39.255076 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6797 | 2025.02.25 03:53:39.255868 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6798 | 2025.02.25 03:53:39.258980 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 6799 | 2025.02.25 03:53:41.695722 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6800 | 2025.02.25 03:53:41.695934 [ 4 ] {bb485523-d95e-4456-b3ec-1e5c3f62ba77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6801 | 2025.02.25 03:53:41.696017 [ 4 ] {bb485523-d95e-4456-b3ec-1e5c3f62ba77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6802 | 2025.02.25 03:53:41.696784 [ 4 ] {bb485523-d95e-4456-b3ec-1e5c3f62ba77} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6803 | 2025.02.25 03:53:41.696837 [ 4 ] {bb485523-d95e-4456-b3ec-1e5c3f62ba77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6804 | 2025.02.25 03:53:41.697271 [ 4 ] {bb485523-d95e-4456-b3ec-1e5c3f62ba77} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6805 | 2025.02.25 03:53:41.697525 [ 4 ] {bb485523-d95e-4456-b3ec-1e5c3f62ba77} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6806 | 2025.02.25 03:53:41.697837 [ 4 ] {bb485523-d95e-4456-b3ec-1e5c3f62ba77} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001942 sec., 12358.39340885685 rows/sec., 1.03 MiB/sec. | ||
| 6807 | 2025.02.25 03:53:41.697984 [ 4 ] {bb485523-d95e-4456-b3ec-1e5c3f62ba77} <Debug> TCPHandler: Processed in 0.002398564 sec. | ||
| 6808 | 2025.02.25 03:53:41.698260 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6809 | 2025.02.25 03:53:41.698407 [ 254 ] {6bb4cff1-b89b-4722-a706-07c0b4e4cc74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6810 | 2025.02.25 03:53:41.698465 [ 254 ] {6bb4cff1-b89b-4722-a706-07c0b4e4cc74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6811 | 2025.02.25 03:53:41.699618 [ 254 ] {6bb4cff1-b89b-4722-a706-07c0b4e4cc74} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6812 | 2025.02.25 03:53:41.699661 [ 254 ] {6bb4cff1-b89b-4722-a706-07c0b4e4cc74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6813 | 2025.02.25 03:53:41.700109 [ 254 ] {6bb4cff1-b89b-4722-a706-07c0b4e4cc74} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 6814 | 2025.02.25 03:53:41.700356 [ 254 ] {6bb4cff1-b89b-4722-a706-07c0b4e4cc74} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6815 | 2025.02.25 03:53:41.700548 [ 118 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 6816 | 2025.02.25 03:53:41.700587 [ 254 ] {6bb4cff1-b89b-4722-a706-07c0b4e4cc74} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.002214 sec., 594399.2773261067 rows/sec., 49.37 MiB/sec. | ||
| 6817 | 2025.02.25 03:53:41.700638 [ 118 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6818 | 2025.02.25 03:53:41.700708 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6819 | 2025.02.25 03:53:41.700723 [ 254 ] {6bb4cff1-b89b-4722-a706-07c0b4e4cc74} <Debug> TCPHandler: Processed in 0.002556247 sec. | ||
| 6820 | 2025.02.25 03:53:41.700858 [ 196 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 6821 | 2025.02.25 03:53:41.700905 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6822 | 2025.02.25 03:53:41.700974 [ 196 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6823 | 2025.02.25 03:53:41.701014 [ 196 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1965 rows starting from the beginning of the part | ||
| 6824 | 2025.02.25 03:53:41.701035 [ 4 ] {bdf45b91-da1d-4d2b-b1db-b2855a39f026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6825 | 2025.02.25 03:53:41.701109 [ 4 ] {bdf45b91-da1d-4d2b-b1db-b2855a39f026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6826 | 2025.02.25 03:53:41.701135 [ 196 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 6827 | 2025.02.25 03:53:41.701420 [ 196 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 135 rows starting from the beginning of the part | ||
| 6828 | 2025.02.25 03:53:41.701608 [ 196 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part | ||
| 6829 | 2025.02.25 03:53:41.701790 [ 196 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 134 rows starting from the beginning of the part | ||
| 6830 | 2025.02.25 03:53:41.702027 [ 196 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1316 rows starting from the beginning of the part | ||
| 6831 | 2025.02.25 03:53:41.702852 [ 4 ] {bdf45b91-da1d-4d2b-b1db-b2855a39f026} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6832 | 2025.02.25 03:53:41.702893 [ 4 ] {bdf45b91-da1d-4d2b-b1db-b2855a39f026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6833 | 2025.02.25 03:53:41.703465 [ 4 ] {bdf45b91-da1d-4d2b-b1db-b2855a39f026} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6834 | 2025.02.25 03:53:41.703743 [ 4 ] {bdf45b91-da1d-4d2b-b1db-b2855a39f026} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6835 | 2025.02.25 03:53:41.703939 [ 118 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6836 | 2025.02.25 03:53:41.704022 [ 118 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6837 | 2025.02.25 03:53:41.704043 [ 4 ] {bdf45b91-da1d-4d2b-b1db-b2855a39f026} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.003009 sec., 3988.035892323031 rows/sec., 319.35 KiB/sec. | ||
| 6838 | 2025.02.25 03:53:41.704116 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6839 | 2025.02.25 03:53:41.704293 [ 4 ] {bdf45b91-da1d-4d2b-b1db-b2855a39f026} <Debug> TCPHandler: Processed in 0.003445687 sec. | ||
| 6840 | 2025.02.25 03:53:41.704731 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6841 | 2025.02.25 03:53:41.705138 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 6842 | 2025.02.25 03:53:41.705260 [ 254 ] {336c5c26-4d14-49f3-8b23-ac1f99549317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6843 | 2025.02.25 03:53:41.705315 [ 196 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3662 rows, containing 5 columns (5 merged, 0 gathered) in 0.004515921 sec., 810908.7825052742 rows/sec., 70.01 MiB/sec. | ||
| 6844 | 2025.02.25 03:53:41.705383 [ 254 ] {336c5c26-4d14-49f3-8b23-ac1f99549317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6845 | 2025.02.25 03:53:41.705646 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6846 | 2025.02.25 03:53:41.705706 [ 196 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 6847 | 2025.02.25 03:53:41.705771 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 175 rows starting from the beginning of the part | ||
| 6848 | 2025.02.25 03:53:41.706250 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 6849 | 2025.02.25 03:53:41.706702 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 39 rows starting from the beginning of the part | ||
| 6850 | 2025.02.25 03:53:41.707250 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 41 rows starting from the beginning of the part | ||
| 6851 | 2025.02.25 03:53:41.707381 [ 194 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_66_13} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6852 | 2025.02.25 03:53:41.707797 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 39 rows starting from the beginning of the part | ||
| 6853 | 2025.02.25 03:53:41.708010 [ 194 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_66_13} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 6854 | 2025.02.25 03:53:41.708308 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 6855 | 2025.02.25 03:53:41.708456 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 6856 | 2025.02.25 03:53:41.709696 [ 254 ] {336c5c26-4d14-49f3-8b23-ac1f99549317} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6857 | 2025.02.25 03:53:41.709765 [ 254 ] {336c5c26-4d14-49f3-8b23-ac1f99549317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6858 | 2025.02.25 03:53:41.710811 [ 254 ] {336c5c26-4d14-49f3-8b23-ac1f99549317} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6859 | 2025.02.25 03:53:41.711160 [ 194 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 5 columns (5 merged, 0 gathered) in 0.006771181 sec., 47554.481264051276 rows/sec., 3.45 MiB/sec. | ||
| 6860 | 2025.02.25 03:53:41.711364 [ 254 ] {336c5c26-4d14-49f3-8b23-ac1f99549317} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6861 | 2025.02.25 03:53:41.711439 [ 194 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6862 | 2025.02.25 03:53:41.711940 [ 254 ] {336c5c26-4d14-49f3-8b23-ac1f99549317} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.006836 sec., 36863.66296079579 rows/sec., 2.55 MiB/sec. | ||
| 6863 | 2025.02.25 03:53:41.712169 [ 254 ] {336c5c26-4d14-49f3-8b23-ac1f99549317} <Debug> TCPHandler: Processed in 0.007688012 sec. | ||
| 6864 | 2025.02.25 03:53:41.712294 [ 194 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_36_7} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6865 | 2025.02.25 03:53:41.712381 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6866 | 2025.02.25 03:53:41.712395 [ 194 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_36_7} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6867 | 2025.02.25 03:53:41.712556 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6868 | 2025.02.25 03:53:41.712629 [ 4 ] {3bab3b15-feda-4705-89ab-a0c0770fa53a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6869 | 2025.02.25 03:53:41.712690 [ 4 ] {3bab3b15-feda-4705-89ab-a0c0770fa53a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6870 | 2025.02.25 03:53:41.713312 [ 4 ] {3bab3b15-feda-4705-89ab-a0c0770fa53a} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6871 | 2025.02.25 03:53:41.713351 [ 4 ] {3bab3b15-feda-4705-89ab-a0c0770fa53a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6872 | 2025.02.25 03:53:41.713710 [ 4 ] {3bab3b15-feda-4705-89ab-a0c0770fa53a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6873 | 2025.02.25 03:53:41.713953 [ 4 ] {3bab3b15-feda-4705-89ab-a0c0770fa53a} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6874 | 2025.02.25 03:53:41.714225 [ 4 ] {3bab3b15-feda-4705-89ab-a0c0770fa53a} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001646 sec., 7290.400972053463 rows/sec., 569.56 KiB/sec. | ||
| 6875 | 2025.02.25 03:53:41.714488 [ 4 ] {3bab3b15-feda-4705-89ab-a0c0770fa53a} <Debug> TCPHandler: Processed in 0.002178279 sec. | ||
| 6876 | 2025.02.25 03:53:41.714694 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6877 | 2025.02.25 03:53:41.714827 [ 254 ] {201064cf-06a6-4524-a385-f9d9805dc04b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6878 | 2025.02.25 03:53:41.714882 [ 254 ] {201064cf-06a6-4524-a385-f9d9805dc04b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6879 | 2025.02.25 03:53:41.715855 [ 254 ] {201064cf-06a6-4524-a385-f9d9805dc04b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6880 | 2025.02.25 03:53:41.715896 [ 254 ] {201064cf-06a6-4524-a385-f9d9805dc04b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6881 | 2025.02.25 03:53:41.716280 [ 254 ] {201064cf-06a6-4524-a385-f9d9805dc04b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 6882 | 2025.02.25 03:53:41.716520 [ 254 ] {201064cf-06a6-4524-a385-f9d9805dc04b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6883 | 2025.02.25 03:53:41.716674 [ 118 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 6884 | 2025.02.25 03:53:41.716734 [ 118 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6885 | 2025.02.25 03:53:41.716769 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6886 | 2025.02.25 03:53:41.716784 [ 254 ] {201064cf-06a6-4524-a385-f9d9805dc04b} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.001977 sec., 281234.19322205364 rows/sec., 21.07 MiB/sec. | ||
| 6887 | 2025.02.25 03:53:41.717004 [ 254 ] {201064cf-06a6-4524-a385-f9d9805dc04b} <Debug> TCPHandler: Processed in 0.002375353 sec. | ||
| 6888 | 2025.02.25 03:53:41.717023 [ 186 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 6889 | 2025.02.25 03:53:41.717201 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6890 | 2025.02.25 03:53:41.717210 [ 186 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6891 | 2025.02.25 03:53:41.717277 [ 186 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 949 rows starting from the beginning of the part | ||
| 6892 | 2025.02.25 03:53:41.717532 [ 4 ] {6584b8e5-21df-45e8-a6af-1ad4eb734c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6893 | 2025.02.25 03:53:41.717561 [ 186 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 6894 | 2025.02.25 03:53:41.717711 [ 4 ] {6584b8e5-21df-45e8-a6af-1ad4eb734c0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6895 | 2025.02.25 03:53:41.717871 [ 186 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 105 rows starting from the beginning of the part | ||
| 6896 | 2025.02.25 03:53:41.718268 [ 186 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part | ||
| 6897 | 2025.02.25 03:53:41.718647 [ 186 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 103 rows starting from the beginning of the part | ||
| 6898 | 2025.02.25 03:53:41.719019 [ 186 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 556 rows starting from the beginning of the part | ||
| 6899 | 2025.02.25 03:53:41.720571 [ 4 ] {6584b8e5-21df-45e8-a6af-1ad4eb734c0a} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6900 | 2025.02.25 03:53:41.720656 [ 4 ] {6584b8e5-21df-45e8-a6af-1ad4eb734c0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6901 | 2025.02.25 03:53:41.721688 [ 4 ] {6584b8e5-21df-45e8-a6af-1ad4eb734c0a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 6902 | 2025.02.25 03:53:41.721778 [ 186 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1841 rows, containing 5 columns (5 merged, 0 gathered) in 0.004951021 sec., 371842.49470967706 rows/sec., 29.17 MiB/sec. | ||
| 6903 | 2025.02.25 03:53:41.721986 [ 186 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 6904 | 2025.02.25 03:53:41.722136 [ 4 ] {6584b8e5-21df-45e8-a6af-1ad4eb734c0a} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6905 | 2025.02.25 03:53:41.722444 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 6906 | 2025.02.25 03:53:41.722573 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6907 | 2025.02.25 03:53:41.722662 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6908 | 2025.02.25 03:53:41.722687 [ 186 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_66_13} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6909 | 2025.02.25 03:53:41.722823 [ 4 ] {6584b8e5-21df-45e8-a6af-1ad4eb734c0a} <Debug> executeQuery: Read 976 rows, 67.51 KiB in 0.005387 sec., 181176.90736959345 rows/sec., 12.24 MiB/sec. | ||
| 6910 | 2025.02.25 03:53:41.722916 [ 186 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_66_13} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 6911 | 2025.02.25 03:53:41.723230 [ 4 ] {6584b8e5-21df-45e8-a6af-1ad4eb734c0a} <Debug> TCPHandler: Processed in 0.006127858 sec. | ||
| 6912 | 2025.02.25 03:53:41.723323 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6913 | 2025.02.25 03:53:41.723413 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 6914 | 2025.02.25 03:53:41.723442 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6915 | 2025.02.25 03:53:41.723722 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6916 | 2025.02.25 03:53:41.723732 [ 254 ] {8d43e0d3-cdd8-41a6-bbbc-63c0dcd3d553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6917 | 2025.02.25 03:53:41.723795 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17429 rows starting from the beginning of the part | ||
| 6918 | 2025.02.25 03:53:41.723836 [ 254 ] {8d43e0d3-cdd8-41a6-bbbc-63c0dcd3d553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6919 | 2025.02.25 03:53:41.724172 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 6920 | 2025.02.25 03:53:41.724591 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 161 rows starting from the beginning of the part | ||
| 6921 | 2025.02.25 03:53:41.724931 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part | ||
| 6922 | 2025.02.25 03:53:41.725202 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 6923 | 2025.02.25 03:53:41.725576 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 976 rows starting from the beginning of the part | ||
| 6924 | 2025.02.25 03:53:41.726224 [ 254 ] {8d43e0d3-cdd8-41a6-bbbc-63c0dcd3d553} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6925 | 2025.02.25 03:53:41.726286 [ 254 ] {8d43e0d3-cdd8-41a6-bbbc-63c0dcd3d553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6926 | 2025.02.25 03:53:41.727001 [ 254 ] {8d43e0d3-cdd8-41a6-bbbc-63c0dcd3d553} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 6927 | 2025.02.25 03:53:41.727348 [ 254 ] {8d43e0d3-cdd8-41a6-bbbc-63c0dcd3d553} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6928 | 2025.02.25 03:53:41.727657 [ 118 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 6929 | 2025.02.25 03:53:41.727737 [ 254 ] {8d43e0d3-cdd8-41a6-bbbc-63c0dcd3d553} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.004098 sec., 8296.730112249877 rows/sec., 575.50 KiB/sec. | ||
| 6930 | 2025.02.25 03:53:41.727744 [ 118 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6931 | 2025.02.25 03:53:41.727863 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6932 | 2025.02.25 03:53:41.727904 [ 254 ] {8d43e0d3-cdd8-41a6-bbbc-63c0dcd3d553} <Debug> TCPHandler: Processed in 0.004532561 sec. | ||
| 6933 | 2025.02.25 03:53:41.728362 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 6934 | 2025.02.25 03:53:41.729077 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6935 | 2025.02.25 03:53:41.729220 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3110 rows starting from the beginning of the part | ||
| 6936 | 2025.02.25 03:53:41.729577 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 6937 | 2025.02.25 03:53:41.729979 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
| 6938 | 2025.02.25 03:53:41.730357 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 6939 | 2025.02.25 03:53:41.730681 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 6940 | 2025.02.25 03:53:41.731004 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 34 rows starting from the beginning of the part | ||
| 6941 | 2025.02.25 03:53:41.735066 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3384 rows, containing 4 columns (4 merged, 0 gathered) in 0.007056428 sec., 479562.7476111143 rows/sec., 32.22 MiB/sec. | ||
| 6942 | 2025.02.25 03:53:41.735544 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 6943 | 2025.02.25 03:53:41.735960 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_66_13} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6944 | 2025.02.25 03:53:41.736084 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_66_13} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 6945 | 2025.02.25 03:53:41.736237 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 6946 | 2025.02.25 03:53:41.736831 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19046 rows, containing 5 columns (5 merged, 0 gathered) in 0.013981273 sec., 1362250.7764493262 rows/sec., 93.23 MiB/sec. | ||
| 6947 | 2025.02.25 03:53:41.737183 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 6948 | 2025.02.25 03:53:41.737532 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6949 | 2025.02.25 03:53:41.737629 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 6950 | 2025.02.25 03:53:41.737738 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.27 MiB. | ||
| 6951 | 2025.02.25 03:53:43.763533 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6952 | 2025.02.25 03:53:43.763745 [ 4 ] {6a76d69e-8a98-4793-a07f-2a334db4a27d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6953 | 2025.02.25 03:53:43.763821 [ 4 ] {6a76d69e-8a98-4793-a07f-2a334db4a27d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6954 | 2025.02.25 03:53:43.764639 [ 4 ] {6a76d69e-8a98-4793-a07f-2a334db4a27d} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6955 | 2025.02.25 03:53:43.764714 [ 4 ] {6a76d69e-8a98-4793-a07f-2a334db4a27d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6956 | 2025.02.25 03:53:43.765160 [ 4 ] {6a76d69e-8a98-4793-a07f-2a334db4a27d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 6957 | 2025.02.25 03:53:43.765449 [ 4 ] {6a76d69e-8a98-4793-a07f-2a334db4a27d} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6958 | 2025.02.25 03:53:43.765666 [ 4 ] {6a76d69e-8a98-4793-a07f-2a334db4a27d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001974 sec., 28368.794326241135 rows/sec., 2.17 MiB/sec. | ||
| 6959 | 2025.02.25 03:53:43.765737 [ 4 ] {6a76d69e-8a98-4793-a07f-2a334db4a27d} <Debug> TCPHandler: Processed in 0.002336173 sec. | ||
| 6960 | 2025.02.25 03:53:43.765934 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6961 | 2025.02.25 03:53:43.766073 [ 254 ] {5e5b5092-6f29-4bbc-bd09-ba40b344a856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6962 | 2025.02.25 03:53:43.766127 [ 254 ] {5e5b5092-6f29-4bbc-bd09-ba40b344a856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6963 | 2025.02.25 03:53:43.766736 [ 254 ] {5e5b5092-6f29-4bbc-bd09-ba40b344a856} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6964 | 2025.02.25 03:53:43.766774 [ 254 ] {5e5b5092-6f29-4bbc-bd09-ba40b344a856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6965 | 2025.02.25 03:53:43.767150 [ 254 ] {5e5b5092-6f29-4bbc-bd09-ba40b344a856} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 6966 | 2025.02.25 03:53:43.767391 [ 254 ] {5e5b5092-6f29-4bbc-bd09-ba40b344a856} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6967 | 2025.02.25 03:53:43.767577 [ 254 ] {5e5b5092-6f29-4bbc-bd09-ba40b344a856} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001533 sec., 41748.20613176777 rows/sec., 3.26 MiB/sec. | ||
| 6968 | 2025.02.25 03:53:43.767632 [ 254 ] {5e5b5092-6f29-4bbc-bd09-ba40b344a856} <Debug> TCPHandler: Processed in 0.00176146 sec. | ||
| 6969 | 2025.02.25 03:53:43.767792 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6970 | 2025.02.25 03:53:43.767905 [ 4 ] {9b643739-9cc2-4e40-b117-22d716a29817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6971 | 2025.02.25 03:53:43.767957 [ 4 ] {9b643739-9cc2-4e40-b117-22d716a29817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6972 | 2025.02.25 03:53:43.768457 [ 4 ] {9b643739-9cc2-4e40-b117-22d716a29817} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6973 | 2025.02.25 03:53:43.768495 [ 4 ] {9b643739-9cc2-4e40-b117-22d716a29817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6974 | 2025.02.25 03:53:43.768877 [ 4 ] {9b643739-9cc2-4e40-b117-22d716a29817} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 6975 | 2025.02.25 03:53:43.769113 [ 4 ] {9b643739-9cc2-4e40-b117-22d716a29817} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6976 | 2025.02.25 03:53:43.769308 [ 4 ] {9b643739-9cc2-4e40-b117-22d716a29817} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001413 sec., 46709.12951167728 rows/sec., 3.26 MiB/sec. | ||
| 6977 | 2025.02.25 03:53:43.769386 [ 4 ] {9b643739-9cc2-4e40-b117-22d716a29817} <Debug> TCPHandler: Processed in 0.001647357 sec. | ||
| 6978 | 2025.02.25 03:53:43.769535 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6979 | 2025.02.25 03:53:43.769646 [ 254 ] {833e3c2e-062b-42ee-b324-263712a05c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6980 | 2025.02.25 03:53:43.769693 [ 254 ] {833e3c2e-062b-42ee-b324-263712a05c71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6981 | 2025.02.25 03:53:43.770127 [ 254 ] {833e3c2e-062b-42ee-b324-263712a05c71} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6982 | 2025.02.25 03:53:43.770164 [ 254 ] {833e3c2e-062b-42ee-b324-263712a05c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6983 | 2025.02.25 03:53:43.770535 [ 254 ] {833e3c2e-062b-42ee-b324-263712a05c71} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 6984 | 2025.02.25 03:53:43.770781 [ 254 ] {833e3c2e-062b-42ee-b324-263712a05c71} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6985 | 2025.02.25 03:53:43.770951 [ 254 ] {833e3c2e-062b-42ee-b324-263712a05c71} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001328 sec., 19578.31325301205 rows/sec., 1.31 MiB/sec. | ||
| 6986 | 2025.02.25 03:53:43.771001 [ 254 ] {833e3c2e-062b-42ee-b324-263712a05c71} <Debug> TCPHandler: Processed in 0.001519544 sec. | ||
| 6987 | 2025.02.25 03:53:45.439344 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 6988 | 2025.02.25 03:53:45.440006 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6989 | 2025.02.25 03:53:45.440056 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6990 | 2025.02.25 03:53:45.440578 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6991 | 2025.02.25 03:53:45.440835 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6992 | 2025.02.25 03:53:45.441053 [ 115 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6993 | 2025.02.25 03:53:45.441093 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 6994 | 2025.02.25 03:53:45.441137 [ 115 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6995 | 2025.02.25 03:53:45.441167 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 6996 | 2025.02.25 03:53:45.441335 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 6997 | 2025.02.25 03:53:45.441619 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6998 | 2025.02.25 03:53:45.441664 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 6999 | 2025.02.25 03:53:45.441744 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part | ||
| 7000 | 2025.02.25 03:53:45.441997 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part | ||
| 7001 | 2025.02.25 03:53:45.442182 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part | ||
| 7002 | 2025.02.25 03:53:45.442337 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part | ||
| 7003 | 2025.02.25 03:53:45.442434 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part | ||
| 7004 | 2025.02.25 03:53:45.445111 [ 198 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.003879587 sec., 4858506.846218425 rows/sec., 69.50 MiB/sec. | ||
| 7005 | 2025.02.25 03:53:45.445489 [ 198 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7006 | 2025.02.25 03:53:45.445815 [ 198 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_41_8} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7007 | 2025.02.25 03:53:45.445908 [ 198 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_41_8} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7008 | 2025.02.25 03:53:45.446024 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 7009 | 2025.02.25 03:53:46.760022 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 7010 | 2025.02.25 03:53:46.780929 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7011 | 2025.02.25 03:53:46.780993 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7012 | 2025.02.25 03:53:46.789228 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7013 | 2025.02.25 03:53:46.790040 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7014 | 2025.02.25 03:53:46.790446 [ 113 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7015 | 2025.02.25 03:53:46.790592 [ 113 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7016 | 2025.02.25 03:53:46.790671 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7017 | 2025.02.25 03:53:46.791179 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 7018 | 2025.02.25 03:53:46.803541 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 7019 | 2025.02.25 03:53:46.804652 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7020 | 2025.02.25 03:53:46.805653 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 7021 | 2025.02.25 03:53:46.810525 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 7022 | 2025.02.25 03:53:46.815387 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 7023 | 2025.02.25 03:53:46.820645 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 7024 | 2025.02.25 03:53:46.826330 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 7025 | 2025.02.25 03:53:46.831055 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 7026 | 2025.02.25 03:53:46.890945 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.10014559 sec., 3085.5078091806135 rows/sec., 15.95 MiB/sec. | ||
| 7027 | 2025.02.25 03:53:46.893972 [ 192 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7028 | 2025.02.25 03:53:46.897016 [ 192 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_41_8} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7029 | 2025.02.25 03:53:46.897139 [ 192 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_41_8} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7030 | 2025.02.25 03:53:46.899669 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 7031 | 2025.02.25 03:53:47.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.13 MiB, peak 226.55 MiB, free memory in arenas 0.00 B, will set to 214.15 MiB (RSS), difference: 1.02 MiB | ||
| 7032 | 2025.02.25 03:53:48.018217 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 962 | ||
| 7033 | 2025.02.25 03:53:48.021481 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7034 | 2025.02.25 03:53:48.021541 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7035 | 2025.02.25 03:53:48.023018 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7036 | 2025.02.25 03:53:48.023351 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7037 | 2025.02.25 03:53:48.024653 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 962 | ||
| 7038 | 2025.02.25 03:53:48.769201 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7039 | 2025.02.25 03:53:48.769408 [ 4 ] {5b68777f-602a-4d30-a5fc-14720122b0da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7040 | 2025.02.25 03:53:48.769480 [ 4 ] {5b68777f-602a-4d30-a5fc-14720122b0da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7041 | 2025.02.25 03:53:48.770330 [ 4 ] {5b68777f-602a-4d30-a5fc-14720122b0da} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7042 | 2025.02.25 03:53:48.770385 [ 4 ] {5b68777f-602a-4d30-a5fc-14720122b0da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7043 | 2025.02.25 03:53:48.770828 [ 4 ] {5b68777f-602a-4d30-a5fc-14720122b0da} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7044 | 2025.02.25 03:53:48.771084 [ 4 ] {5b68777f-602a-4d30-a5fc-14720122b0da} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7045 | 2025.02.25 03:53:48.771353 [ 4 ] {5b68777f-602a-4d30-a5fc-14720122b0da} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001993 sec., 67235.3236327145 rows/sec., 5.79 MiB/sec. | ||
| 7046 | 2025.02.25 03:53:48.771463 [ 4 ] {5b68777f-602a-4d30-a5fc-14720122b0da} <Debug> TCPHandler: Processed in 0.002424934 sec. | ||
| 7047 | 2025.02.25 03:53:48.771703 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7048 | 2025.02.25 03:53:48.771907 [ 254 ] {59b4b330-1611-43d1-8db7-35e77c88921a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7049 | 2025.02.25 03:53:48.771958 [ 254 ] {59b4b330-1611-43d1-8db7-35e77c88921a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7050 | 2025.02.25 03:53:48.772559 [ 254 ] {59b4b330-1611-43d1-8db7-35e77c88921a} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7051 | 2025.02.25 03:53:48.772601 [ 254 ] {59b4b330-1611-43d1-8db7-35e77c88921a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7052 | 2025.02.25 03:53:48.772972 [ 254 ] {59b4b330-1611-43d1-8db7-35e77c88921a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7053 | 2025.02.25 03:53:48.773215 [ 254 ] {59b4b330-1611-43d1-8db7-35e77c88921a} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7054 | 2025.02.25 03:53:48.773476 [ 254 ] {59b4b330-1611-43d1-8db7-35e77c88921a} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001607 sec., 24268.823895457375 rows/sec., 1.78 MiB/sec. | ||
| 7055 | 2025.02.25 03:53:48.773649 [ 254 ] {59b4b330-1611-43d1-8db7-35e77c88921a} <Debug> TCPHandler: Processed in 0.002068966 sec. | ||
| 7056 | 2025.02.25 03:53:48.773880 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7057 | 2025.02.25 03:53:48.774031 [ 4 ] {d097c989-c5ac-4ac2-8b08-26bedf6c8854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7058 | 2025.02.25 03:53:48.774088 [ 4 ] {d097c989-c5ac-4ac2-8b08-26bedf6c8854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7059 | 2025.02.25 03:53:48.774717 [ 4 ] {d097c989-c5ac-4ac2-8b08-26bedf6c8854} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7060 | 2025.02.25 03:53:48.774756 [ 4 ] {d097c989-c5ac-4ac2-8b08-26bedf6c8854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7061 | 2025.02.25 03:53:48.775117 [ 4 ] {d097c989-c5ac-4ac2-8b08-26bedf6c8854} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7062 | 2025.02.25 03:53:48.775357 [ 4 ] {d097c989-c5ac-4ac2-8b08-26bedf6c8854} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7063 | 2025.02.25 03:53:48.775567 [ 4 ] {d097c989-c5ac-4ac2-8b08-26bedf6c8854} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001568 sec., 65688.77551020408 rows/sec., 5.13 MiB/sec. | ||
| 7064 | 2025.02.25 03:53:48.775621 [ 4 ] {d097c989-c5ac-4ac2-8b08-26bedf6c8854} <Debug> TCPHandler: Processed in 0.001856902 sec. | ||
| 7065 | 2025.02.25 03:53:48.775751 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7066 | 2025.02.25 03:53:48.775861 [ 254 ] {a30cbdfc-30e5-43b8-bb82-dd9d25102b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7067 | 2025.02.25 03:53:48.775910 [ 254 ] {a30cbdfc-30e5-43b8-bb82-dd9d25102b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7068 | 2025.02.25 03:53:48.776428 [ 254 ] {a30cbdfc-30e5-43b8-bb82-dd9d25102b8a} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7069 | 2025.02.25 03:53:48.776467 [ 254 ] {a30cbdfc-30e5-43b8-bb82-dd9d25102b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7070 | 2025.02.25 03:53:48.776857 [ 254 ] {a30cbdfc-30e5-43b8-bb82-dd9d25102b8a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7071 | 2025.02.25 03:53:48.777096 [ 254 ] {a30cbdfc-30e5-43b8-bb82-dd9d25102b8a} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7072 | 2025.02.25 03:53:48.777328 [ 254 ] {a30cbdfc-30e5-43b8-bb82-dd9d25102b8a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001487 sec., 107599.19300605245 rows/sec., 7.49 MiB/sec. | ||
| 7073 | 2025.02.25 03:53:48.777403 [ 254 ] {a30cbdfc-30e5-43b8-bb82-dd9d25102b8a} <Debug> TCPHandler: Processed in 0.001704619 sec. | ||
| 7074 | 2025.02.25 03:53:48.777633 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7075 | 2025.02.25 03:53:48.777931 [ 4 ] {7da7c0ed-acd5-461c-85be-77d13c583b4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7076 | 2025.02.25 03:53:48.778032 [ 4 ] {7da7c0ed-acd5-461c-85be-77d13c583b4d} <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 | ||
| 7077 | 2025.02.25 03:53:48.779286 [ 4 ] {7da7c0ed-acd5-461c-85be-77d13c583b4d} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7078 | 2025.02.25 03:53:48.779325 [ 4 ] {7da7c0ed-acd5-461c-85be-77d13c583b4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7079 | 2025.02.25 03:53:48.779983 [ 4 ] {7da7c0ed-acd5-461c-85be-77d13c583b4d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7080 | 2025.02.25 03:53:48.780252 [ 4 ] {7da7c0ed-acd5-461c-85be-77d13c583b4d} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7081 | 2025.02.25 03:53:48.780521 [ 4 ] {7da7c0ed-acd5-461c-85be-77d13c583b4d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002688 sec., 14508.928571428572 rows/sec., 26.00 MiB/sec. | ||
| 7082 | 2025.02.25 03:53:48.780630 [ 4 ] {7da7c0ed-acd5-461c-85be-77d13c583b4d} <Debug> TCPHandler: Processed in 0.003146881 sec. | ||
| 7083 | 2025.02.25 03:53:48.780782 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7084 | 2025.02.25 03:53:48.780912 [ 254 ] {cd2209e6-bb0c-465d-9ced-f66c2a9c0c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7085 | 2025.02.25 03:53:48.780967 [ 254 ] {cd2209e6-bb0c-465d-9ced-f66c2a9c0c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7086 | 2025.02.25 03:53:48.781474 [ 254 ] {cd2209e6-bb0c-465d-9ced-f66c2a9c0c95} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7087 | 2025.02.25 03:53:48.781512 [ 254 ] {cd2209e6-bb0c-465d-9ced-f66c2a9c0c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7088 | 2025.02.25 03:53:48.781870 [ 254 ] {cd2209e6-bb0c-465d-9ced-f66c2a9c0c95} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7089 | 2025.02.25 03:53:48.782106 [ 254 ] {cd2209e6-bb0c-465d-9ced-f66c2a9c0c95} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7090 | 2025.02.25 03:53:48.782333 [ 254 ] {cd2209e6-bb0c-465d-9ced-f66c2a9c0c95} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001446 sec., 41493.775933609955 rows/sec., 2.80 MiB/sec. | ||
| 7091 | 2025.02.25 03:53:48.782422 [ 254 ] {cd2209e6-bb0c-465d-9ced-f66c2a9c0c95} <Debug> TCPHandler: Processed in 0.001703588 sec. | ||
| 7092 | 2025.02.25 03:53:52.783012 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7093 | 2025.02.25 03:53:52.783064 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7094 | 2025.02.25 03:53:52.942204 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 7095 | 2025.02.25 03:53:52.942836 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7096 | 2025.02.25 03:53:52.942887 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7097 | 2025.02.25 03:53:52.943415 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7098 | 2025.02.25 03:53:52.943688 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7099 | 2025.02.25 03:53:52.943932 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 7100 | 2025.02.25 03:53:53.767025 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7101 | 2025.02.25 03:53:53.767230 [ 4 ] {44c15071-20dc-4875-8a33-cf819e7220e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7102 | 2025.02.25 03:53:53.767303 [ 4 ] {44c15071-20dc-4875-8a33-cf819e7220e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7103 | 2025.02.25 03:53:53.768067 [ 4 ] {44c15071-20dc-4875-8a33-cf819e7220e3} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7104 | 2025.02.25 03:53:53.768112 [ 4 ] {44c15071-20dc-4875-8a33-cf819e7220e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7105 | 2025.02.25 03:53:53.768550 [ 4 ] {44c15071-20dc-4875-8a33-cf819e7220e3} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7106 | 2025.02.25 03:53:53.768807 [ 4 ] {44c15071-20dc-4875-8a33-cf819e7220e3} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7107 | 2025.02.25 03:53:53.769056 [ 4 ] {44c15071-20dc-4875-8a33-cf819e7220e3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001865 sec., 30026.809651474534 rows/sec., 2.29 MiB/sec. | ||
| 7108 | 2025.02.25 03:53:53.769163 [ 4 ] {44c15071-20dc-4875-8a33-cf819e7220e3} <Debug> TCPHandler: Processed in 0.0022645 sec. | ||
| 7109 | 2025.02.25 03:53:53.769387 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7110 | 2025.02.25 03:53:53.769737 [ 254 ] {73aa95a8-04b7-49b7-88bc-382f2fdec68f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7111 | 2025.02.25 03:53:53.769825 [ 254 ] {73aa95a8-04b7-49b7-88bc-382f2fdec68f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7112 | 2025.02.25 03:53:53.770499 [ 254 ] {73aa95a8-04b7-49b7-88bc-382f2fdec68f} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7113 | 2025.02.25 03:53:53.770540 [ 254 ] {73aa95a8-04b7-49b7-88bc-382f2fdec68f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7114 | 2025.02.25 03:53:53.770912 [ 254 ] {73aa95a8-04b7-49b7-88bc-382f2fdec68f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7115 | 2025.02.25 03:53:53.771150 [ 254 ] {73aa95a8-04b7-49b7-88bc-382f2fdec68f} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7116 | 2025.02.25 03:53:53.771372 [ 254 ] {73aa95a8-04b7-49b7-88bc-382f2fdec68f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001756 sec., 36446.46924829157 rows/sec., 2.84 MiB/sec. | ||
| 7117 | 2025.02.25 03:53:53.771469 [ 254 ] {73aa95a8-04b7-49b7-88bc-382f2fdec68f} <Debug> TCPHandler: Processed in 0.002180119 sec. | ||
| 7118 | 2025.02.25 03:53:53.771675 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7119 | 2025.02.25 03:53:53.771872 [ 4 ] {5cd4a75e-5cd7-45e9-a272-1ab770ac5057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7120 | 2025.02.25 03:53:53.771934 [ 4 ] {5cd4a75e-5cd7-45e9-a272-1ab770ac5057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7121 | 2025.02.25 03:53:53.772589 [ 4 ] {5cd4a75e-5cd7-45e9-a272-1ab770ac5057} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7122 | 2025.02.25 03:53:53.772629 [ 4 ] {5cd4a75e-5cd7-45e9-a272-1ab770ac5057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7123 | 2025.02.25 03:53:53.773022 [ 4 ] {5cd4a75e-5cd7-45e9-a272-1ab770ac5057} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7124 | 2025.02.25 03:53:53.773261 [ 4 ] {5cd4a75e-5cd7-45e9-a272-1ab770ac5057} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7125 | 2025.02.25 03:53:53.773474 [ 4 ] {5cd4a75e-5cd7-45e9-a272-1ab770ac5057} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec. | ||
| 7126 | 2025.02.25 03:53:53.773527 [ 4 ] {5cd4a75e-5cd7-45e9-a272-1ab770ac5057} <Debug> TCPHandler: Processed in 0.001973274 sec. | ||
| 7127 | 2025.02.25 03:53:53.773690 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7128 | 2025.02.25 03:53:53.773819 [ 254 ] {a30a051f-7988-43d9-abcd-ecd2a06ca6bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7129 | 2025.02.25 03:53:53.773874 [ 254 ] {a30a051f-7988-43d9-abcd-ecd2a06ca6bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7130 | 2025.02.25 03:53:53.774411 [ 254 ] {a30a051f-7988-43d9-abcd-ecd2a06ca6bc} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7131 | 2025.02.25 03:53:53.774459 [ 254 ] {a30a051f-7988-43d9-abcd-ecd2a06ca6bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7132 | 2025.02.25 03:53:53.774818 [ 254 ] {a30a051f-7988-43d9-abcd-ecd2a06ca6bc} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7133 | 2025.02.25 03:53:53.775053 [ 254 ] {a30a051f-7988-43d9-abcd-ecd2a06ca6bc} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7134 | 2025.02.25 03:53:53.775281 [ 254 ] {a30a051f-7988-43d9-abcd-ecd2a06ca6bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00149 sec., 40268.45637583893 rows/sec., 2.71 MiB/sec. | ||
| 7135 | 2025.02.25 03:53:53.775356 [ 254 ] {a30a051f-7988-43d9-abcd-ecd2a06ca6bc} <Debug> TCPHandler: Processed in 0.001730599 sec. | ||
| 7136 | 2025.02.25 03:53:54.304580 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 7137 | 2025.02.25 03:53:54.323574 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7138 | 2025.02.25 03:53:54.323630 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7139 | 2025.02.25 03:53:54.330672 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7140 | 2025.02.25 03:53:54.331427 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7141 | 2025.02.25 03:53:54.334245 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 7142 | 2025.02.25 03:53:58.025825 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 982 | ||
| 7143 | 2025.02.25 03:53:58.028721 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7144 | 2025.02.25 03:53:58.028790 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7145 | 2025.02.25 03:53:58.030293 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7146 | 2025.02.25 03:53:58.030617 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7147 | 2025.02.25 03:53:58.030872 [ 104 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7148 | 2025.02.25 03:53:58.030987 [ 104 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7149 | 2025.02.25 03:53:58.031053 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7150 | 2025.02.25 03:53:58.031367 [ 189 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::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 | ||
| 7151 | 2025.02.25 03:53:58.031778 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 982 | ||
| 7152 | 2025.02.25 03:53:58.032162 [ 189 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7153 | 2025.02.25 03:53:58.032287 [ 189 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 846 rows starting from the beginning of the part | ||
| 7154 | 2025.02.25 03:53:58.032725 [ 189 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 38 rows starting from the beginning of the part | ||
| 7155 | 2025.02.25 03:53:58.033154 [ 189 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 20 rows starting from the beginning of the part | ||
| 7156 | 2025.02.25 03:53:58.033582 [ 189 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 22 rows starting from the beginning of the part | ||
| 7157 | 2025.02.25 03:53:58.033992 [ 189 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part | ||
| 7158 | 2025.02.25 03:53:58.034431 [ 189 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 20 rows starting from the beginning of the part | ||
| 7159 | 2025.02.25 03:53:58.042325 [ 199 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 982 rows, containing 72 columns (72 merged, 0 gathered) in 0.011139239 sec., 88156.83010302589 rows/sec., 73.48 MiB/sec. | ||
| 7160 | 2025.02.25 03:53:58.044283 [ 190 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7161 | 2025.02.25 03:53:58.045168 [ 190 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_31_6} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7162 | 2025.02.25 03:53:58.045279 [ 190 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_31_6} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7163 | 2025.02.25 03:53:58.045644 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
| 7164 | 2025.02.25 03:53:58.769683 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7165 | 2025.02.25 03:53:58.769869 [ 4 ] {5f9e42a5-6602-45e9-b899-05c5bf83a4a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7166 | 2025.02.25 03:53:58.769939 [ 4 ] {5f9e42a5-6602-45e9-b899-05c5bf83a4a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7167 | 2025.02.25 03:53:58.770693 [ 4 ] {5f9e42a5-6602-45e9-b899-05c5bf83a4a1} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7168 | 2025.02.25 03:53:58.770735 [ 4 ] {5f9e42a5-6602-45e9-b899-05c5bf83a4a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7169 | 2025.02.25 03:53:58.771153 [ 4 ] {5f9e42a5-6602-45e9-b899-05c5bf83a4a1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7170 | 2025.02.25 03:53:58.771419 [ 4 ] {5f9e42a5-6602-45e9-b899-05c5bf83a4a1} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7171 | 2025.02.25 03:53:58.771660 [ 4 ] {5f9e42a5-6602-45e9-b899-05c5bf83a4a1} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001834 sec., 6543.075245365322 rows/sec., 533.54 KiB/sec. | ||
| 7172 | 2025.02.25 03:53:58.771871 [ 4 ] {5f9e42a5-6602-45e9-b899-05c5bf83a4a1} <Debug> TCPHandler: Processed in 0.002350162 sec. | ||
| 7173 | 2025.02.25 03:53:58.772073 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7174 | 2025.02.25 03:53:58.772220 [ 254 ] {de4c2d5a-89b5-43d3-83f3-0af01874d1bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7175 | 2025.02.25 03:53:58.772279 [ 254 ] {de4c2d5a-89b5-43d3-83f3-0af01874d1bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7176 | 2025.02.25 03:53:58.772985 [ 254 ] {de4c2d5a-89b5-43d3-83f3-0af01874d1bb} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7177 | 2025.02.25 03:53:58.773022 [ 254 ] {de4c2d5a-89b5-43d3-83f3-0af01874d1bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7178 | 2025.02.25 03:53:58.773409 [ 254 ] {de4c2d5a-89b5-43d3-83f3-0af01874d1bb} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7179 | 2025.02.25 03:53:58.773652 [ 254 ] {de4c2d5a-89b5-43d3-83f3-0af01874d1bb} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7180 | 2025.02.25 03:53:58.773832 [ 254 ] {de4c2d5a-89b5-43d3-83f3-0af01874d1bb} <Debug> executeQuery: Read 140 rows, 12.25 KiB in 0.001648 sec., 84951.45631067961 rows/sec., 7.26 MiB/sec. | ||
| 7181 | 2025.02.25 03:53:58.773886 [ 254 ] {de4c2d5a-89b5-43d3-83f3-0af01874d1bb} <Debug> TCPHandler: Processed in 0.001884553 sec. | ||
| 7182 | 2025.02.25 03:53:58.774050 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7183 | 2025.02.25 03:53:58.774181 [ 4 ] {2d6a884b-7135-43cd-873f-6b6a82f92e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7184 | 2025.02.25 03:53:58.774235 [ 4 ] {2d6a884b-7135-43cd-873f-6b6a82f92e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7185 | 2025.02.25 03:53:58.774845 [ 4 ] {2d6a884b-7135-43cd-873f-6b6a82f92e39} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7186 | 2025.02.25 03:53:58.774881 [ 4 ] {2d6a884b-7135-43cd-873f-6b6a82f92e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7187 | 2025.02.25 03:53:58.775229 [ 4 ] {2d6a884b-7135-43cd-873f-6b6a82f92e39} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7188 | 2025.02.25 03:53:58.775465 [ 4 ] {2d6a884b-7135-43cd-873f-6b6a82f92e39} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7189 | 2025.02.25 03:53:58.775679 [ 4 ] {2d6a884b-7135-43cd-873f-6b6a82f92e39} <Debug> executeQuery: Read 51 rows, 3.77 KiB in 0.001516 sec., 33641.16094986808 rows/sec., 2.43 MiB/sec. | ||
| 7190 | 2025.02.25 03:53:58.775752 [ 4 ] {2d6a884b-7135-43cd-873f-6b6a82f92e39} <Debug> TCPHandler: Processed in 0.001766309 sec. | ||
| 7191 | 2025.02.25 03:53:58.775993 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7192 | 2025.02.25 03:53:58.776154 [ 254 ] {109fe522-40c1-460e-a4a9-44c962bf3662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7193 | 2025.02.25 03:53:58.776216 [ 254 ] {109fe522-40c1-460e-a4a9-44c962bf3662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7194 | 2025.02.25 03:53:58.776856 [ 254 ] {109fe522-40c1-460e-a4a9-44c962bf3662} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7195 | 2025.02.25 03:53:58.776894 [ 254 ] {109fe522-40c1-460e-a4a9-44c962bf3662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7196 | 2025.02.25 03:53:58.777268 [ 254 ] {109fe522-40c1-460e-a4a9-44c962bf3662} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7197 | 2025.02.25 03:53:58.777509 [ 254 ] {109fe522-40c1-460e-a4a9-44c962bf3662} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7198 | 2025.02.25 03:53:58.777680 [ 254 ] {109fe522-40c1-460e-a4a9-44c962bf3662} <Debug> executeQuery: Read 115 rows, 9.22 KiB in 0.001557 sec., 73859.98715478485 rows/sec., 5.78 MiB/sec. | ||
| 7199 | 2025.02.25 03:53:58.777732 [ 254 ] {109fe522-40c1-460e-a4a9-44c962bf3662} <Debug> TCPHandler: Processed in 0.001878111 sec. | ||
| 7200 | 2025.02.25 03:53:58.777883 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7201 | 2025.02.25 03:53:58.778010 [ 4 ] {010442b0-9688-4510-9689-4cddf2f8faca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7202 | 2025.02.25 03:53:58.778067 [ 4 ] {010442b0-9688-4510-9689-4cddf2f8faca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7203 | 2025.02.25 03:53:58.778673 [ 4 ] {010442b0-9688-4510-9689-4cddf2f8faca} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7204 | 2025.02.25 03:53:58.778709 [ 4 ] {010442b0-9688-4510-9689-4cddf2f8faca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7205 | 2025.02.25 03:53:58.779087 [ 4 ] {010442b0-9688-4510-9689-4cddf2f8faca} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7206 | 2025.02.25 03:53:58.779318 [ 4 ] {010442b0-9688-4510-9689-4cddf2f8faca} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7207 | 2025.02.25 03:53:58.779491 [ 4 ] {010442b0-9688-4510-9689-4cddf2f8faca} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.00151 sec., 109933.77483443708 rows/sec., 7.65 MiB/sec. | ||
| 7208 | 2025.02.25 03:53:58.779539 [ 4 ] {010442b0-9688-4510-9689-4cddf2f8faca} <Debug> TCPHandler: Processed in 0.001719949 sec. | ||
| 7209 | 2025.02.25 03:53:58.779687 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7210 | 2025.02.25 03:53:58.779817 [ 254 ] {76e7c7fc-fe04-4487-8797-62e0eb1d2f0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7211 | 2025.02.25 03:53:58.779896 [ 254 ] {76e7c7fc-fe04-4487-8797-62e0eb1d2f0a} <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 | ||
| 7212 | 2025.02.25 03:53:58.781168 [ 254 ] {76e7c7fc-fe04-4487-8797-62e0eb1d2f0a} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7213 | 2025.02.25 03:53:58.781205 [ 254 ] {76e7c7fc-fe04-4487-8797-62e0eb1d2f0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7214 | 2025.02.25 03:53:58.781860 [ 254 ] {76e7c7fc-fe04-4487-8797-62e0eb1d2f0a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7215 | 2025.02.25 03:53:58.782114 [ 254 ] {76e7c7fc-fe04-4487-8797-62e0eb1d2f0a} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7216 | 2025.02.25 03:53:58.782305 [ 254 ] {76e7c7fc-fe04-4487-8797-62e0eb1d2f0a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002518 sec., 15488.482922954727 rows/sec., 27.75 MiB/sec. | ||
| 7217 | 2025.02.25 03:53:58.782407 [ 254 ] {76e7c7fc-fe04-4487-8797-62e0eb1d2f0a} <Debug> TCPHandler: Processed in 0.002783712 sec. | ||
| 7218 | 2025.02.25 03:53:58.782558 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7219 | 2025.02.25 03:53:58.782686 [ 4 ] {446f0459-a857-4af3-b8c8-cc76726e61f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7220 | 2025.02.25 03:53:58.782741 [ 4 ] {446f0459-a857-4af3-b8c8-cc76726e61f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7221 | 2025.02.25 03:53:58.783258 [ 4 ] {446f0459-a857-4af3-b8c8-cc76726e61f3} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7222 | 2025.02.25 03:53:58.783301 [ 4 ] {446f0459-a857-4af3-b8c8-cc76726e61f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7223 | 2025.02.25 03:53:58.783700 [ 4 ] {446f0459-a857-4af3-b8c8-cc76726e61f3} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7224 | 2025.02.25 03:53:58.783941 [ 4 ] {446f0459-a857-4af3-b8c8-cc76726e61f3} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7225 | 2025.02.25 03:53:58.784112 [ 4 ] {446f0459-a857-4af3-b8c8-cc76726e61f3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001455 sec., 41237.113402061856 rows/sec., 2.78 MiB/sec. | ||
| 7226 | 2025.02.25 03:53:58.784160 [ 4 ] {446f0459-a857-4af3-b8c8-cc76726e61f3} <Debug> TCPHandler: Processed in 0.001664647 sec. | ||
| 7227 | 2025.02.25 03:54:00.445037 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 7228 | 2025.02.25 03:54:00.445722 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7229 | 2025.02.25 03:54:00.445776 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7230 | 2025.02.25 03:54:00.446383 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7231 | 2025.02.25 03:54:00.446647 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7232 | 2025.02.25 03:54:00.446912 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 7233 | 2025.02.25 03:54:01.835294 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 7234 | 2025.02.25 03:54:01.856096 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7235 | 2025.02.25 03:54:01.856161 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7236 | 2025.02.25 03:54:01.863745 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7237 | 2025.02.25 03:54:01.864524 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7238 | 2025.02.25 03:54:01.867628 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 7239 | 2025.02.25 03:54:03.767190 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7240 | 2025.02.25 03:54:03.767514 [ 4 ] {8970d1b4-ed19-47c2-aaa3-5bf6b2839083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7241 | 2025.02.25 03:54:03.767629 [ 4 ] {8970d1b4-ed19-47c2-aaa3-5bf6b2839083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7242 | 2025.02.25 03:54:03.768441 [ 4 ] {8970d1b4-ed19-47c2-aaa3-5bf6b2839083} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7243 | 2025.02.25 03:54:03.768485 [ 4 ] {8970d1b4-ed19-47c2-aaa3-5bf6b2839083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7244 | 2025.02.25 03:54:03.768927 [ 4 ] {8970d1b4-ed19-47c2-aaa3-5bf6b2839083} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7245 | 2025.02.25 03:54:03.769195 [ 4 ] {8970d1b4-ed19-47c2-aaa3-5bf6b2839083} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7246 | 2025.02.25 03:54:03.769364 [ 100 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7247 | 2025.02.25 03:54:03.769409 [ 4 ] {8970d1b4-ed19-47c2-aaa3-5bf6b2839083} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001976 sec., 28340.08097165992 rows/sec., 2.16 MiB/sec. | ||
| 7248 | 2025.02.25 03:54:03.769419 [ 100 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7249 | 2025.02.25 03:54:03.769461 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7250 | 2025.02.25 03:54:03.769497 [ 4 ] {8970d1b4-ed19-47c2-aaa3-5bf6b2839083} <Debug> TCPHandler: Processed in 0.002491266 sec. | ||
| 7251 | 2025.02.25 03:54:03.769798 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7252 | 2025.02.25 03:54:03.770091 [ 199 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 7253 | 2025.02.25 03:54:03.770211 [ 254 ] {5285928b-5b04-44fc-8721-cf6c50ae1361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7254 | 2025.02.25 03:54:03.770398 [ 254 ] {5285928b-5b04-44fc-8721-cf6c50ae1361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7255 | 2025.02.25 03:54:03.771049 [ 199 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7256 | 2025.02.25 03:54:03.771181 [ 199 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1965 rows starting from the beginning of the part | ||
| 7257 | 2025.02.25 03:54:03.771543 [ 199 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part | ||
| 7258 | 2025.02.25 03:54:03.771955 [ 199 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 134 rows starting from the beginning of the part | ||
| 7259 | 2025.02.25 03:54:03.772350 [ 199 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part | ||
| 7260 | 2025.02.25 03:54:03.772636 [ 199 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 140 rows starting from the beginning of the part | ||
| 7261 | 2025.02.25 03:54:03.773033 [ 199 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
| 7262 | 2025.02.25 03:54:03.773754 [ 254 ] {5285928b-5b04-44fc-8721-cf6c50ae1361} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7263 | 2025.02.25 03:54:03.773808 [ 254 ] {5285928b-5b04-44fc-8721-cf6c50ae1361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7264 | 2025.02.25 03:54:03.774710 [ 254 ] {5285928b-5b04-44fc-8721-cf6c50ae1361} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7265 | 2025.02.25 03:54:03.775276 [ 254 ] {5285928b-5b04-44fc-8721-cf6c50ae1361} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7266 | 2025.02.25 03:54:03.775591 [ 100 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7267 | 2025.02.25 03:54:03.775641 [ 100 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7268 | 2025.02.25 03:54:03.775683 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7269 | 2025.02.25 03:54:03.775707 [ 254 ] {5285928b-5b04-44fc-8721-cf6c50ae1361} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005586 sec., 11457.214464733263 rows/sec., 915.72 KiB/sec. | ||
| 7270 | 2025.02.25 03:54:03.776035 [ 254 ] {5285928b-5b04-44fc-8721-cf6c50ae1361} <Debug> TCPHandler: Processed in 0.006414304 sec. | ||
| 7271 | 2025.02.25 03:54:03.776304 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7272 | 2025.02.25 03:54:03.776711 [ 4 ] {d9079eb2-4de1-4022-b55d-13c78a9f553c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7273 | 2025.02.25 03:54:03.776947 [ 4 ] {d9079eb2-4de1-4022-b55d-13c78a9f553c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7274 | 2025.02.25 03:54:03.777155 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 7275 | 2025.02.25 03:54:03.777851 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7276 | 2025.02.25 03:54:03.777985 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 949 rows starting from the beginning of the part | ||
| 7277 | 2025.02.25 03:54:03.778384 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part | ||
| 7278 | 2025.02.25 03:54:03.778828 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 103 rows starting from the beginning of the part | ||
| 7279 | 2025.02.25 03:54:03.779194 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part | ||
| 7280 | 2025.02.25 03:54:03.779185 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.009558323 sec., 251822.4169658213 rows/sec., 21.63 MiB/sec. | ||
| 7281 | 2025.02.25 03:54:03.779600 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 115 rows starting from the beginning of the part | ||
| 7282 | 2025.02.25 03:54:03.779997 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
| 7283 | 2025.02.25 03:54:03.780607 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7284 | 2025.02.25 03:54:03.781004 [ 4 ] {d9079eb2-4de1-4022-b55d-13c78a9f553c} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7285 | 2025.02.25 03:54:03.781080 [ 4 ] {d9079eb2-4de1-4022-b55d-13c78a9f553c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7286 | 2025.02.25 03:54:03.781760 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_71_14} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7287 | 2025.02.25 03:54:03.782231 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_71_14} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7288 | 2025.02.25 03:54:03.782644 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 7289 | 2025.02.25 03:54:03.782830 [ 4 ] {d9079eb2-4de1-4022-b55d-13c78a9f553c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7290 | 2025.02.25 03:54:03.783326 [ 4 ] {d9079eb2-4de1-4022-b55d-13c78a9f553c} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7291 | 2025.02.25 03:54:03.783555 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7292 | 2025.02.25 03:54:03.783648 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7293 | 2025.02.25 03:54:03.783724 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7294 | 2025.02.25 03:54:03.783781 [ 4 ] {d9079eb2-4de1-4022-b55d-13c78a9f553c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007221 sec., 22157.595900844757 rows/sec., 1.54 MiB/sec. | ||
| 7295 | 2025.02.25 03:54:03.784465 [ 4 ] {d9079eb2-4de1-4022-b55d-13c78a9f553c} <Debug> TCPHandler: Processed in 0.008300745 sec. | ||
| 7296 | 2025.02.25 03:54:03.784605 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 7297 | 2025.02.25 03:54:03.784750 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1359 rows, containing 5 columns (5 merged, 0 gathered) in 0.008890029 sec., 152867.89278190205 rows/sec., 12.00 MiB/sec. | ||
| 7298 | 2025.02.25 03:54:03.784873 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7299 | 2025.02.25 03:54:03.785281 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7300 | 2025.02.25 03:54:03.785414 [ 254 ] {6b1bd206-e816-4d90-b69f-8fdcc9396297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7301 | 2025.02.25 03:54:03.785554 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7302 | 2025.02.25 03:54:03.785705 [ 254 ] {6b1bd206-e816-4d90-b69f-8fdcc9396297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7303 | 2025.02.25 03:54:03.785734 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19046 rows starting from the beginning of the part | ||
| 7304 | 2025.02.25 03:54:03.786617 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_71_14} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7305 | 2025.02.25 03:54:03.786670 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 66 rows starting from the beginning of the part | ||
| 7306 | 2025.02.25 03:54:03.787045 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_71_14} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7307 | 2025.02.25 03:54:03.787421 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 7308 | 2025.02.25 03:54:03.787579 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 7309 | 2025.02.25 03:54:03.787813 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 7310 | 2025.02.25 03:54:03.788012 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 166 rows starting from the beginning of the part | ||
| 7311 | 2025.02.25 03:54:03.788121 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 7312 | 2025.02.25 03:54:03.788651 [ 254 ] {6b1bd206-e816-4d90-b69f-8fdcc9396297} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7313 | 2025.02.25 03:54:03.788695 [ 254 ] {6b1bd206-e816-4d90-b69f-8fdcc9396297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7314 | 2025.02.25 03:54:03.789169 [ 254 ] {6b1bd206-e816-4d90-b69f-8fdcc9396297} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7315 | 2025.02.25 03:54:03.789480 [ 254 ] {6b1bd206-e816-4d90-b69f-8fdcc9396297} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7316 | 2025.02.25 03:54:03.789626 [ 100 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7317 | 2025.02.25 03:54:03.789661 [ 100 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7318 | 2025.02.25 03:54:03.789680 [ 254 ] {6b1bd206-e816-4d90-b69f-8fdcc9396297} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004461 sec., 13449.899125756558 rows/sec., 928.18 KiB/sec. | ||
| 7319 | 2025.02.25 03:54:03.789689 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7320 | 2025.02.25 03:54:03.789889 [ 254 ] {6b1bd206-e816-4d90-b69f-8fdcc9396297} <Debug> TCPHandler: Processed in 0.005252158 sec. | ||
| 7321 | 2025.02.25 03:54:03.790204 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 7322 | 2025.02.25 03:54:03.790538 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7323 | 2025.02.25 03:54:03.790629 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3384 rows starting from the beginning of the part | ||
| 7324 | 2025.02.25 03:54:03.790962 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 26 rows starting from the beginning of the part | ||
| 7325 | 2025.02.25 03:54:03.791263 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 7326 | 2025.02.25 03:54:03.791636 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 7327 | 2025.02.25 03:54:03.791873 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 7328 | 2025.02.25 03:54:03.792074 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 7329 | 2025.02.25 03:54:03.794691 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3650 rows, containing 4 columns (4 merged, 0 gathered) in 0.004850628 sec., 752479.885078798 rows/sec., 50.56 MiB/sec. | ||
| 7330 | 2025.02.25 03:54:03.795106 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7331 | 2025.02.25 03:54:03.795395 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_71_14} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7332 | 2025.02.25 03:54:03.795481 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_71_14} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7333 | 2025.02.25 03:54:03.795570 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 7334 | 2025.02.25 03:54:03.797925 [ 186 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19758 rows, containing 5 columns (5 merged, 0 gathered) in 0.014053425 sec., 1405920.6207739394 rows/sec., 96.28 MiB/sec. | ||
| 7335 | 2025.02.25 03:54:03.798325 [ 202 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7336 | 2025.02.25 03:54:03.798677 [ 202 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7337 | 2025.02.25 03:54:03.798781 [ 202 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7338 | 2025.02.25 03:54:03.798879 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 7339 | 2025.02.25 03:54:04.000150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.55 MiB, peak 226.55 MiB, free memory in arenas 0.00 B, will set to 215.76 MiB (RSS), difference: 1.21 MiB | ||
| 7340 | 2025.02.25 03:54:07.783107 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7341 | 2025.02.25 03:54:07.783166 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7342 | 2025.02.25 03:54:07.948007 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 7343 | 2025.02.25 03:54:07.948645 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7344 | 2025.02.25 03:54:07.948692 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7345 | 2025.02.25 03:54:07.949216 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7346 | 2025.02.25 03:54:07.949476 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7347 | 2025.02.25 03:54:07.949740 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 7348 | 2025.02.25 03:54:08.032890 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1004 | ||
| 7349 | 2025.02.25 03:54:08.035866 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7350 | 2025.02.25 03:54:08.035920 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7351 | 2025.02.25 03:54:08.037405 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7352 | 2025.02.25 03:54:08.037718 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7353 | 2025.02.25 03:54:08.038343 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1004 | ||
| 7354 | 2025.02.25 03:54:08.775004 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7355 | 2025.02.25 03:54:08.775216 [ 4 ] {bc0230d4-be9b-40ba-898f-16300ebdb51d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7356 | 2025.02.25 03:54:08.775296 [ 4 ] {bc0230d4-be9b-40ba-898f-16300ebdb51d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7357 | 2025.02.25 03:54:08.776165 [ 4 ] {bc0230d4-be9b-40ba-898f-16300ebdb51d} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7358 | 2025.02.25 03:54:08.776215 [ 4 ] {bc0230d4-be9b-40ba-898f-16300ebdb51d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7359 | 2025.02.25 03:54:08.776663 [ 4 ] {bc0230d4-be9b-40ba-898f-16300ebdb51d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7360 | 2025.02.25 03:54:08.776934 [ 4 ] {bc0230d4-be9b-40ba-898f-16300ebdb51d} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7361 | 2025.02.25 03:54:08.777210 [ 4 ] {bc0230d4-be9b-40ba-898f-16300ebdb51d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002048 sec., 103515.625 rows/sec., 6.58 MiB/sec. | ||
| 7362 | 2025.02.25 03:54:08.777423 [ 4 ] {bc0230d4-be9b-40ba-898f-16300ebdb51d} <Debug> TCPHandler: Processed in 0.002587248 sec. | ||
| 7363 | 2025.02.25 03:54:08.777586 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7364 | 2025.02.25 03:54:08.777713 [ 254 ] {4d5aee2d-83b5-44ef-86e6-3142a2176636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7365 | 2025.02.25 03:54:08.777761 [ 254 ] {4d5aee2d-83b5-44ef-86e6-3142a2176636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7366 | 2025.02.25 03:54:08.778711 [ 254 ] {4d5aee2d-83b5-44ef-86e6-3142a2176636} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7367 | 2025.02.25 03:54:08.778755 [ 254 ] {4d5aee2d-83b5-44ef-86e6-3142a2176636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7368 | 2025.02.25 03:54:08.779184 [ 254 ] {4d5aee2d-83b5-44ef-86e6-3142a2176636} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 7369 | 2025.02.25 03:54:08.779430 [ 254 ] {4d5aee2d-83b5-44ef-86e6-3142a2176636} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7370 | 2025.02.25 03:54:08.779657 [ 254 ] {4d5aee2d-83b5-44ef-86e6-3142a2176636} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.001973 sec., 352255.44855549926 rows/sec., 28.10 MiB/sec. | ||
| 7371 | 2025.02.25 03:54:08.779727 [ 254 ] {4d5aee2d-83b5-44ef-86e6-3142a2176636} <Debug> TCPHandler: Processed in 0.00219885 sec. | ||
| 7372 | 2025.02.25 03:54:08.779920 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7373 | 2025.02.25 03:54:08.780055 [ 4 ] {426ee07a-e46a-4fd1-8000-ff3eead28584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7374 | 2025.02.25 03:54:08.780110 [ 4 ] {426ee07a-e46a-4fd1-8000-ff3eead28584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7375 | 2025.02.25 03:54:08.780810 [ 4 ] {426ee07a-e46a-4fd1-8000-ff3eead28584} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7376 | 2025.02.25 03:54:08.780856 [ 4 ] {426ee07a-e46a-4fd1-8000-ff3eead28584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7377 | 2025.02.25 03:54:08.781221 [ 4 ] {426ee07a-e46a-4fd1-8000-ff3eead28584} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7378 | 2025.02.25 03:54:08.781460 [ 4 ] {426ee07a-e46a-4fd1-8000-ff3eead28584} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7379 | 2025.02.25 03:54:08.781704 [ 4 ] {426ee07a-e46a-4fd1-8000-ff3eead28584} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001671 sec., 86774.38659485338 rows/sec., 5.45 MiB/sec. | ||
| 7380 | 2025.02.25 03:54:08.781871 [ 4 ] {426ee07a-e46a-4fd1-8000-ff3eead28584} <Debug> TCPHandler: Processed in 0.002029376 sec. | ||
| 7381 | 2025.02.25 03:54:08.782099 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7382 | 2025.02.25 03:54:08.782237 [ 254 ] {47e3d91b-239e-4416-8a3c-e8da5116c6d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7383 | 2025.02.25 03:54:08.782292 [ 254 ] {47e3d91b-239e-4416-8a3c-e8da5116c6d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7384 | 2025.02.25 03:54:08.782986 [ 254 ] {47e3d91b-239e-4416-8a3c-e8da5116c6d7} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7385 | 2025.02.25 03:54:08.783026 [ 254 ] {47e3d91b-239e-4416-8a3c-e8da5116c6d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7386 | 2025.02.25 03:54:08.783394 [ 254 ] {47e3d91b-239e-4416-8a3c-e8da5116c6d7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7387 | 2025.02.25 03:54:08.783635 [ 254 ] {47e3d91b-239e-4416-8a3c-e8da5116c6d7} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7388 | 2025.02.25 03:54:08.783827 [ 254 ] {47e3d91b-239e-4416-8a3c-e8da5116c6d7} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001613 sec., 70055.79665220086 rows/sec., 4.53 MiB/sec. | ||
| 7389 | 2025.02.25 03:54:08.783909 [ 254 ] {47e3d91b-239e-4416-8a3c-e8da5116c6d7} <Debug> TCPHandler: Processed in 0.001930603 sec. | ||
| 7390 | 2025.02.25 03:54:08.784055 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7391 | 2025.02.25 03:54:08.784161 [ 4 ] {c29bc8d9-6cda-4363-ad07-0a2dc19a9717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7392 | 2025.02.25 03:54:08.784207 [ 4 ] {c29bc8d9-6cda-4363-ad07-0a2dc19a9717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7393 | 2025.02.25 03:54:08.784750 [ 4 ] {c29bc8d9-6cda-4363-ad07-0a2dc19a9717} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7394 | 2025.02.25 03:54:08.784786 [ 4 ] {c29bc8d9-6cda-4363-ad07-0a2dc19a9717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7395 | 2025.02.25 03:54:08.785419 [ 4 ] {c29bc8d9-6cda-4363-ad07-0a2dc19a9717} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7396 | 2025.02.25 03:54:08.785653 [ 4 ] {c29bc8d9-6cda-4363-ad07-0a2dc19a9717} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7397 | 2025.02.25 03:54:08.785851 [ 4 ] {c29bc8d9-6cda-4363-ad07-0a2dc19a9717} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001706 sec., 65650.6447831184 rows/sec., 3.74 MiB/sec. | ||
| 7398 | 2025.02.25 03:54:08.785904 [ 4 ] {c29bc8d9-6cda-4363-ad07-0a2dc19a9717} <Debug> TCPHandler: Processed in 0.001901023 sec. | ||
| 7399 | 2025.02.25 03:54:08.786050 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7400 | 2025.02.25 03:54:08.786178 [ 254 ] {e8d5e57f-e790-46ad-83e7-42ecb648adce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7401 | 2025.02.25 03:54:08.786233 [ 254 ] {e8d5e57f-e790-46ad-83e7-42ecb648adce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7402 | 2025.02.25 03:54:08.786997 [ 254 ] {e8d5e57f-e790-46ad-83e7-42ecb648adce} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7403 | 2025.02.25 03:54:08.787034 [ 254 ] {e8d5e57f-e790-46ad-83e7-42ecb648adce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7404 | 2025.02.25 03:54:08.787408 [ 254 ] {e8d5e57f-e790-46ad-83e7-42ecb648adce} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 7405 | 2025.02.25 03:54:08.787647 [ 254 ] {e8d5e57f-e790-46ad-83e7-42ecb648adce} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7406 | 2025.02.25 03:54:08.787826 [ 254 ] {e8d5e57f-e790-46ad-83e7-42ecb648adce} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001676 sec., 251193.31742243437 rows/sec., 17.89 MiB/sec. | ||
| 7407 | 2025.02.25 03:54:08.787878 [ 254 ] {e8d5e57f-e790-46ad-83e7-42ecb648adce} <Debug> TCPHandler: Processed in 0.001890112 sec. | ||
| 7408 | 2025.02.25 03:54:08.788025 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7409 | 2025.02.25 03:54:08.788156 [ 4 ] {b19da62d-d732-4809-aa73-d5e802bec321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7410 | 2025.02.25 03:54:08.788211 [ 4 ] {b19da62d-d732-4809-aa73-d5e802bec321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7411 | 2025.02.25 03:54:08.788727 [ 4 ] {b19da62d-d732-4809-aa73-d5e802bec321} <Trace> oximeter.measurements_bool (862ccf2f-f011-4614-b070-7f8c6a16912a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7412 | 2025.02.25 03:54:08.788771 [ 4 ] {b19da62d-d732-4809-aa73-d5e802bec321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7413 | 2025.02.25 03:54:08.789131 [ 4 ] {b19da62d-d732-4809-aa73-d5e802bec321} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 7414 | 2025.02.25 03:54:08.789375 [ 4 ] {b19da62d-d732-4809-aa73-d5e802bec321} <Trace> oximeter.measurements_bool (862ccf2f-f011-4614-b070-7f8c6a16912a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7415 | 2025.02.25 03:54:08.789681 [ 4 ] {b19da62d-d732-4809-aa73-d5e802bec321} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec. | ||
| 7416 | 2025.02.25 03:54:08.789848 [ 4 ] {b19da62d-d732-4809-aa73-d5e802bec321} <Debug> TCPHandler: Processed in 0.001884872 sec. | ||
| 7417 | 2025.02.25 03:54:08.789974 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7418 | 2025.02.25 03:54:08.790082 [ 254 ] {0ee6fdb2-6a87-49a2-815c-ba49b9de2259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7419 | 2025.02.25 03:54:08.790133 [ 254 ] {0ee6fdb2-6a87-49a2-815c-ba49b9de2259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7420 | 2025.02.25 03:54:08.790677 [ 254 ] {0ee6fdb2-6a87-49a2-815c-ba49b9de2259} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7421 | 2025.02.25 03:54:08.790715 [ 254 ] {0ee6fdb2-6a87-49a2-815c-ba49b9de2259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7422 | 2025.02.25 03:54:08.791093 [ 254 ] {0ee6fdb2-6a87-49a2-815c-ba49b9de2259} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 7423 | 2025.02.25 03:54:08.791333 [ 254 ] {0ee6fdb2-6a87-49a2-815c-ba49b9de2259} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7424 | 2025.02.25 03:54:08.791520 [ 254 ] {0ee6fdb2-6a87-49a2-815c-ba49b9de2259} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001459 sec., 162440.02741603839 rows/sec., 10.89 MiB/sec. | ||
| 7425 | 2025.02.25 03:54:08.791581 [ 254 ] {0ee6fdb2-6a87-49a2-815c-ba49b9de2259} <Debug> TCPHandler: Processed in 0.001656077 sec. | ||
| 7426 | 2025.02.25 03:54:08.791741 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7427 | 2025.02.25 03:54:08.791856 [ 4 ] {a15176b9-99eb-4b29-9e75-9c2013670785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7428 | 2025.02.25 03:54:08.791905 [ 4 ] {a15176b9-99eb-4b29-9e75-9c2013670785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7429 | 2025.02.25 03:54:08.792399 [ 4 ] {a15176b9-99eb-4b29-9e75-9c2013670785} <Trace> oximeter.measurements_f64 (9aae37f1-d719-43a0-8da9-accfcd606c35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7430 | 2025.02.25 03:54:08.792443 [ 4 ] {a15176b9-99eb-4b29-9e75-9c2013670785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7431 | 2025.02.25 03:54:08.792853 [ 4 ] {a15176b9-99eb-4b29-9e75-9c2013670785} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 7432 | 2025.02.25 03:54:08.793094 [ 4 ] {a15176b9-99eb-4b29-9e75-9c2013670785} <Trace> oximeter.measurements_f64 (9aae37f1-d719-43a0-8da9-accfcd606c35): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7433 | 2025.02.25 03:54:08.793393 [ 4 ] {a15176b9-99eb-4b29-9e75-9c2013670785} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001526 sec., 655.307994757536 rows/sec., 44.16 KiB/sec. | ||
| 7434 | 2025.02.25 03:54:08.793597 [ 4 ] {a15176b9-99eb-4b29-9e75-9c2013670785} <Debug> TCPHandler: Processed in 0.001918773 sec. | ||
| 7435 | 2025.02.25 03:54:08.793729 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7436 | 2025.02.25 03:54:08.793836 [ 254 ] {6363f249-762a-454a-9738-9291258bfa3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7437 | 2025.02.25 03:54:08.793906 [ 254 ] {6363f249-762a-454a-9738-9291258bfa3a} <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 | ||
| 7438 | 2025.02.25 03:54:08.795170 [ 254 ] {6363f249-762a-454a-9738-9291258bfa3a} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7439 | 2025.02.25 03:54:08.795208 [ 254 ] {6363f249-762a-454a-9738-9291258bfa3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7440 | 2025.02.25 03:54:08.795878 [ 254 ] {6363f249-762a-454a-9738-9291258bfa3a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7441 | 2025.02.25 03:54:08.796135 [ 254 ] {6363f249-762a-454a-9738-9291258bfa3a} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7442 | 2025.02.25 03:54:08.796269 [ 92 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7443 | 2025.02.25 03:54:08.796321 [ 92 ] {} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7444 | 2025.02.25 03:54:08.796345 [ 254 ] {6363f249-762a-454a-9738-9291258bfa3a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00253 sec., 15415.019762845848 rows/sec., 27.62 MiB/sec. | ||
| 7445 | 2025.02.25 03:54:08.796351 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7446 | 2025.02.25 03:54:08.796706 [ 254 ] {6363f249-762a-454a-9738-9291258bfa3a} <Debug> TCPHandler: Processed in 0.003027118 sec. | ||
| 7447 | 2025.02.25 03:54:08.796725 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::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 | ||
| 7448 | 2025.02.25 03:54:08.796885 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7449 | 2025.02.25 03:54:08.797166 [ 4 ] {da47040c-d395-4424-90d7-7f03d39522e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7450 | 2025.02.25 03:54:08.797304 [ 4 ] {da47040c-d395-4424-90d7-7f03d39522e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7451 | 2025.02.25 03:54:08.797467 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7452 | 2025.02.25 03:54:08.797731 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 906 rows starting from the beginning of the part | ||
| 7453 | 2025.02.25 03:54:08.798511 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 39 rows starting from the beginning of the part | ||
| 7454 | 2025.02.25 03:54:08.799254 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 39 rows starting from the beginning of the part | ||
| 7455 | 2025.02.25 03:54:08.799278 [ 4 ] {da47040c-d395-4424-90d7-7f03d39522e4} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7456 | 2025.02.25 03:54:08.799342 [ 4 ] {da47040c-d395-4424-90d7-7f03d39522e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7457 | 2025.02.25 03:54:08.799829 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 39 rows starting from the beginning of the part | ||
| 7458 | 2025.02.25 03:54:08.800501 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 39 rows starting from the beginning of the part | ||
| 7459 | 2025.02.25 03:54:08.800674 [ 4 ] {da47040c-d395-4424-90d7-7f03d39522e4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 7460 | 2025.02.25 03:54:08.800995 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part | ||
| 7461 | 2025.02.25 03:54:08.801500 [ 4 ] {da47040c-d395-4424-90d7-7f03d39522e4} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7462 | 2025.02.25 03:54:08.802229 [ 4 ] {da47040c-d395-4424-90d7-7f03d39522e4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00515 sec., 15922.330097087379 rows/sec., 1.01 MiB/sec. | ||
| 7463 | 2025.02.25 03:54:08.802373 [ 4 ] {da47040c-d395-4424-90d7-7f03d39522e4} <Debug> TCPHandler: Processed in 0.005570235 sec. | ||
| 7464 | 2025.02.25 03:54:08.809345 [ 186 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1101 rows, containing 19 columns (19 merged, 0 gathered) in 0.012863168 sec., 85593.22244722296 rows/sec., 153.38 MiB/sec. | ||
| 7465 | 2025.02.25 03:54:08.810512 [ 186 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7466 | 2025.02.25 03:54:08.810983 [ 186 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7467 | 2025.02.25 03:54:08.811079 [ 186 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7468 | 2025.02.25 03:54:08.811249 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.56 MiB. | ||
| 7469 | 2025.02.25 03:54:09.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.59 MiB, peak 226.55 MiB, free memory in arenas 0.00 B, will set to 218.25 MiB (RSS), difference: 1.65 MiB | ||
| 7470 | 2025.02.25 03:54:09.368670 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 7471 | 2025.02.25 03:54:09.390051 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7472 | 2025.02.25 03:54:09.390116 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7473 | 2025.02.25 03:54:09.397465 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7474 | 2025.02.25 03:54:09.398237 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7475 | 2025.02.25 03:54:09.401030 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 7476 | 2025.02.25 03:54:10.700983 [ 89 ] {} <Debug> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 7477 | 2025.02.25 03:54:10.701055 [ 89 ] {} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7478 | 2025.02.25 03:54:10.701081 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7479 | 2025.02.25 03:54:10.701328 [ 198 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 7480 | 2025.02.25 03:54:10.701520 [ 198 ] {499813d5-c841-4141-9420-e02818928f28::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7481 | 2025.02.25 03:54:10.701563 [ 198 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 7482 | 2025.02.25 03:54:10.701659 [ 198 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 7483 | 2025.02.25 03:54:10.701824 [ 198 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 7484 | 2025.02.25 03:54:10.702135 [ 198 ] {499813d5-c841-4141-9420-e02818928f28::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 7485 | 2025.02.25 03:54:10.702318 [ 198 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 7486 | 2025.02.25 03:54:10.703509 [ 195 ] {499813d5-c841-4141-9420-e02818928f28::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.002330592 sec., 20595.625489146107 rows/sec., 1.72 MiB/sec. | ||
| 7487 | 2025.02.25 03:54:10.703794 [ 195 ] {499813d5-c841-4141-9420-e02818928f28::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 7488 | 2025.02.25 03:54:10.704198 [ 195 ] {499813d5-c841-4141-9420-e02818928f28::all_1_13_3} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7489 | 2025.02.25 03:54:10.704291 [ 195 ] {499813d5-c841-4141-9420-e02818928f28::all_1_13_3} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 7490 | 2025.02.25 03:54:10.704416 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7491 | 2025.02.25 03:54:12.680958 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7492 | 2025.02.25 03:54:12.681258 [ 4 ] {998dfed5-e2dd-41da-9033-e57ce47548c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7493 | 2025.02.25 03:54:12.681373 [ 4 ] {998dfed5-e2dd-41da-9033-e57ce47548c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7494 | 2025.02.25 03:54:12.682371 [ 4 ] {998dfed5-e2dd-41da-9033-e57ce47548c5} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7495 | 2025.02.25 03:54:12.682417 [ 4 ] {998dfed5-e2dd-41da-9033-e57ce47548c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7496 | 2025.02.25 03:54:12.682827 [ 4 ] {998dfed5-e2dd-41da-9033-e57ce47548c5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7497 | 2025.02.25 03:54:12.683091 [ 4 ] {998dfed5-e2dd-41da-9033-e57ce47548c5} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7498 | 2025.02.25 03:54:12.683287 [ 4 ] {998dfed5-e2dd-41da-9033-e57ce47548c5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002113 sec., 1893.0430667297683 rows/sec., 154.36 KiB/sec. | ||
| 7499 | 2025.02.25 03:54:12.683344 [ 4 ] {998dfed5-e2dd-41da-9033-e57ce47548c5} <Debug> TCPHandler: Processed in 0.002574148 sec. | ||
| 7500 | 2025.02.25 03:54:12.683500 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7501 | 2025.02.25 03:54:12.683616 [ 254 ] {65744776-81da-431f-8ae6-1163a3204f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7502 | 2025.02.25 03:54:12.683661 [ 254 ] {65744776-81da-431f-8ae6-1163a3204f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7503 | 2025.02.25 03:54:12.684637 [ 254 ] {65744776-81da-431f-8ae6-1163a3204f82} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7504 | 2025.02.25 03:54:12.684675 [ 254 ] {65744776-81da-431f-8ae6-1163a3204f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7505 | 2025.02.25 03:54:12.685112 [ 254 ] {65744776-81da-431f-8ae6-1163a3204f82} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 7506 | 2025.02.25 03:54:12.685364 [ 254 ] {65744776-81da-431f-8ae6-1163a3204f82} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7507 | 2025.02.25 03:54:12.685562 [ 254 ] {65744776-81da-431f-8ae6-1163a3204f82} <Debug> executeQuery: Read 1198 rows, 100.64 KiB in 0.001959 sec., 611536.4982133743 rows/sec., 50.17 MiB/sec. | ||
| 7508 | 2025.02.25 03:54:12.685655 [ 254 ] {65744776-81da-431f-8ae6-1163a3204f82} <Debug> TCPHandler: Processed in 0.002206129 sec. | ||
| 7509 | 2025.02.25 03:54:12.685863 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7510 | 2025.02.25 03:54:12.686041 [ 4 ] {71eabbc2-6f7d-4e83-8ce1-9badb8b28562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7511 | 2025.02.25 03:54:12.686097 [ 4 ] {71eabbc2-6f7d-4e83-8ce1-9badb8b28562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7512 | 2025.02.25 03:54:12.686732 [ 4 ] {71eabbc2-6f7d-4e83-8ce1-9badb8b28562} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7513 | 2025.02.25 03:54:12.686778 [ 4 ] {71eabbc2-6f7d-4e83-8ce1-9badb8b28562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7514 | 2025.02.25 03:54:12.687151 [ 4 ] {71eabbc2-6f7d-4e83-8ce1-9badb8b28562} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7515 | 2025.02.25 03:54:12.687386 [ 4 ] {71eabbc2-6f7d-4e83-8ce1-9badb8b28562} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7516 | 2025.02.25 03:54:12.687579 [ 4 ] {71eabbc2-6f7d-4e83-8ce1-9badb8b28562} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001566 sec., 2554.278416347382 rows/sec., 178.35 KiB/sec. | ||
| 7517 | 2025.02.25 03:54:12.687645 [ 4 ] {71eabbc2-6f7d-4e83-8ce1-9badb8b28562} <Debug> TCPHandler: Processed in 0.001900383 sec. | ||
| 7518 | 2025.02.25 03:54:12.687853 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7519 | 2025.02.25 03:54:12.687991 [ 254 ] {eb96da8f-dbcb-4fc7-9b5e-1e5468f3c255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7520 | 2025.02.25 03:54:12.688045 [ 254 ] {eb96da8f-dbcb-4fc7-9b5e-1e5468f3c255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7521 | 2025.02.25 03:54:12.688815 [ 254 ] {eb96da8f-dbcb-4fc7-9b5e-1e5468f3c255} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7522 | 2025.02.25 03:54:12.688861 [ 254 ] {eb96da8f-dbcb-4fc7-9b5e-1e5468f3c255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7523 | 2025.02.25 03:54:12.689252 [ 254 ] {eb96da8f-dbcb-4fc7-9b5e-1e5468f3c255} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7524 | 2025.02.25 03:54:12.689494 [ 254 ] {eb96da8f-dbcb-4fc7-9b5e-1e5468f3c255} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7525 | 2025.02.25 03:54:12.689619 [ 88 ] {} <Debug> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 7526 | 2025.02.25 03:54:12.689670 [ 88 ] {} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7527 | 2025.02.25 03:54:12.689680 [ 254 ] {eb96da8f-dbcb-4fc7-9b5e-1e5468f3c255} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001709 sec., 133411.3516676419 rows/sec., 9.03 MiB/sec. | ||
| 7528 | 2025.02.25 03:54:12.689699 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7529 | 2025.02.25 03:54:12.689754 [ 254 ] {eb96da8f-dbcb-4fc7-9b5e-1e5468f3c255} <Debug> TCPHandler: Processed in 0.002015785 sec. | ||
| 7530 | 2025.02.25 03:54:12.689860 [ 192 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
| 7531 | 2025.02.25 03:54:12.689916 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7532 | 2025.02.25 03:54:12.689986 [ 192 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7533 | 2025.02.25 03:54:12.690034 [ 192 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 366 rows starting from the beginning of the part | ||
| 7534 | 2025.02.25 03:54:12.690047 [ 4 ] {44840e2f-c80d-4641-a7c4-d1f87a1d1125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7535 | 2025.02.25 03:54:12.690123 [ 4 ] {44840e2f-c80d-4641-a7c4-d1f87a1d1125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7536 | 2025.02.25 03:54:12.690137 [ 192 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 252 rows starting from the beginning of the part | ||
| 7537 | 2025.02.25 03:54:12.690679 [ 192 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 252 rows starting from the beginning of the part | ||
| 7538 | 2025.02.25 03:54:12.690861 [ 192 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 252 rows starting from the beginning of the part | ||
| 7539 | 2025.02.25 03:54:12.691104 [ 192 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part | ||
| 7540 | 2025.02.25 03:54:12.691338 [ 192 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part | ||
| 7541 | 2025.02.25 03:54:12.692354 [ 4 ] {44840e2f-c80d-4641-a7c4-d1f87a1d1125} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7542 | 2025.02.25 03:54:12.692407 [ 4 ] {44840e2f-c80d-4641-a7c4-d1f87a1d1125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7543 | 2025.02.25 03:54:12.692913 [ 4 ] {44840e2f-c80d-4641-a7c4-d1f87a1d1125} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 7544 | 2025.02.25 03:54:12.693028 [ 193 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1463 rows, containing 5 columns (5 merged, 0 gathered) in 0.003240252 sec., 451508.0925804536 rows/sec., 32.54 MiB/sec. | ||
| 7545 | 2025.02.25 03:54:12.693254 [ 4 ] {44840e2f-c80d-4641-a7c4-d1f87a1d1125} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7546 | 2025.02.25 03:54:12.693357 [ 193 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 7547 | 2025.02.25 03:54:12.693674 [ 4 ] {44840e2f-c80d-4641-a7c4-d1f87a1d1125} <Debug> executeQuery: Read 524 rows, 39.73 KiB in 0.003664 sec., 143013.1004366812 rows/sec., 10.59 MiB/sec. | ||
| 7548 | 2025.02.25 03:54:12.693795 [ 4 ] {44840e2f-c80d-4641-a7c4-d1f87a1d1125} <Debug> TCPHandler: Processed in 0.003933148 sec. | ||
| 7549 | 2025.02.25 03:54:12.693972 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7550 | 2025.02.25 03:54:12.694089 [ 193 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_14_3} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7551 | 2025.02.25 03:54:12.694143 [ 254 ] {3fedfc93-c019-4a46-bc8d-98c7f6d16b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7552 | 2025.02.25 03:54:12.694231 [ 254 ] {3fedfc93-c019-4a46-bc8d-98c7f6d16b76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7553 | 2025.02.25 03:54:12.694245 [ 193 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_14_3} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 7554 | 2025.02.25 03:54:12.694434 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 7555 | 2025.02.25 03:54:12.695125 [ 254 ] {3fedfc93-c019-4a46-bc8d-98c7f6d16b76} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7556 | 2025.02.25 03:54:12.695168 [ 254 ] {3fedfc93-c019-4a46-bc8d-98c7f6d16b76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7557 | 2025.02.25 03:54:12.695621 [ 254 ] {3fedfc93-c019-4a46-bc8d-98c7f6d16b76} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 7558 | 2025.02.25 03:54:12.695883 [ 254 ] {3fedfc93-c019-4a46-bc8d-98c7f6d16b76} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7559 | 2025.02.25 03:54:12.696098 [ 254 ] {3fedfc93-c019-4a46-bc8d-98c7f6d16b76} <Debug> executeQuery: Read 964 rows, 66.24 KiB in 0.001999 sec., 482241.12056028016 rows/sec., 32.36 MiB/sec. | ||
| 7560 | 2025.02.25 03:54:12.696157 [ 254 ] {3fedfc93-c019-4a46-bc8d-98c7f6d16b76} <Debug> TCPHandler: Processed in 0.00225245 sec. | ||
| 7561 | 2025.02.25 03:54:12.696311 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7562 | 2025.02.25 03:54:12.696439 [ 4 ] {0ec02251-7e07-4c8a-8789-b3459be54764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7563 | 2025.02.25 03:54:12.696495 [ 4 ] {0ec02251-7e07-4c8a-8789-b3459be54764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7564 | 2025.02.25 03:54:12.697015 [ 4 ] {0ec02251-7e07-4c8a-8789-b3459be54764} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7565 | 2025.02.25 03:54:12.697054 [ 4 ] {0ec02251-7e07-4c8a-8789-b3459be54764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7566 | 2025.02.25 03:54:12.697403 [ 4 ] {0ec02251-7e07-4c8a-8789-b3459be54764} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 7567 | 2025.02.25 03:54:12.697629 [ 4 ] {0ec02251-7e07-4c8a-8789-b3459be54764} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7568 | 2025.02.25 03:54:12.697834 [ 4 ] {0ec02251-7e07-4c8a-8789-b3459be54764} <Debug> executeQuery: Read 42 rows, 2.91 KiB in 0.001424 sec., 29494.382022471913 rows/sec., 1.99 MiB/sec. | ||
| 7569 | 2025.02.25 03:54:12.697884 [ 4 ] {0ec02251-7e07-4c8a-8789-b3459be54764} <Debug> TCPHandler: Processed in 0.001637297 sec. | ||
| 7570 | 2025.02.25 03:54:13.762367 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7571 | 2025.02.25 03:54:13.762572 [ 4 ] {bf2583f0-490e-4b8e-b871-2f104af21343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7572 | 2025.02.25 03:54:13.762644 [ 4 ] {bf2583f0-490e-4b8e-b871-2f104af21343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7573 | 2025.02.25 03:54:13.763397 [ 4 ] {bf2583f0-490e-4b8e-b871-2f104af21343} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7574 | 2025.02.25 03:54:13.763448 [ 4 ] {bf2583f0-490e-4b8e-b871-2f104af21343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7575 | 2025.02.25 03:54:13.763889 [ 4 ] {bf2583f0-490e-4b8e-b871-2f104af21343} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 7576 | 2025.02.25 03:54:13.764142 [ 4 ] {bf2583f0-490e-4b8e-b871-2f104af21343} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7577 | 2025.02.25 03:54:13.764373 [ 4 ] {bf2583f0-490e-4b8e-b871-2f104af21343} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001848 sec., 30303.030303030304 rows/sec., 2.31 MiB/sec. | ||
| 7578 | 2025.02.25 03:54:13.764459 [ 4 ] {bf2583f0-490e-4b8e-b871-2f104af21343} <Debug> TCPHandler: Processed in 0.00222137 sec. | ||
| 7579 | 2025.02.25 03:54:13.764669 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7580 | 2025.02.25 03:54:13.764915 [ 254 ] {74a390c8-9917-4ed8-90a9-cea7c90b295e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7581 | 2025.02.25 03:54:13.764969 [ 254 ] {74a390c8-9917-4ed8-90a9-cea7c90b295e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7582 | 2025.02.25 03:54:13.765545 [ 254 ] {74a390c8-9917-4ed8-90a9-cea7c90b295e} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7583 | 2025.02.25 03:54:13.765585 [ 254 ] {74a390c8-9917-4ed8-90a9-cea7c90b295e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7584 | 2025.02.25 03:54:13.765956 [ 254 ] {74a390c8-9917-4ed8-90a9-cea7c90b295e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 7585 | 2025.02.25 03:54:13.766199 [ 254 ] {74a390c8-9917-4ed8-90a9-cea7c90b295e} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7586 | 2025.02.25 03:54:13.766425 [ 254 ] {74a390c8-9917-4ed8-90a9-cea7c90b295e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001566 sec., 40868.45466155811 rows/sec., 3.19 MiB/sec. | ||
| 7587 | 2025.02.25 03:54:13.766521 [ 254 ] {74a390c8-9917-4ed8-90a9-cea7c90b295e} <Debug> TCPHandler: Processed in 0.001944834 sec. | ||
| 7588 | 2025.02.25 03:54:13.766746 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7589 | 2025.02.25 03:54:13.766938 [ 4 ] {72e05a3b-f30d-462a-8b35-aef1115b820a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7590 | 2025.02.25 03:54:13.767001 [ 4 ] {72e05a3b-f30d-462a-8b35-aef1115b820a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7591 | 2025.02.25 03:54:13.767532 [ 4 ] {72e05a3b-f30d-462a-8b35-aef1115b820a} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7592 | 2025.02.25 03:54:13.767571 [ 4 ] {72e05a3b-f30d-462a-8b35-aef1115b820a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7593 | 2025.02.25 03:54:13.767952 [ 4 ] {72e05a3b-f30d-462a-8b35-aef1115b820a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 7594 | 2025.02.25 03:54:13.768189 [ 4 ] {72e05a3b-f30d-462a-8b35-aef1115b820a} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7595 | 2025.02.25 03:54:13.768393 [ 4 ] {72e05a3b-f30d-462a-8b35-aef1115b820a} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.00149 sec., 29530.201342281878 rows/sec., 2.06 MiB/sec. | ||
| 7596 | 2025.02.25 03:54:13.768445 [ 4 ] {72e05a3b-f30d-462a-8b35-aef1115b820a} <Debug> TCPHandler: Processed in 0.001837221 sec. | ||
| 7597 | 2025.02.25 03:54:13.768579 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7598 | 2025.02.25 03:54:13.768686 [ 254 ] {939ab3ea-c3f2-42df-bafc-6f5b34f99803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7599 | 2025.02.25 03:54:13.768734 [ 254 ] {939ab3ea-c3f2-42df-bafc-6f5b34f99803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7600 | 2025.02.25 03:54:13.769195 [ 254 ] {939ab3ea-c3f2-42df-bafc-6f5b34f99803} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7601 | 2025.02.25 03:54:13.769239 [ 254 ] {939ab3ea-c3f2-42df-bafc-6f5b34f99803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7602 | 2025.02.25 03:54:13.769620 [ 254 ] {939ab3ea-c3f2-42df-bafc-6f5b34f99803} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 7603 | 2025.02.25 03:54:13.769872 [ 254 ] {939ab3ea-c3f2-42df-bafc-6f5b34f99803} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7604 | 2025.02.25 03:54:13.770085 [ 254 ] {939ab3ea-c3f2-42df-bafc-6f5b34f99803} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.001419 sec., 12684.989429175477 rows/sec., 870.58 KiB/sec. | ||
| 7605 | 2025.02.25 03:54:13.770141 [ 254 ] {939ab3ea-c3f2-42df-bafc-6f5b34f99803} <Debug> TCPHandler: Processed in 0.001614056 sec. | ||
| 7606 | 2025.02.25 03:54:15.450830 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 7607 | 2025.02.25 03:54:15.451518 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7608 | 2025.02.25 03:54:15.451568 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7609 | 2025.02.25 03:54:15.452091 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7610 | 2025.02.25 03:54:15.452349 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7611 | 2025.02.25 03:54:15.452644 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 7612 | 2025.02.25 03:54:16.902074 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 7613 | 2025.02.25 03:54:16.923789 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7614 | 2025.02.25 03:54:16.923855 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7615 | 2025.02.25 03:54:16.931525 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7616 | 2025.02.25 03:54:16.932307 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7617 | 2025.02.25 03:54:16.935597 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 7618 | 2025.02.25 03:54:18.039460 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1048 | ||
| 7619 | 2025.02.25 03:54:18.042831 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7620 | 2025.02.25 03:54:18.042882 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7621 | 2025.02.25 03:54:18.044385 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7622 | 2025.02.25 03:54:18.044703 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7623 | 2025.02.25 03:54:18.045896 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1048 | ||
| 7624 | 2025.02.25 03:54:18.769506 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7625 | 2025.02.25 03:54:18.769717 [ 4 ] {bab4d40c-e0a9-4f1c-97a1-e9329eaef896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7626 | 2025.02.25 03:54:18.769796 [ 4 ] {bab4d40c-e0a9-4f1c-97a1-e9329eaef896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7627 | 2025.02.25 03:54:18.770680 [ 4 ] {bab4d40c-e0a9-4f1c-97a1-e9329eaef896} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7628 | 2025.02.25 03:54:18.770732 [ 4 ] {bab4d40c-e0a9-4f1c-97a1-e9329eaef896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7629 | 2025.02.25 03:54:18.771203 [ 4 ] {bab4d40c-e0a9-4f1c-97a1-e9329eaef896} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 7630 | 2025.02.25 03:54:18.771458 [ 4 ] {bab4d40c-e0a9-4f1c-97a1-e9329eaef896} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7631 | 2025.02.25 03:54:18.771729 [ 4 ] {bab4d40c-e0a9-4f1c-97a1-e9329eaef896} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002064 sec., 64922.480620155045 rows/sec., 5.59 MiB/sec. | ||
| 7632 | 2025.02.25 03:54:18.771839 [ 4 ] {bab4d40c-e0a9-4f1c-97a1-e9329eaef896} <Debug> TCPHandler: Processed in 0.002472005 sec. | ||
| 7633 | 2025.02.25 03:54:18.772066 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7634 | 2025.02.25 03:54:18.772207 [ 254 ] {3ee0d3bd-f175-4db0-bd3f-b0ef5e05b593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7635 | 2025.02.25 03:54:18.772256 [ 254 ] {3ee0d3bd-f175-4db0-bd3f-b0ef5e05b593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7636 | 2025.02.25 03:54:18.772838 [ 254 ] {3ee0d3bd-f175-4db0-bd3f-b0ef5e05b593} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7637 | 2025.02.25 03:54:18.772879 [ 254 ] {3ee0d3bd-f175-4db0-bd3f-b0ef5e05b593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7638 | 2025.02.25 03:54:18.773251 [ 254 ] {3ee0d3bd-f175-4db0-bd3f-b0ef5e05b593} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7639 | 2025.02.25 03:54:18.773495 [ 254 ] {3ee0d3bd-f175-4db0-bd3f-b0ef5e05b593} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7640 | 2025.02.25 03:54:18.773679 [ 79 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7641 | 2025.02.25 03:54:18.773744 [ 254 ] {3ee0d3bd-f175-4db0-bd3f-b0ef5e05b593} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00156 sec., 25000 rows/sec., 1.84 MiB/sec. | ||
| 7642 | 2025.02.25 03:54:18.773769 [ 79 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7643 | 2025.02.25 03:54:18.773831 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7644 | 2025.02.25 03:54:18.773865 [ 254 ] {3ee0d3bd-f175-4db0-bd3f-b0ef5e05b593} <Debug> TCPHandler: Processed in 0.001904462 sec. | ||
| 7645 | 2025.02.25 03:54:18.774155 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7646 | 2025.02.25 03:54:18.774277 [ 187 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 7647 | 2025.02.25 03:54:18.774549 [ 4 ] {692feb14-c926-4a59-8279-e0301a229e8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7648 | 2025.02.25 03:54:18.774725 [ 4 ] {692feb14-c926-4a59-8279-e0301a229e8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7649 | 2025.02.25 03:54:18.774968 [ 187 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7650 | 2025.02.25 03:54:18.775160 [ 187 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 175 rows starting from the beginning of the part | ||
| 7651 | 2025.02.25 03:54:18.775640 [ 187 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 39 rows starting from the beginning of the part | ||
| 7652 | 2025.02.25 03:54:18.776052 [ 187 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 51 rows starting from the beginning of the part | ||
| 7653 | 2025.02.25 03:54:18.776404 [ 187 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 145 rows starting from the beginning of the part | ||
| 7654 | 2025.02.25 03:54:18.776624 [ 187 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 7655 | 2025.02.25 03:54:18.777005 [ 187 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 39 rows starting from the beginning of the part | ||
| 7656 | 2025.02.25 03:54:18.777744 [ 4 ] {692feb14-c926-4a59-8279-e0301a229e8b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7657 | 2025.02.25 03:54:18.777814 [ 4 ] {692feb14-c926-4a59-8279-e0301a229e8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7658 | 2025.02.25 03:54:18.778708 [ 4 ] {692feb14-c926-4a59-8279-e0301a229e8b} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 7659 | 2025.02.25 03:54:18.779304 [ 4 ] {692feb14-c926-4a59-8279-e0301a229e8b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7660 | 2025.02.25 03:54:18.779891 [ 4 ] {692feb14-c926-4a59-8279-e0301a229e8b} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.005485 sec., 18778.486782133088 rows/sec., 1.47 MiB/sec. | ||
| 7661 | 2025.02.25 03:54:18.779944 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 453 rows, containing 5 columns (5 merged, 0 gathered) in 0.005982344 sec., 75722.82703903354 rows/sec., 5.31 MiB/sec. | ||
| 7662 | 2025.02.25 03:54:18.779990 [ 4 ] {692feb14-c926-4a59-8279-e0301a229e8b} <Debug> TCPHandler: Processed in 0.005980153 sec. | ||
| 7663 | 2025.02.25 03:54:18.780192 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7664 | 2025.02.25 03:54:18.780227 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7665 | 2025.02.25 03:54:18.780393 [ 254 ] {40e595ed-f43a-4bba-87f6-ec9510270dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7666 | 2025.02.25 03:54:18.780498 [ 254 ] {40e595ed-f43a-4bba-87f6-ec9510270dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7667 | 2025.02.25 03:54:18.780845 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_41_8} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7668 | 2025.02.25 03:54:18.781075 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_41_8} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7669 | 2025.02.25 03:54:18.781212 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7670 | 2025.02.25 03:54:18.781512 [ 254 ] {40e595ed-f43a-4bba-87f6-ec9510270dbb} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7671 | 2025.02.25 03:54:18.781555 [ 254 ] {40e595ed-f43a-4bba-87f6-ec9510270dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7672 | 2025.02.25 03:54:18.781955 [ 254 ] {40e595ed-f43a-4bba-87f6-ec9510270dbb} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 7673 | 2025.02.25 03:54:18.782205 [ 254 ] {40e595ed-f43a-4bba-87f6-ec9510270dbb} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7674 | 2025.02.25 03:54:18.782455 [ 254 ] {40e595ed-f43a-4bba-87f6-ec9510270dbb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0021 sec., 76190.4761904762 rows/sec., 5.31 MiB/sec. | ||
| 7675 | 2025.02.25 03:54:18.782552 [ 254 ] {40e595ed-f43a-4bba-87f6-ec9510270dbb} <Debug> TCPHandler: Processed in 0.002439245 sec. | ||
| 7676 | 2025.02.25 03:54:18.782766 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7677 | 2025.02.25 03:54:18.783077 [ 4 ] {8585cbbb-421c-47cd-a0f4-13b6d037b06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7678 | 2025.02.25 03:54:18.783202 [ 4 ] {8585cbbb-421c-47cd-a0f4-13b6d037b06b} <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 | ||
| 7679 | 2025.02.25 03:54:18.784376 [ 4 ] {8585cbbb-421c-47cd-a0f4-13b6d037b06b} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7680 | 2025.02.25 03:54:18.784417 [ 4 ] {8585cbbb-421c-47cd-a0f4-13b6d037b06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7681 | 2025.02.25 03:54:18.785090 [ 4 ] {8585cbbb-421c-47cd-a0f4-13b6d037b06b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7682 | 2025.02.25 03:54:18.785348 [ 4 ] {8585cbbb-421c-47cd-a0f4-13b6d037b06b} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7683 | 2025.02.25 03:54:18.785571 [ 4 ] {8585cbbb-421c-47cd-a0f4-13b6d037b06b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002611 sec., 14936.80582152432 rows/sec., 26.77 MiB/sec. | ||
| 7684 | 2025.02.25 03:54:18.785666 [ 4 ] {8585cbbb-421c-47cd-a0f4-13b6d037b06b} <Debug> TCPHandler: Processed in 0.003023987 sec. | ||
| 7685 | 2025.02.25 03:54:18.785804 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7686 | 2025.02.25 03:54:18.785910 [ 254 ] {d3781785-d8f9-45cf-8cb8-1e10071a1e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7687 | 2025.02.25 03:54:18.785958 [ 254 ] {d3781785-d8f9-45cf-8cb8-1e10071a1e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7688 | 2025.02.25 03:54:18.786397 [ 254 ] {d3781785-d8f9-45cf-8cb8-1e10071a1e03} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7689 | 2025.02.25 03:54:18.786436 [ 254 ] {d3781785-d8f9-45cf-8cb8-1e10071a1e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7690 | 2025.02.25 03:54:18.786792 [ 254 ] {d3781785-d8f9-45cf-8cb8-1e10071a1e03} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 7691 | 2025.02.25 03:54:18.787037 [ 254 ] {d3781785-d8f9-45cf-8cb8-1e10071a1e03} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7692 | 2025.02.25 03:54:18.787247 [ 254 ] {d3781785-d8f9-45cf-8cb8-1e10071a1e03} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. | ||
| 7693 | 2025.02.25 03:54:18.787296 [ 254 ] {d3781785-d8f9-45cf-8cb8-1e10071a1e03} <Debug> TCPHandler: Processed in 0.001543965 sec. | ||
| 7694 | 2025.02.25 03:54:22.783213 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7695 | 2025.02.25 03:54:22.783273 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7696 | 2025.02.25 03:54:22.953779 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 7697 | 2025.02.25 03:54:22.954578 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7698 | 2025.02.25 03:54:22.954624 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7699 | 2025.02.25 03:54:22.955160 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7700 | 2025.02.25 03:54:22.955440 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7701 | 2025.02.25 03:54:22.955660 [ 73 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7702 | 2025.02.25 03:54:22.955722 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 7703 | 2025.02.25 03:54:22.955744 [ 73 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7704 | 2025.02.25 03:54:22.955779 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7705 | 2025.02.25 03:54:22.955941 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 7706 | 2025.02.25 03:54:22.956307 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7707 | 2025.02.25 03:54:22.956383 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part | ||
| 7708 | 2025.02.25 03:54:22.956464 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part | ||
| 7709 | 2025.02.25 03:54:22.956712 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part | ||
| 7710 | 2025.02.25 03:54:22.956844 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part | ||
| 7711 | 2025.02.25 03:54:22.957029 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part | ||
| 7712 | 2025.02.25 03:54:22.957154 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part | ||
| 7713 | 2025.02.25 03:54:22.959966 [ 190 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004121712 sec., 5120687.714231368 rows/sec., 73.25 MiB/sec. | ||
| 7714 | 2025.02.25 03:54:22.960364 [ 190 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7715 | 2025.02.25 03:54:22.960716 [ 190 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_46_9} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7716 | 2025.02.25 03:54:22.960813 [ 190 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_46_9} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7717 | 2025.02.25 03:54:22.960932 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 7718 | 2025.02.25 03:54:23.767772 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7719 | 2025.02.25 03:54:23.767963 [ 4 ] {58af3edd-ffab-4c8f-ae73-56c4b19e743c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7720 | 2025.02.25 03:54:23.768035 [ 4 ] {58af3edd-ffab-4c8f-ae73-56c4b19e743c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7721 | 2025.02.25 03:54:23.768832 [ 4 ] {58af3edd-ffab-4c8f-ae73-56c4b19e743c} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7722 | 2025.02.25 03:54:23.768879 [ 4 ] {58af3edd-ffab-4c8f-ae73-56c4b19e743c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7723 | 2025.02.25 03:54:23.769318 [ 4 ] {58af3edd-ffab-4c8f-ae73-56c4b19e743c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 7724 | 2025.02.25 03:54:23.769586 [ 4 ] {58af3edd-ffab-4c8f-ae73-56c4b19e743c} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7725 | 2025.02.25 03:54:23.769738 [ 72 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 7726 | 2025.02.25 03:54:23.769787 [ 4 ] {58af3edd-ffab-4c8f-ae73-56c4b19e743c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001875 sec., 29866.666666666668 rows/sec., 2.28 MiB/sec. | ||
| 7727 | 2025.02.25 03:54:23.769790 [ 72 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7728 | 2025.02.25 03:54:23.769839 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7729 | 2025.02.25 03:54:23.769873 [ 4 ] {58af3edd-ffab-4c8f-ae73-56c4b19e743c} <Debug> TCPHandler: Processed in 0.00223006 sec. | ||
| 7730 | 2025.02.25 03:54:23.770088 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 7731 | 2025.02.25 03:54:23.770135 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7732 | 2025.02.25 03:54:23.770254 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7733 | 2025.02.25 03:54:23.770400 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1966 rows starting from the beginning of the part | ||
| 7734 | 2025.02.25 03:54:23.770454 [ 254 ] {613b676b-3dd9-4306-ba9c-9d28dd228180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7735 | 2025.02.25 03:54:23.770683 [ 254 ] {613b676b-3dd9-4306-ba9c-9d28dd228180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7736 | 2025.02.25 03:54:23.771018 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 695 rows starting from the beginning of the part | ||
| 7737 | 2025.02.25 03:54:23.771709 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1198 rows starting from the beginning of the part | ||
| 7738 | 2025.02.25 03:54:23.772322 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 7739 | 2025.02.25 03:54:23.772955 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 134 rows starting from the beginning of the part | ||
| 7740 | 2025.02.25 03:54:23.773149 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 56 rows starting from the beginning of the part | ||
| 7741 | 2025.02.25 03:54:23.774184 [ 254 ] {613b676b-3dd9-4306-ba9c-9d28dd228180} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7742 | 2025.02.25 03:54:23.774227 [ 254 ] {613b676b-3dd9-4306-ba9c-9d28dd228180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7743 | 2025.02.25 03:54:23.774781 [ 254 ] {613b676b-3dd9-4306-ba9c-9d28dd228180} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 7744 | 2025.02.25 03:54:23.775057 [ 254 ] {613b676b-3dd9-4306-ba9c-9d28dd228180} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7745 | 2025.02.25 03:54:23.775203 [ 72 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 7746 | 2025.02.25 03:54:23.775239 [ 72 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7747 | 2025.02.25 03:54:23.775284 [ 254 ] {613b676b-3dd9-4306-ba9c-9d28dd228180} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004981 sec., 12848.825537040755 rows/sec., 1.00 MiB/sec. | ||
| 7748 | 2025.02.25 03:54:23.775287 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7749 | 2025.02.25 03:54:23.775501 [ 254 ] {613b676b-3dd9-4306-ba9c-9d28dd228180} <Debug> TCPHandler: Processed in 0.005485702 sec. | ||
| 7750 | 2025.02.25 03:54:23.775841 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7751 | 2025.02.25 03:54:23.775852 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 7752 | 2025.02.25 03:54:23.776137 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4105 rows, containing 5 columns (5 merged, 0 gathered) in 0.006220439 sec., 659921.2692223169 rows/sec., 56.39 MiB/sec. | ||
| 7753 | 2025.02.25 03:54:23.776166 [ 4 ] {aea3a59b-620e-47a2-9577-bc955541e72c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7754 | 2025.02.25 03:54:23.776184 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7755 | 2025.02.25 03:54:23.776228 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 951 rows starting from the beginning of the part | ||
| 7756 | 2025.02.25 03:54:23.776248 [ 4 ] {aea3a59b-620e-47a2-9577-bc955541e72c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7757 | 2025.02.25 03:54:23.776486 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 421 rows starting from the beginning of the part | ||
| 7758 | 2025.02.25 03:54:23.776506 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 7759 | 2025.02.25 03:54:23.776889 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 524 rows starting from the beginning of the part | ||
| 7760 | 2025.02.25 03:54:23.777215 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 7761 | 2025.02.25 03:54:23.777442 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_76_15} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7762 | 2025.02.25 03:54:23.777571 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 103 rows starting from the beginning of the part | ||
| 7763 | 2025.02.25 03:54:23.777766 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_76_15} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 7764 | 2025.02.25 03:54:23.777868 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part | ||
| 7765 | 2025.02.25 03:54:23.777973 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 7766 | 2025.02.25 03:54:23.778549 [ 4 ] {aea3a59b-620e-47a2-9577-bc955541e72c} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7767 | 2025.02.25 03:54:23.778595 [ 4 ] {aea3a59b-620e-47a2-9577-bc955541e72c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7768 | 2025.02.25 03:54:23.779185 [ 4 ] {aea3a59b-620e-47a2-9577-bc955541e72c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 7769 | 2025.02.25 03:54:23.779465 [ 4 ] {aea3a59b-620e-47a2-9577-bc955541e72c} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7770 | 2025.02.25 03:54:23.779647 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 7771 | 2025.02.25 03:54:23.779726 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7772 | 2025.02.25 03:54:23.779797 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7773 | 2025.02.25 03:54:23.779917 [ 4 ] {aea3a59b-620e-47a2-9577-bc955541e72c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003816 sec., 41928.7211740042 rows/sec., 2.92 MiB/sec. | ||
| 7774 | 2025.02.25 03:54:23.780011 [ 202 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2127 rows, containing 5 columns (5 merged, 0 gathered) in 0.004543102 sec., 468182.3124376252 rows/sec., 36.23 MiB/sec. | ||
| 7775 | 2025.02.25 03:54:23.780104 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 7776 | 2025.02.25 03:54:23.780157 [ 4 ] {aea3a59b-620e-47a2-9577-bc955541e72c} <Debug> TCPHandler: Processed in 0.00451434 sec. | ||
| 7777 | 2025.02.25 03:54:23.780414 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7778 | 2025.02.25 03:54:23.780417 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7779 | 2025.02.25 03:54:23.780488 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 19758 rows starting from the beginning of the part | ||
| 7780 | 2025.02.25 03:54:23.780520 [ 202 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 7781 | 2025.02.25 03:54:23.780739 [ 254 ] {5563fcd3-f21a-4615-a966-0ffc9906c717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7782 | 2025.02.25 03:54:23.780908 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 237 rows starting from the beginning of the part | ||
| 7783 | 2025.02.25 03:54:23.780960 [ 254 ] {5563fcd3-f21a-4615-a966-0ffc9906c717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7784 | 2025.02.25 03:54:23.781414 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 964 rows starting from the beginning of the part | ||
| 7785 | 2025.02.25 03:54:23.781812 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 44 rows starting from the beginning of the part | ||
| 7786 | 2025.02.25 03:54:23.782294 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 7787 | 2025.02.25 03:54:23.782741 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
| 7788 | 2025.02.25 03:54:23.782754 [ 194 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_76_15} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7789 | 2025.02.25 03:54:23.783490 [ 194 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_76_15} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 7790 | 2025.02.25 03:54:23.783808 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 7791 | 2025.02.25 03:54:23.784090 [ 254 ] {5563fcd3-f21a-4615-a966-0ffc9906c717} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7792 | 2025.02.25 03:54:23.784141 [ 254 ] {5563fcd3-f21a-4615-a966-0ffc9906c717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7793 | 2025.02.25 03:54:23.784556 [ 254 ] {5563fcd3-f21a-4615-a966-0ffc9906c717} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 7794 | 2025.02.25 03:54:23.784832 [ 254 ] {5563fcd3-f21a-4615-a966-0ffc9906c717} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7795 | 2025.02.25 03:54:23.785026 [ 72 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 7796 | 2025.02.25 03:54:23.785090 [ 72 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7797 | 2025.02.25 03:54:23.785141 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7798 | 2025.02.25 03:54:23.785166 [ 254 ] {5563fcd3-f21a-4615-a966-0ffc9906c717} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004589 sec., 13074.743952930921 rows/sec., 902.29 KiB/sec. | ||
| 7799 | 2025.02.25 03:54:23.785617 [ 254 ] {5563fcd3-f21a-4615-a966-0ffc9906c717} <Debug> TCPHandler: Processed in 0.005322939 sec. | ||
| 7800 | 2025.02.25 03:54:23.785720 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 7801 | 2025.02.25 03:54:23.786124 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7802 | 2025.02.25 03:54:23.786206 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3650 rows starting from the beginning of the part | ||
| 7803 | 2025.02.25 03:54:23.786345 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 82 rows starting from the beginning of the part | ||
| 7804 | 2025.02.25 03:54:23.786570 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 42 rows starting from the beginning of the part | ||
| 7805 | 2025.02.25 03:54:23.786770 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 18 rows starting from the beginning of the part | ||
| 7806 | 2025.02.25 03:54:23.786949 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 7807 | 2025.02.25 03:54:23.787237 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 7808 | 2025.02.25 03:54:23.794526 [ 199 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3912 rows, containing 4 columns (4 merged, 0 gathered) in 0.009240197 sec., 423367.5970328338 rows/sec., 28.42 MiB/sec. | ||
| 7809 | 2025.02.25 03:54:23.795011 [ 199 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 7810 | 2025.02.25 03:54:23.795602 [ 186 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21323 rows, containing 5 columns (5 merged, 0 gathered) in 0.015724762 sec., 1356014.1641571429 rows/sec., 92.78 MiB/sec. | ||
| 7811 | 2025.02.25 03:54:23.795696 [ 199 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_76_15} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7812 | 2025.02.25 03:54:23.795809 [ 199 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_76_15} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 7813 | 2025.02.25 03:54:23.795952 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 7814 | 2025.02.25 03:54:23.796208 [ 197 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 7815 | 2025.02.25 03:54:23.796584 [ 197 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7816 | 2025.02.25 03:54:23.796679 [ 197 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 7817 | 2025.02.25 03:54:23.796794 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 7818 | 2025.02.25 03:54:24.436635 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 7819 | 2025.02.25 03:54:24.457934 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7820 | 2025.02.25 03:54:24.457979 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7821 | 2025.02.25 03:54:24.465256 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7822 | 2025.02.25 03:54:24.466042 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7823 | 2025.02.25 03:54:24.466394 [ 71 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7824 | 2025.02.25 03:54:24.466473 [ 71 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7825 | 2025.02.25 03:54:24.466520 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 7826 | 2025.02.25 03:54:24.467168 [ 198 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 7827 | 2025.02.25 03:54:24.480987 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 7828 | 2025.02.25 03:54:24.482871 [ 198 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7829 | 2025.02.25 03:54:24.484502 [ 198 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 7830 | 2025.02.25 03:54:24.490468 [ 198 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 7831 | 2025.02.25 03:54:24.496361 [ 198 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 7832 | 2025.02.25 03:54:24.502105 [ 198 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 7833 | 2025.02.25 03:54:24.507936 [ 198 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 7834 | 2025.02.25 03:54:24.512784 [ 198 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 7835 | 2025.02.25 03:54:24.572428 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.105735134 sec., 3281.785220038592 rows/sec., 16.97 MiB/sec. | ||
| 7836 | 2025.02.25 03:54:24.574489 [ 186 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7837 | 2025.02.25 03:54:24.576947 [ 186 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_46_9} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7838 | 2025.02.25 03:54:24.577065 [ 186 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_46_9} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7839 | 2025.02.25 03:54:24.578574 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 7840 | 2025.02.25 03:54:28.047092 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1068 | ||
| 7841 | 2025.02.25 03:54:28.050072 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7842 | 2025.02.25 03:54:28.050140 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7843 | 2025.02.25 03:54:28.051645 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7844 | 2025.02.25 03:54:28.051967 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7845 | 2025.02.25 03:54:28.052631 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1068 | ||
| 7846 | 2025.02.25 03:54:28.769863 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7847 | 2025.02.25 03:54:28.770071 [ 4 ] {ac03e2c3-dc56-4595-a24d-e524082f3a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7848 | 2025.02.25 03:54:28.770151 [ 4 ] {ac03e2c3-dc56-4595-a24d-e524082f3a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7849 | 2025.02.25 03:54:28.770946 [ 4 ] {ac03e2c3-dc56-4595-a24d-e524082f3a4c} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7850 | 2025.02.25 03:54:28.770987 [ 4 ] {ac03e2c3-dc56-4595-a24d-e524082f3a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7851 | 2025.02.25 03:54:28.771417 [ 4 ] {ac03e2c3-dc56-4595-a24d-e524082f3a4c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7852 | 2025.02.25 03:54:28.771678 [ 4 ] {ac03e2c3-dc56-4595-a24d-e524082f3a4c} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7853 | 2025.02.25 03:54:28.771881 [ 4 ] {ac03e2c3-dc56-4595-a24d-e524082f3a4c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001868 sec., 1070.663811563169 rows/sec., 87.31 KiB/sec. | ||
| 7854 | 2025.02.25 03:54:28.771947 [ 4 ] {ac03e2c3-dc56-4595-a24d-e524082f3a4c} <Debug> TCPHandler: Processed in 0.002221209 sec. | ||
| 7855 | 2025.02.25 03:54:28.772129 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7856 | 2025.02.25 03:54:28.772249 [ 254 ] {34286387-6596-4fe3-b357-8589913e8de4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7857 | 2025.02.25 03:54:28.772295 [ 254 ] {34286387-6596-4fe3-b357-8589913e8de4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7858 | 2025.02.25 03:54:28.772919 [ 254 ] {34286387-6596-4fe3-b357-8589913e8de4} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7859 | 2025.02.25 03:54:28.772956 [ 254 ] {34286387-6596-4fe3-b357-8589913e8de4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7860 | 2025.02.25 03:54:28.773340 [ 254 ] {34286387-6596-4fe3-b357-8589913e8de4} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 7861 | 2025.02.25 03:54:28.773592 [ 254 ] {34286387-6596-4fe3-b357-8589913e8de4} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7862 | 2025.02.25 03:54:28.773778 [ 254 ] {34286387-6596-4fe3-b357-8589913e8de4} <Debug> executeQuery: Read 135 rows, 11.88 KiB in 0.001548 sec., 87209.3023255814 rows/sec., 7.49 MiB/sec. | ||
| 7863 | 2025.02.25 03:54:28.773876 [ 254 ] {34286387-6596-4fe3-b357-8589913e8de4} <Debug> TCPHandler: Processed in 0.00180024 sec. | ||
| 7864 | 2025.02.25 03:54:28.774111 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7865 | 2025.02.25 03:54:28.774363 [ 4 ] {35b5b9ff-4cc4-4acd-b054-611d6d9a796a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7866 | 2025.02.25 03:54:28.774420 [ 4 ] {35b5b9ff-4cc4-4acd-b054-611d6d9a796a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7867 | 2025.02.25 03:54:28.774981 [ 4 ] {35b5b9ff-4cc4-4acd-b054-611d6d9a796a} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7868 | 2025.02.25 03:54:28.775018 [ 4 ] {35b5b9ff-4cc4-4acd-b054-611d6d9a796a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7869 | 2025.02.25 03:54:28.775373 [ 4 ] {35b5b9ff-4cc4-4acd-b054-611d6d9a796a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7870 | 2025.02.25 03:54:28.775618 [ 4 ] {35b5b9ff-4cc4-4acd-b054-611d6d9a796a} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7871 | 2025.02.25 03:54:28.775817 [ 4 ] {35b5b9ff-4cc4-4acd-b054-611d6d9a796a} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.001513 sec., 27098.479841374752 rows/sec., 1.98 MiB/sec. | ||
| 7872 | 2025.02.25 03:54:28.775881 [ 4 ] {35b5b9ff-4cc4-4acd-b054-611d6d9a796a} <Debug> TCPHandler: Processed in 0.001893022 sec. | ||
| 7873 | 2025.02.25 03:54:28.776122 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7874 | 2025.02.25 03:54:28.776291 [ 254 ] {e0c55c86-dc61-4f7e-bb2c-ae2953bcc90d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7875 | 2025.02.25 03:54:28.776347 [ 254 ] {e0c55c86-dc61-4f7e-bb2c-ae2953bcc90d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7876 | 2025.02.25 03:54:28.776935 [ 254 ] {e0c55c86-dc61-4f7e-bb2c-ae2953bcc90d} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7877 | 2025.02.25 03:54:28.776974 [ 254 ] {e0c55c86-dc61-4f7e-bb2c-ae2953bcc90d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7878 | 2025.02.25 03:54:28.777327 [ 254 ] {e0c55c86-dc61-4f7e-bb2c-ae2953bcc90d} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 7879 | 2025.02.25 03:54:28.777564 [ 254 ] {e0c55c86-dc61-4f7e-bb2c-ae2953bcc90d} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7880 | 2025.02.25 03:54:28.777761 [ 254 ] {e0c55c86-dc61-4f7e-bb2c-ae2953bcc90d} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001498 sec., 70093.45794392524 rows/sec., 5.48 MiB/sec. | ||
| 7881 | 2025.02.25 03:54:28.777845 [ 254 ] {e0c55c86-dc61-4f7e-bb2c-ae2953bcc90d} <Debug> TCPHandler: Processed in 0.001854381 sec. | ||
| 7882 | 2025.02.25 03:54:28.778070 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7883 | 2025.02.25 03:54:28.778276 [ 4 ] {96445d01-3384-41e2-bdd6-32ee7991de5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7884 | 2025.02.25 03:54:28.778336 [ 4 ] {96445d01-3384-41e2-bdd6-32ee7991de5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7885 | 2025.02.25 03:54:28.778891 [ 4 ] {96445d01-3384-41e2-bdd6-32ee7991de5f} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7886 | 2025.02.25 03:54:28.778929 [ 4 ] {96445d01-3384-41e2-bdd6-32ee7991de5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7887 | 2025.02.25 03:54:28.779318 [ 4 ] {96445d01-3384-41e2-bdd6-32ee7991de5f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 7888 | 2025.02.25 03:54:28.779550 [ 4 ] {96445d01-3384-41e2-bdd6-32ee7991de5f} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7889 | 2025.02.25 03:54:28.779718 [ 4 ] {96445d01-3384-41e2-bdd6-32ee7991de5f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001475 sec., 109152.54237288136 rows/sec., 7.60 MiB/sec. | ||
| 7890 | 2025.02.25 03:54:28.779768 [ 4 ] {96445d01-3384-41e2-bdd6-32ee7991de5f} <Debug> TCPHandler: Processed in 0.001837201 sec. | ||
| 7891 | 2025.02.25 03:54:28.779914 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7892 | 2025.02.25 03:54:28.780044 [ 254 ] {90ceaab1-307a-4be0-be91-027dfd7de3da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7893 | 2025.02.25 03:54:28.780126 [ 254 ] {90ceaab1-307a-4be0-be91-027dfd7de3da} <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 | ||
| 7894 | 2025.02.25 03:54:28.781359 [ 254 ] {90ceaab1-307a-4be0-be91-027dfd7de3da} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7895 | 2025.02.25 03:54:28.781396 [ 254 ] {90ceaab1-307a-4be0-be91-027dfd7de3da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7896 | 2025.02.25 03:54:28.782048 [ 254 ] {90ceaab1-307a-4be0-be91-027dfd7de3da} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7897 | 2025.02.25 03:54:28.782313 [ 254 ] {90ceaab1-307a-4be0-be91-027dfd7de3da} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7898 | 2025.02.25 03:54:28.782515 [ 254 ] {90ceaab1-307a-4be0-be91-027dfd7de3da} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002501 sec., 15593.762495001998 rows/sec., 27.94 MiB/sec. | ||
| 7899 | 2025.02.25 03:54:28.782616 [ 254 ] {90ceaab1-307a-4be0-be91-027dfd7de3da} <Debug> TCPHandler: Processed in 0.002764302 sec. | ||
| 7900 | 2025.02.25 03:54:28.782769 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7901 | 2025.02.25 03:54:28.782897 [ 4 ] {f03411a0-7557-4396-82c2-bbd31f8bbbe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7902 | 2025.02.25 03:54:28.782951 [ 4 ] {f03411a0-7557-4396-82c2-bbd31f8bbbe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7903 | 2025.02.25 03:54:28.783473 [ 4 ] {f03411a0-7557-4396-82c2-bbd31f8bbbe6} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7904 | 2025.02.25 03:54:28.783510 [ 4 ] {f03411a0-7557-4396-82c2-bbd31f8bbbe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7905 | 2025.02.25 03:54:28.783860 [ 4 ] {f03411a0-7557-4396-82c2-bbd31f8bbbe6} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 7906 | 2025.02.25 03:54:28.784089 [ 4 ] {f03411a0-7557-4396-82c2-bbd31f8bbbe6} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7907 | 2025.02.25 03:54:28.784259 [ 4 ] {f03411a0-7557-4396-82c2-bbd31f8bbbe6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. | ||
| 7908 | 2025.02.25 03:54:28.784307 [ 4 ] {f03411a0-7557-4396-82c2-bbd31f8bbbe6} <Debug> TCPHandler: Processed in 0.001602656 sec. | ||
| 7909 | 2025.02.25 03:54:30.456821 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 7910 | 2025.02.25 03:54:30.457487 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7911 | 2025.02.25 03:54:30.457531 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7912 | 2025.02.25 03:54:30.458049 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7913 | 2025.02.25 03:54:30.458318 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7914 | 2025.02.25 03:54:30.458552 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 7915 | 2025.02.25 03:54:31.982051 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 7916 | 2025.02.25 03:54:32.000733 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7917 | 2025.02.25 03:54:32.000780 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7918 | 2025.02.25 03:54:32.007626 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7919 | 2025.02.25 03:54:32.008380 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7920 | 2025.02.25 03:54:32.010906 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 7921 | 2025.02.25 03:54:33.768435 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7922 | 2025.02.25 03:54:33.768743 [ 4 ] {450d56c8-de38-45e7-9d34-b89b6690603d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7923 | 2025.02.25 03:54:33.768816 [ 4 ] {450d56c8-de38-45e7-9d34-b89b6690603d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7924 | 2025.02.25 03:54:33.769592 [ 4 ] {450d56c8-de38-45e7-9d34-b89b6690603d} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7925 | 2025.02.25 03:54:33.769644 [ 4 ] {450d56c8-de38-45e7-9d34-b89b6690603d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7926 | 2025.02.25 03:54:33.770090 [ 4 ] {450d56c8-de38-45e7-9d34-b89b6690603d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 7927 | 2025.02.25 03:54:33.770349 [ 4 ] {450d56c8-de38-45e7-9d34-b89b6690603d} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7928 | 2025.02.25 03:54:33.770597 [ 4 ] {450d56c8-de38-45e7-9d34-b89b6690603d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.23 MiB/sec. | ||
| 7929 | 2025.02.25 03:54:33.770664 [ 4 ] {450d56c8-de38-45e7-9d34-b89b6690603d} <Debug> TCPHandler: Processed in 0.002423654 sec. | ||
| 7930 | 2025.02.25 03:54:33.770852 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7931 | 2025.02.25 03:54:33.770997 [ 254 ] {e076dc50-9782-447d-817f-6c768fc7ed3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7932 | 2025.02.25 03:54:33.771056 [ 254 ] {e076dc50-9782-447d-817f-6c768fc7ed3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7933 | 2025.02.25 03:54:33.771742 [ 254 ] {e076dc50-9782-447d-817f-6c768fc7ed3a} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7934 | 2025.02.25 03:54:33.771784 [ 254 ] {e076dc50-9782-447d-817f-6c768fc7ed3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7935 | 2025.02.25 03:54:33.772159 [ 254 ] {e076dc50-9782-447d-817f-6c768fc7ed3a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 7936 | 2025.02.25 03:54:33.772407 [ 254 ] {e076dc50-9782-447d-817f-6c768fc7ed3a} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7937 | 2025.02.25 03:54:33.772632 [ 254 ] {e076dc50-9782-447d-817f-6c768fc7ed3a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00167 sec., 38323.35329341317 rows/sec., 2.99 MiB/sec. | ||
| 7938 | 2025.02.25 03:54:33.772689 [ 254 ] {e076dc50-9782-447d-817f-6c768fc7ed3a} <Debug> TCPHandler: Processed in 0.001905442 sec. | ||
| 7939 | 2025.02.25 03:54:33.772848 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7940 | 2025.02.25 03:54:33.772980 [ 4 ] {237b2d8e-bf4f-41c8-bebc-e153b8b2de84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7941 | 2025.02.25 03:54:33.773041 [ 4 ] {237b2d8e-bf4f-41c8-bebc-e153b8b2de84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7942 | 2025.02.25 03:54:33.773689 [ 4 ] {237b2d8e-bf4f-41c8-bebc-e153b8b2de84} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7943 | 2025.02.25 03:54:33.773728 [ 4 ] {237b2d8e-bf4f-41c8-bebc-e153b8b2de84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7944 | 2025.02.25 03:54:33.774111 [ 4 ] {237b2d8e-bf4f-41c8-bebc-e153b8b2de84} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 7945 | 2025.02.25 03:54:33.774349 [ 4 ] {237b2d8e-bf4f-41c8-bebc-e153b8b2de84} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7946 | 2025.02.25 03:54:33.774574 [ 4 ] {237b2d8e-bf4f-41c8-bebc-e153b8b2de84} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001625 sec., 98461.53846153847 rows/sec., 6.86 MiB/sec. | ||
| 7947 | 2025.02.25 03:54:33.774626 [ 4 ] {237b2d8e-bf4f-41c8-bebc-e153b8b2de84} <Debug> TCPHandler: Processed in 0.001842601 sec. | ||
| 7948 | 2025.02.25 03:54:33.774787 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7949 | 2025.02.25 03:54:33.774919 [ 254 ] {1b942c62-2a53-4fab-a22f-a05b60ee5e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7950 | 2025.02.25 03:54:33.774976 [ 254 ] {1b942c62-2a53-4fab-a22f-a05b60ee5e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7951 | 2025.02.25 03:54:33.775511 [ 254 ] {1b942c62-2a53-4fab-a22f-a05b60ee5e54} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7952 | 2025.02.25 03:54:33.775559 [ 254 ] {1b942c62-2a53-4fab-a22f-a05b60ee5e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7953 | 2025.02.25 03:54:33.775946 [ 254 ] {1b942c62-2a53-4fab-a22f-a05b60ee5e54} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 7954 | 2025.02.25 03:54:33.776186 [ 254 ] {1b942c62-2a53-4fab-a22f-a05b60ee5e54} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7955 | 2025.02.25 03:54:33.776403 [ 254 ] {1b942c62-2a53-4fab-a22f-a05b60ee5e54} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001513 sec., 39656.31196298744 rows/sec., 2.67 MiB/sec. | ||
| 7956 | 2025.02.25 03:54:33.776451 [ 254 ] {1b942c62-2a53-4fab-a22f-a05b60ee5e54} <Debug> TCPHandler: Processed in 0.001728069 sec. | ||
| 7957 | 2025.02.25 03:54:37.783325 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7958 | 2025.02.25 03:54:37.783385 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7959 | 2025.02.25 03:54:37.959652 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 7960 | 2025.02.25 03:54:37.960308 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7961 | 2025.02.25 03:54:37.960358 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7962 | 2025.02.25 03:54:37.960925 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7963 | 2025.02.25 03:54:37.961182 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7964 | 2025.02.25 03:54:37.961444 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 7965 | 2025.02.25 03:54:38.001368 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000972762 sec. | ||
| 7966 | 2025.02.25 03:54:38.053737 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1090 | ||
| 7967 | 2025.02.25 03:54:38.056653 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7968 | 2025.02.25 03:54:38.056708 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7969 | 2025.02.25 03:54:38.058199 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7970 | 2025.02.25 03:54:38.058524 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7971 | 2025.02.25 03:54:38.059237 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1090 | ||
| 7972 | 2025.02.25 03:54:38.770303 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7973 | 2025.02.25 03:54:38.770490 [ 4 ] {64ce8458-f57c-4771-b329-f47c20d5d6bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7974 | 2025.02.25 03:54:38.770561 [ 4 ] {64ce8458-f57c-4771-b329-f47c20d5d6bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7975 | 2025.02.25 03:54:38.771405 [ 4 ] {64ce8458-f57c-4771-b329-f47c20d5d6bf} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7976 | 2025.02.25 03:54:38.771455 [ 4 ] {64ce8458-f57c-4771-b329-f47c20d5d6bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7977 | 2025.02.25 03:54:38.771917 [ 4 ] {64ce8458-f57c-4771-b329-f47c20d5d6bf} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 7978 | 2025.02.25 03:54:38.772171 [ 4 ] {64ce8458-f57c-4771-b329-f47c20d5d6bf} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7979 | 2025.02.25 03:54:38.772404 [ 4 ] {64ce8458-f57c-4771-b329-f47c20d5d6bf} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001965 sec., 68193.38422391858 rows/sec., 5.87 MiB/sec. | ||
| 7980 | 2025.02.25 03:54:38.772469 [ 4 ] {64ce8458-f57c-4771-b329-f47c20d5d6bf} <Debug> TCPHandler: Processed in 0.002296702 sec. | ||
| 7981 | 2025.02.25 03:54:38.772640 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7982 | 2025.02.25 03:54:38.772763 [ 254 ] {04f1d960-c428-4508-8468-ce138f68bda2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7983 | 2025.02.25 03:54:38.772813 [ 254 ] {04f1d960-c428-4508-8468-ce138f68bda2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7984 | 2025.02.25 03:54:38.773385 [ 254 ] {04f1d960-c428-4508-8468-ce138f68bda2} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7985 | 2025.02.25 03:54:38.773427 [ 254 ] {04f1d960-c428-4508-8468-ce138f68bda2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7986 | 2025.02.25 03:54:38.773800 [ 254 ] {04f1d960-c428-4508-8468-ce138f68bda2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7987 | 2025.02.25 03:54:38.774050 [ 254 ] {04f1d960-c428-4508-8468-ce138f68bda2} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7988 | 2025.02.25 03:54:38.774293 [ 254 ] {04f1d960-c428-4508-8468-ce138f68bda2} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001552 sec., 25128.865979381444 rows/sec., 1.85 MiB/sec. | ||
| 7989 | 2025.02.25 03:54:38.774400 [ 254 ] {04f1d960-c428-4508-8468-ce138f68bda2} <Debug> TCPHandler: Processed in 0.001817081 sec. | ||
| 7990 | 2025.02.25 03:54:38.774609 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7991 | 2025.02.25 03:54:38.774768 [ 4 ] {a652f524-7748-44dc-abd8-8879bf42b077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7992 | 2025.02.25 03:54:38.774824 [ 4 ] {a652f524-7748-44dc-abd8-8879bf42b077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7993 | 2025.02.25 03:54:38.775527 [ 4 ] {a652f524-7748-44dc-abd8-8879bf42b077} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7994 | 2025.02.25 03:54:38.775573 [ 4 ] {a652f524-7748-44dc-abd8-8879bf42b077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 7995 | 2025.02.25 03:54:38.775965 [ 4 ] {a652f524-7748-44dc-abd8-8879bf42b077} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 7996 | 2025.02.25 03:54:38.776205 [ 4 ] {a652f524-7748-44dc-abd8-8879bf42b077} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7997 | 2025.02.25 03:54:38.776398 [ 4 ] {a652f524-7748-44dc-abd8-8879bf42b077} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001657 sec., 62160.53108026554 rows/sec., 4.86 MiB/sec. | ||
| 7998 | 2025.02.25 03:54:38.776450 [ 4 ] {a652f524-7748-44dc-abd8-8879bf42b077} <Debug> TCPHandler: Processed in 0.001952484 sec. | ||
| 7999 | 2025.02.25 03:54:38.776594 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8000 | 2025.02.25 03:54:38.776702 [ 254 ] {2033346f-9ae1-4879-b23b-b7e912c09018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8001 | 2025.02.25 03:54:38.776752 [ 254 ] {2033346f-9ae1-4879-b23b-b7e912c09018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8002 | 2025.02.25 03:54:38.777446 [ 254 ] {2033346f-9ae1-4879-b23b-b7e912c09018} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8003 | 2025.02.25 03:54:38.777493 [ 254 ] {2033346f-9ae1-4879-b23b-b7e912c09018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8004 | 2025.02.25 03:54:38.777920 [ 254 ] {2033346f-9ae1-4879-b23b-b7e912c09018} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8005 | 2025.02.25 03:54:38.778166 [ 254 ] {2033346f-9ae1-4879-b23b-b7e912c09018} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8006 | 2025.02.25 03:54:38.778376 [ 254 ] {2033346f-9ae1-4879-b23b-b7e912c09018} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001697 sec., 94284.03064230997 rows/sec., 6.57 MiB/sec. | ||
| 8007 | 2025.02.25 03:54:38.778428 [ 254 ] {2033346f-9ae1-4879-b23b-b7e912c09018} <Debug> TCPHandler: Processed in 0.001886242 sec. | ||
| 8008 | 2025.02.25 03:54:38.778597 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8009 | 2025.02.25 03:54:38.778707 [ 4 ] {50883a39-8a49-4658-b186-9a025bf14f50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8010 | 2025.02.25 03:54:38.778774 [ 4 ] {50883a39-8a49-4658-b186-9a025bf14f50} <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 | ||
| 8011 | 2025.02.25 03:54:38.779966 [ 4 ] {50883a39-8a49-4658-b186-9a025bf14f50} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8012 | 2025.02.25 03:54:38.780004 [ 4 ] {50883a39-8a49-4658-b186-9a025bf14f50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8013 | 2025.02.25 03:54:38.780682 [ 4 ] {50883a39-8a49-4658-b186-9a025bf14f50} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8014 | 2025.02.25 03:54:38.780936 [ 4 ] {50883a39-8a49-4658-b186-9a025bf14f50} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8015 | 2025.02.25 03:54:38.781173 [ 4 ] {50883a39-8a49-4658-b186-9a025bf14f50} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002488 sec., 15675.24115755627 rows/sec., 28.09 MiB/sec. | ||
| 8016 | 2025.02.25 03:54:38.781277 [ 4 ] {50883a39-8a49-4658-b186-9a025bf14f50} <Debug> TCPHandler: Processed in 0.002732972 sec. | ||
| 8017 | 2025.02.25 03:54:38.781432 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8018 | 2025.02.25 03:54:38.781561 [ 254 ] {7752f74f-a8a9-4ae6-bca5-c1bca3cffa49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8019 | 2025.02.25 03:54:38.781617 [ 254 ] {7752f74f-a8a9-4ae6-bca5-c1bca3cffa49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8020 | 2025.02.25 03:54:38.782102 [ 254 ] {7752f74f-a8a9-4ae6-bca5-c1bca3cffa49} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8021 | 2025.02.25 03:54:38.782141 [ 254 ] {7752f74f-a8a9-4ae6-bca5-c1bca3cffa49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8022 | 2025.02.25 03:54:38.782506 [ 254 ] {7752f74f-a8a9-4ae6-bca5-c1bca3cffa49} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8023 | 2025.02.25 03:54:38.782742 [ 254 ] {7752f74f-a8a9-4ae6-bca5-c1bca3cffa49} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8024 | 2025.02.25 03:54:38.782953 [ 254 ] {7752f74f-a8a9-4ae6-bca5-c1bca3cffa49} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec. | ||
| 8025 | 2025.02.25 03:54:38.783002 [ 254 ] {7752f74f-a8a9-4ae6-bca5-c1bca3cffa49} <Debug> TCPHandler: Processed in 0.001632106 sec. | ||
| 8026 | 2025.02.25 03:54:39.511949 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 8027 | 2025.02.25 03:54:39.532639 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8028 | 2025.02.25 03:54:39.532692 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8029 | 2025.02.25 03:54:39.539945 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8030 | 2025.02.25 03:54:39.540704 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8031 | 2025.02.25 03:54:39.543291 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 8032 | 2025.02.25 03:54:40.719955 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8033 | 2025.02.25 03:54:40.720150 [ 4 ] {6d1b37fc-b6b1-44d3-9fd1-2a2b5b2ff0aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8034 | 2025.02.25 03:54:40.720224 [ 4 ] {6d1b37fc-b6b1-44d3-9fd1-2a2b5b2ff0aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8035 | 2025.02.25 03:54:40.720987 [ 4 ] {6d1b37fc-b6b1-44d3-9fd1-2a2b5b2ff0aa} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8036 | 2025.02.25 03:54:40.721042 [ 4 ] {6d1b37fc-b6b1-44d3-9fd1-2a2b5b2ff0aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8037 | 2025.02.25 03:54:40.721504 [ 4 ] {6d1b37fc-b6b1-44d3-9fd1-2a2b5b2ff0aa} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8038 | 2025.02.25 03:54:40.721768 [ 4 ] {6d1b37fc-b6b1-44d3-9fd1-2a2b5b2ff0aa} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8039 | 2025.02.25 03:54:40.722036 [ 4 ] {6d1b37fc-b6b1-44d3-9fd1-2a2b5b2ff0aa} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001934 sec., 12409.513960703207 rows/sec., 1.03 MiB/sec. | ||
| 8040 | 2025.02.25 03:54:40.722265 [ 4 ] {6d1b37fc-b6b1-44d3-9fd1-2a2b5b2ff0aa} <Debug> TCPHandler: Processed in 0.002440245 sec. | ||
| 8041 | 2025.02.25 03:54:40.722439 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8042 | 2025.02.25 03:54:40.722566 [ 254 ] {b2306326-6aa0-4424-b1ba-0aa0635d1a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8043 | 2025.02.25 03:54:40.722617 [ 254 ] {b2306326-6aa0-4424-b1ba-0aa0635d1a1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8044 | 2025.02.25 03:54:40.724181 [ 254 ] {b2306326-6aa0-4424-b1ba-0aa0635d1a1b} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8045 | 2025.02.25 03:54:40.724225 [ 254 ] {b2306326-6aa0-4424-b1ba-0aa0635d1a1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8046 | 2025.02.25 03:54:40.724688 [ 254 ] {b2306326-6aa0-4424-b1ba-0aa0635d1a1b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8047 | 2025.02.25 03:54:40.724935 [ 254 ] {b2306326-6aa0-4424-b1ba-0aa0635d1a1b} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8048 | 2025.02.25 03:54:40.725167 [ 254 ] {b2306326-6aa0-4424-b1ba-0aa0635d1a1b} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.002631 sec., 500190.041809198 rows/sec., 41.55 MiB/sec. | ||
| 8049 | 2025.02.25 03:54:40.725227 [ 254 ] {b2306326-6aa0-4424-b1ba-0aa0635d1a1b} <Debug> TCPHandler: Processed in 0.002849554 sec. | ||
| 8050 | 2025.02.25 03:54:40.725396 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8051 | 2025.02.25 03:54:40.725530 [ 4 ] {5b4ad92c-916b-4aa5-a051-62ce280dc615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8052 | 2025.02.25 03:54:40.725586 [ 4 ] {5b4ad92c-916b-4aa5-a051-62ce280dc615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8053 | 2025.02.25 03:54:40.726173 [ 4 ] {5b4ad92c-916b-4aa5-a051-62ce280dc615} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8054 | 2025.02.25 03:54:40.726212 [ 4 ] {5b4ad92c-916b-4aa5-a051-62ce280dc615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8055 | 2025.02.25 03:54:40.726560 [ 4 ] {5b4ad92c-916b-4aa5-a051-62ce280dc615} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8056 | 2025.02.25 03:54:40.726805 [ 4 ] {5b4ad92c-916b-4aa5-a051-62ce280dc615} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8057 | 2025.02.25 03:54:40.727009 [ 4 ] {5b4ad92c-916b-4aa5-a051-62ce280dc615} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.00151 sec., 7947.019867549669 rows/sec., 636.38 KiB/sec. | ||
| 8058 | 2025.02.25 03:54:40.727061 [ 4 ] {5b4ad92c-916b-4aa5-a051-62ce280dc615} <Debug> TCPHandler: Processed in 0.001730679 sec. | ||
| 8059 | 2025.02.25 03:54:40.727205 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8060 | 2025.02.25 03:54:40.727337 [ 254 ] {ced5d665-554e-4e3c-9ad6-eef3d3e6159f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8061 | 2025.02.25 03:54:40.727391 [ 254 ] {ced5d665-554e-4e3c-9ad6-eef3d3e6159f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8062 | 2025.02.25 03:54:40.728066 [ 254 ] {ced5d665-554e-4e3c-9ad6-eef3d3e6159f} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8063 | 2025.02.25 03:54:40.728106 [ 254 ] {ced5d665-554e-4e3c-9ad6-eef3d3e6159f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8064 | 2025.02.25 03:54:40.728476 [ 254 ] {ced5d665-554e-4e3c-9ad6-eef3d3e6159f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8065 | 2025.02.25 03:54:40.728719 [ 254 ] {ced5d665-554e-4e3c-9ad6-eef3d3e6159f} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8066 | 2025.02.25 03:54:40.728968 [ 254 ] {ced5d665-554e-4e3c-9ad6-eef3d3e6159f} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001656 sec., 152173.91304347827 rows/sec., 10.52 MiB/sec. | ||
| 8067 | 2025.02.25 03:54:40.729178 [ 254 ] {ced5d665-554e-4e3c-9ad6-eef3d3e6159f} <Debug> TCPHandler: Processed in 0.002030995 sec. | ||
| 8068 | 2025.02.25 03:54:40.729352 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8069 | 2025.02.25 03:54:40.729481 [ 4 ] {85fa397a-5948-4ecb-9654-57c2fa32a6fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8070 | 2025.02.25 03:54:40.729534 [ 4 ] {85fa397a-5948-4ecb-9654-57c2fa32a6fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8071 | 2025.02.25 03:54:40.730131 [ 4 ] {85fa397a-5948-4ecb-9654-57c2fa32a6fe} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8072 | 2025.02.25 03:54:40.730170 [ 4 ] {85fa397a-5948-4ecb-9654-57c2fa32a6fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8073 | 2025.02.25 03:54:40.730509 [ 4 ] {85fa397a-5948-4ecb-9654-57c2fa32a6fe} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8074 | 2025.02.25 03:54:40.730745 [ 4 ] {85fa397a-5948-4ecb-9654-57c2fa32a6fe} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8075 | 2025.02.25 03:54:40.731002 [ 4 ] {85fa397a-5948-4ecb-9654-57c2fa32a6fe} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001543 sec., 7777.057679844458 rows/sec., 607.58 KiB/sec. | ||
| 8076 | 2025.02.25 03:54:40.731219 [ 4 ] {85fa397a-5948-4ecb-9654-57c2fa32a6fe} <Debug> TCPHandler: Processed in 0.001928563 sec. | ||
| 8077 | 2025.02.25 03:54:40.731395 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8078 | 2025.02.25 03:54:40.731526 [ 254 ] {358874bd-aeba-46cb-a252-eae76d82fdc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8079 | 2025.02.25 03:54:40.731580 [ 254 ] {358874bd-aeba-46cb-a252-eae76d82fdc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8080 | 2025.02.25 03:54:40.732361 [ 254 ] {358874bd-aeba-46cb-a252-eae76d82fdc8} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8081 | 2025.02.25 03:54:40.732401 [ 254 ] {358874bd-aeba-46cb-a252-eae76d82fdc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8082 | 2025.02.25 03:54:40.732776 [ 254 ] {358874bd-aeba-46cb-a252-eae76d82fdc8} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8083 | 2025.02.25 03:54:40.733026 [ 254 ] {358874bd-aeba-46cb-a252-eae76d82fdc8} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8084 | 2025.02.25 03:54:40.733276 [ 254 ] {358874bd-aeba-46cb-a252-eae76d82fdc8} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.001774 sec., 313416.0090191657 rows/sec., 23.48 MiB/sec. | ||
| 8085 | 2025.02.25 03:54:40.733408 [ 254 ] {358874bd-aeba-46cb-a252-eae76d82fdc8} <Debug> TCPHandler: Processed in 0.002071686 sec. | ||
| 8086 | 2025.02.25 03:54:40.733669 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8087 | 2025.02.25 03:54:40.733824 [ 4 ] {60aad859-d5bd-4115-9127-e992c7e880ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8088 | 2025.02.25 03:54:40.733882 [ 4 ] {60aad859-d5bd-4115-9127-e992c7e880ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8089 | 2025.02.25 03:54:40.734817 [ 4 ] {60aad859-d5bd-4115-9127-e992c7e880ac} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8090 | 2025.02.25 03:54:40.734860 [ 4 ] {60aad859-d5bd-4115-9127-e992c7e880ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8091 | 2025.02.25 03:54:40.735288 [ 4 ] {60aad859-d5bd-4115-9127-e992c7e880ac} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8092 | 2025.02.25 03:54:40.735534 [ 4 ] {60aad859-d5bd-4115-9127-e992c7e880ac} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8093 | 2025.02.25 03:54:40.735751 [ 4 ] {60aad859-d5bd-4115-9127-e992c7e880ac} <Debug> executeQuery: Read 982 rows, 68.37 KiB in 0.001958 sec., 501532.17568947905 rows/sec., 34.10 MiB/sec. | ||
| 8094 | 2025.02.25 03:54:40.735808 [ 4 ] {60aad859-d5bd-4115-9127-e992c7e880ac} <Debug> TCPHandler: Processed in 0.002274391 sec. | ||
| 8095 | 2025.02.25 03:54:40.735946 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8096 | 2025.02.25 03:54:40.736055 [ 254 ] {b2072bec-22bb-493a-af3b-bc41242a79e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8097 | 2025.02.25 03:54:40.736102 [ 254 ] {b2072bec-22bb-493a-af3b-bc41242a79e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8098 | 2025.02.25 03:54:40.736538 [ 254 ] {b2072bec-22bb-493a-af3b-bc41242a79e8} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8099 | 2025.02.25 03:54:40.736578 [ 254 ] {b2072bec-22bb-493a-af3b-bc41242a79e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8100 | 2025.02.25 03:54:40.736929 [ 254 ] {b2072bec-22bb-493a-af3b-bc41242a79e8} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8101 | 2025.02.25 03:54:40.737170 [ 254 ] {b2072bec-22bb-493a-af3b-bc41242a79e8} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8102 | 2025.02.25 03:54:40.737399 [ 254 ] {b2072bec-22bb-493a-af3b-bc41242a79e8} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001363 sec., 17608.21716801174 rows/sec., 1.19 MiB/sec. | ||
| 8103 | 2025.02.25 03:54:40.737505 [ 254 ] {b2072bec-22bb-493a-af3b-bc41242a79e8} <Debug> TCPHandler: Processed in 0.001606436 sec. | ||
| 8104 | 2025.02.25 03:54:43.764257 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8105 | 2025.02.25 03:54:43.764486 [ 4 ] {ddadc90e-9407-4049-9fa7-bc34a48994b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8106 | 2025.02.25 03:54:43.764568 [ 4 ] {ddadc90e-9407-4049-9fa7-bc34a48994b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8107 | 2025.02.25 03:54:43.765402 [ 4 ] {ddadc90e-9407-4049-9fa7-bc34a48994b5} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8108 | 2025.02.25 03:54:43.765453 [ 4 ] {ddadc90e-9407-4049-9fa7-bc34a48994b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8109 | 2025.02.25 03:54:43.765901 [ 4 ] {ddadc90e-9407-4049-9fa7-bc34a48994b5} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8110 | 2025.02.25 03:54:43.766168 [ 4 ] {ddadc90e-9407-4049-9fa7-bc34a48994b5} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8111 | 2025.02.25 03:54:43.766408 [ 42 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8112 | 2025.02.25 03:54:43.766433 [ 4 ] {ddadc90e-9407-4049-9fa7-bc34a48994b5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002004 sec., 27944.111776447106 rows/sec., 2.13 MiB/sec. | ||
| 8113 | 2025.02.25 03:54:43.766493 [ 42 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8114 | 2025.02.25 03:54:43.766568 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8115 | 2025.02.25 03:54:43.766573 [ 4 ] {ddadc90e-9407-4049-9fa7-bc34a48994b5} <Debug> TCPHandler: Processed in 0.002456395 sec. | ||
| 8116 | 2025.02.25 03:54:43.766807 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 8117 | 2025.02.25 03:54:43.766821 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8118 | 2025.02.25 03:54:43.767116 [ 254 ] {ce5d9cd8-fc43-4670-842a-977af2466fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8119 | 2025.02.25 03:54:43.767123 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8120 | 2025.02.25 03:54:43.767211 [ 254 ] {ce5d9cd8-fc43-4670-842a-977af2466fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8121 | 2025.02.25 03:54:43.767217 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1966 rows starting from the beginning of the part | ||
| 8122 | 2025.02.25 03:54:43.767577 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 135 rows starting from the beginning of the part | ||
| 8123 | 2025.02.25 03:54:43.767928 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 8124 | 2025.02.25 03:54:43.768310 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 134 rows starting from the beginning of the part | ||
| 8125 | 2025.02.25 03:54:43.768722 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1316 rows starting from the beginning of the part | ||
| 8126 | 2025.02.25 03:54:43.769047 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
| 8127 | 2025.02.25 03:54:43.769961 [ 254 ] {ce5d9cd8-fc43-4670-842a-977af2466fbc} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8128 | 2025.02.25 03:54:43.770027 [ 254 ] {ce5d9cd8-fc43-4670-842a-977af2466fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8129 | 2025.02.25 03:54:43.770986 [ 254 ] {ce5d9cd8-fc43-4670-842a-977af2466fbc} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8130 | 2025.02.25 03:54:43.771574 [ 254 ] {ce5d9cd8-fc43-4670-842a-977af2466fbc} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8131 | 2025.02.25 03:54:43.771795 [ 42 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8132 | 2025.02.25 03:54:43.771878 [ 42 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8133 | 2025.02.25 03:54:43.771918 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8134 | 2025.02.25 03:54:43.771925 [ 254 ] {ce5d9cd8-fc43-4670-842a-977af2466fbc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00489 sec., 13087.934560327198 rows/sec., 1.02 MiB/sec. | ||
| 8135 | 2025.02.25 03:54:43.772270 [ 254 ] {ce5d9cd8-fc43-4670-842a-977af2466fbc} <Debug> TCPHandler: Processed in 0.005538243 sec. | ||
| 8136 | 2025.02.25 03:54:43.772418 [ 199 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 8137 | 2025.02.25 03:54:43.772583 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8138 | 2025.02.25 03:54:43.772976 [ 199 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8139 | 2025.02.25 03:54:43.773049 [ 191 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3663 rows, containing 5 columns (5 merged, 0 gathered) in 0.006354092 sec., 576478.9052472013 rows/sec., 49.77 MiB/sec. | ||
| 8140 | 2025.02.25 03:54:43.773075 [ 199 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 951 rows starting from the beginning of the part | ||
| 8141 | 2025.02.25 03:54:43.773079 [ 4 ] {80a0d0d8-3478-41bb-800c-affb3ad1afe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8142 | 2025.02.25 03:54:43.773255 [ 4 ] {80a0d0d8-3478-41bb-800c-affb3ad1afe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8143 | 2025.02.25 03:54:43.773423 [ 199 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 105 rows starting from the beginning of the part | ||
| 8144 | 2025.02.25 03:54:43.773602 [ 193 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8145 | 2025.02.25 03:54:43.774278 [ 199 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 8146 | 2025.02.25 03:54:43.774750 [ 193 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_81_16} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8147 | 2025.02.25 03:54:43.774861 [ 199 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 103 rows starting from the beginning of the part | ||
| 8148 | 2025.02.25 03:54:43.775122 [ 193 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_81_16} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8149 | 2025.02.25 03:54:43.775421 [ 199 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 556 rows starting from the beginning of the part | ||
| 8150 | 2025.02.25 03:54:43.775441 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 8151 | 2025.02.25 03:54:43.775789 [ 199 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
| 8152 | 2025.02.25 03:54:43.776543 [ 4 ] {80a0d0d8-3478-41bb-800c-affb3ad1afe5} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8153 | 2025.02.25 03:54:43.776606 [ 4 ] {80a0d0d8-3478-41bb-800c-affb3ad1afe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8154 | 2025.02.25 03:54:43.777639 [ 4 ] {80a0d0d8-3478-41bb-800c-affb3ad1afe5} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8155 | 2025.02.25 03:54:43.778248 [ 4 ] {80a0d0d8-3478-41bb-800c-affb3ad1afe5} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8156 | 2025.02.25 03:54:43.778475 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8157 | 2025.02.25 03:54:43.778546 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8158 | 2025.02.25 03:54:43.778623 [ 4 ] {80a0d0d8-3478-41bb-800c-affb3ad1afe5} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.005622 sec., 17075.773745997863 rows/sec., 1.19 MiB/sec. | ||
| 8159 | 2025.02.25 03:54:43.778641 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8160 | 2025.02.25 03:54:43.779067 [ 4 ] {80a0d0d8-3478-41bb-800c-affb3ad1afe5} <Debug> TCPHandler: Processed in 0.006649098 sec. | ||
| 8161 | 2025.02.25 03:54:43.779457 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8162 | 2025.02.25 03:54:43.779560 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 8163 | 2025.02.25 03:54:43.780024 [ 254 ] {000ae937-e642-4dc6-ad8f-d96be3f1a790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8164 | 2025.02.25 03:54:43.780300 [ 254 ] {000ae937-e642-4dc6-ad8f-d96be3f1a790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8165 | 2025.02.25 03:54:43.780523 [ 193 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1843 rows, containing 5 columns (5 merged, 0 gathered) in 0.00848068 sec., 217317.47925873866 rows/sec., 17.05 MiB/sec. | ||
| 8166 | 2025.02.25 03:54:43.780645 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8167 | 2025.02.25 03:54:43.780877 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21323 rows starting from the beginning of the part | ||
| 8168 | 2025.02.25 03:54:43.781003 [ 193 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8169 | 2025.02.25 03:54:43.781949 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 161 rows starting from the beginning of the part | ||
| 8170 | 2025.02.25 03:54:43.782786 [ 193 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_81_16} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8171 | 2025.02.25 03:54:43.782924 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 8172 | 2025.02.25 03:54:43.783247 [ 193 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_81_16} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8173 | 2025.02.25 03:54:43.783380 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
| 8174 | 2025.02.25 03:54:43.783634 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 8175 | 2025.02.25 03:54:43.783832 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 982 rows starting from the beginning of the part | ||
| 8176 | 2025.02.25 03:54:43.784071 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 96 rows starting from the beginning of the part | ||
| 8177 | 2025.02.25 03:54:43.784390 [ 254 ] {000ae937-e642-4dc6-ad8f-d96be3f1a790} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8178 | 2025.02.25 03:54:43.784436 [ 254 ] {000ae937-e642-4dc6-ad8f-d96be3f1a790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8179 | 2025.02.25 03:54:43.785001 [ 254 ] {000ae937-e642-4dc6-ad8f-d96be3f1a790} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8180 | 2025.02.25 03:54:43.785589 [ 254 ] {000ae937-e642-4dc6-ad8f-d96be3f1a790} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8181 | 2025.02.25 03:54:43.785883 [ 42 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8182 | 2025.02.25 03:54:43.785949 [ 42 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8183 | 2025.02.25 03:54:43.785987 [ 254 ] {000ae937-e642-4dc6-ad8f-d96be3f1a790} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.006193 sec., 5813.0146940093655 rows/sec., 401.16 KiB/sec. | ||
| 8184 | 2025.02.25 03:54:43.785998 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8185 | 2025.02.25 03:54:43.786245 [ 254 ] {000ae937-e642-4dc6-ad8f-d96be3f1a790} <Debug> TCPHandler: Processed in 0.007001367 sec. | ||
| 8186 | 2025.02.25 03:54:43.786717 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 8187 | 2025.02.25 03:54:43.787341 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8188 | 2025.02.25 03:54:43.787487 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3912 rows starting from the beginning of the part | ||
| 8189 | 2025.02.25 03:54:43.787907 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 8190 | 2025.02.25 03:54:43.788331 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 8191 | 2025.02.25 03:54:43.788715 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 8192 | 2025.02.25 03:54:43.788954 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 24 rows starting from the beginning of the part | ||
| 8193 | 2025.02.25 03:54:43.789322 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 36 rows starting from the beginning of the part | ||
| 8194 | 2025.02.25 03:54:43.801171 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4152 rows, containing 4 columns (4 merged, 0 gathered) in 0.014920604 sec., 278272.91710174736 rows/sec., 18.68 MiB/sec. | ||
| 8195 | 2025.02.25 03:54:43.801702 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8196 | 2025.02.25 03:54:43.802127 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_81_16} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8197 | 2025.02.25 03:54:43.802263 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_81_16} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8198 | 2025.02.25 03:54:43.802472 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 8199 | 2025.02.25 03:54:43.803898 [ 202 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22882 rows, containing 5 columns (5 merged, 0 gathered) in 0.025055161 sec., 913264.9357152405 rows/sec., 62.50 MiB/sec. | ||
| 8200 | 2025.02.25 03:54:43.804386 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8201 | 2025.02.25 03:54:43.804706 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8202 | 2025.02.25 03:54:43.804793 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8203 | 2025.02.25 03:54:43.804889 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 8204 | 2025.02.25 03:54:44.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.48 MiB, peak 233.67 MiB, free memory in arenas 0.00 B, will set to 223.50 MiB (RSS), difference: 2.02 MiB | ||
| 8205 | 2025.02.25 03:54:45.462528 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
| 8206 | 2025.02.25 03:54:45.463189 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8207 | 2025.02.25 03:54:45.463230 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8208 | 2025.02.25 03:54:45.463759 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8209 | 2025.02.25 03:54:45.464189 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8210 | 2025.02.25 03:54:45.464515 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 8211 | 2025.02.25 03:54:47.044322 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 8212 | 2025.02.25 03:54:47.065727 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8213 | 2025.02.25 03:54:47.065785 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8214 | 2025.02.25 03:54:47.073113 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8215 | 2025.02.25 03:54:47.073891 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8216 | 2025.02.25 03:54:47.077716 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 8217 | 2025.02.25 03:54:48.060357 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1126 | ||
| 8218 | 2025.02.25 03:54:48.063540 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8219 | 2025.02.25 03:54:48.063606 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8220 | 2025.02.25 03:54:48.065926 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8221 | 2025.02.25 03:54:48.066251 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8222 | 2025.02.25 03:54:48.066517 [ 38 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 8223 | 2025.02.25 03:54:48.066658 [ 38 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8224 | 2025.02.25 03:54:48.066746 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8225 | 2025.02.25 03:54:48.067351 [ 196 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::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 | ||
| 8226 | 2025.02.25 03:54:48.068641 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1126 | ||
| 8227 | 2025.02.25 03:54:48.069074 [ 196 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8228 | 2025.02.25 03:54:48.069276 [ 196 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 982 rows starting from the beginning of the part | ||
| 8229 | 2025.02.25 03:54:48.069798 [ 196 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 22 rows starting from the beginning of the part | ||
| 8230 | 2025.02.25 03:54:48.070291 [ 196 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 44 rows starting from the beginning of the part | ||
| 8231 | 2025.02.25 03:54:48.070958 [ 196 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 20 rows starting from the beginning of the part | ||
| 8232 | 2025.02.25 03:54:48.071655 [ 196 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 22 rows starting from the beginning of the part | ||
| 8233 | 2025.02.25 03:54:48.072351 [ 196 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part | ||
| 8234 | 2025.02.25 03:54:48.080821 [ 202 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1126 rows, containing 72 columns (72 merged, 0 gathered) in 0.01386587 sec., 81206.58855160188 rows/sec., 66.37 MiB/sec. | ||
| 8235 | 2025.02.25 03:54:48.082320 [ 202 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 8236 | 2025.02.25 03:54:48.083176 [ 202 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_36_7} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8237 | 2025.02.25 03:54:48.083275 [ 202 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_36_7} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 8238 | 2025.02.25 03:54:48.083630 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.66 MiB. | ||
| 8239 | 2025.02.25 03:54:48.769813 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8240 | 2025.02.25 03:54:48.770102 [ 4 ] {2b2ff9f8-35a4-49a1-b7b2-a0e1e7df662d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8241 | 2025.02.25 03:54:48.770176 [ 4 ] {2b2ff9f8-35a4-49a1-b7b2-a0e1e7df662d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8242 | 2025.02.25 03:54:48.770955 [ 4 ] {2b2ff9f8-35a4-49a1-b7b2-a0e1e7df662d} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8243 | 2025.02.25 03:54:48.771003 [ 4 ] {2b2ff9f8-35a4-49a1-b7b2-a0e1e7df662d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8244 | 2025.02.25 03:54:48.771429 [ 4 ] {2b2ff9f8-35a4-49a1-b7b2-a0e1e7df662d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 8245 | 2025.02.25 03:54:48.771680 [ 4 ] {2b2ff9f8-35a4-49a1-b7b2-a0e1e7df662d} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8246 | 2025.02.25 03:54:48.771915 [ 4 ] {2b2ff9f8-35a4-49a1-b7b2-a0e1e7df662d} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001886 sec., 71049.84093319194 rows/sec., 6.11 MiB/sec. | ||
| 8247 | 2025.02.25 03:54:48.771978 [ 4 ] {2b2ff9f8-35a4-49a1-b7b2-a0e1e7df662d} <Debug> TCPHandler: Processed in 0.002342312 sec. | ||
| 8248 | 2025.02.25 03:54:48.772188 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8249 | 2025.02.25 03:54:48.772328 [ 254 ] {7184623e-5bf1-4588-8912-15248c1d6f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8250 | 2025.02.25 03:54:48.772387 [ 254 ] {7184623e-5bf1-4588-8912-15248c1d6f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8251 | 2025.02.25 03:54:48.773066 [ 254 ] {7184623e-5bf1-4588-8912-15248c1d6f9d} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8252 | 2025.02.25 03:54:48.773108 [ 254 ] {7184623e-5bf1-4588-8912-15248c1d6f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8253 | 2025.02.25 03:54:48.773476 [ 254 ] {7184623e-5bf1-4588-8912-15248c1d6f9d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8254 | 2025.02.25 03:54:48.773719 [ 254 ] {7184623e-5bf1-4588-8912-15248c1d6f9d} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8255 | 2025.02.25 03:54:48.773933 [ 254 ] {7184623e-5bf1-4588-8912-15248c1d6f9d} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001638 sec., 23809.52380952381 rows/sec., 1.75 MiB/sec. | ||
| 8256 | 2025.02.25 03:54:48.773988 [ 254 ] {7184623e-5bf1-4588-8912-15248c1d6f9d} <Debug> TCPHandler: Processed in 0.001870442 sec. | ||
| 8257 | 2025.02.25 03:54:48.774153 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8258 | 2025.02.25 03:54:48.774283 [ 4 ] {17abfa93-be61-4ac2-8d16-11225ffb0666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8259 | 2025.02.25 03:54:48.774338 [ 4 ] {17abfa93-be61-4ac2-8d16-11225ffb0666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8260 | 2025.02.25 03:54:48.775016 [ 4 ] {17abfa93-be61-4ac2-8d16-11225ffb0666} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8261 | 2025.02.25 03:54:48.775063 [ 4 ] {17abfa93-be61-4ac2-8d16-11225ffb0666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8262 | 2025.02.25 03:54:48.775412 [ 4 ] {17abfa93-be61-4ac2-8d16-11225ffb0666} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 8263 | 2025.02.25 03:54:48.775651 [ 4 ] {17abfa93-be61-4ac2-8d16-11225ffb0666} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8264 | 2025.02.25 03:54:48.775854 [ 4 ] {17abfa93-be61-4ac2-8d16-11225ffb0666} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.0016 sec., 64375 rows/sec., 5.03 MiB/sec. | ||
| 8265 | 2025.02.25 03:54:48.775904 [ 4 ] {17abfa93-be61-4ac2-8d16-11225ffb0666} <Debug> TCPHandler: Processed in 0.00181687 sec. | ||
| 8266 | 2025.02.25 03:54:48.776053 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8267 | 2025.02.25 03:54:48.776184 [ 254 ] {2557fc40-76c0-46af-8387-b812af46c05b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8268 | 2025.02.25 03:54:48.776243 [ 254 ] {2557fc40-76c0-46af-8387-b812af46c05b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8269 | 2025.02.25 03:54:48.776866 [ 254 ] {2557fc40-76c0-46af-8387-b812af46c05b} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8270 | 2025.02.25 03:54:48.776913 [ 254 ] {2557fc40-76c0-46af-8387-b812af46c05b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8271 | 2025.02.25 03:54:48.777317 [ 254 ] {2557fc40-76c0-46af-8387-b812af46c05b} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 8272 | 2025.02.25 03:54:48.777560 [ 254 ] {2557fc40-76c0-46af-8387-b812af46c05b} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8273 | 2025.02.25 03:54:48.777766 [ 254 ] {2557fc40-76c0-46af-8387-b812af46c05b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001611 sec., 99317.19428926133 rows/sec., 6.92 MiB/sec. | ||
| 8274 | 2025.02.25 03:54:48.777816 [ 254 ] {2557fc40-76c0-46af-8387-b812af46c05b} <Debug> TCPHandler: Processed in 0.001818271 sec. | ||
| 8275 | 2025.02.25 03:54:48.777954 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8276 | 2025.02.25 03:54:48.778063 [ 4 ] {506ed95c-7643-4c6f-816b-6e527bd2d6a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8277 | 2025.02.25 03:54:48.778141 [ 4 ] {506ed95c-7643-4c6f-816b-6e527bd2d6a1} <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 | ||
| 8278 | 2025.02.25 03:54:48.779374 [ 4 ] {506ed95c-7643-4c6f-816b-6e527bd2d6a1} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8279 | 2025.02.25 03:54:48.779413 [ 4 ] {506ed95c-7643-4c6f-816b-6e527bd2d6a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8280 | 2025.02.25 03:54:48.780060 [ 4 ] {506ed95c-7643-4c6f-816b-6e527bd2d6a1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8281 | 2025.02.25 03:54:48.780324 [ 4 ] {506ed95c-7643-4c6f-816b-6e527bd2d6a1} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8282 | 2025.02.25 03:54:48.780563 [ 4 ] {506ed95c-7643-4c6f-816b-6e527bd2d6a1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002525 sec., 15445.544554455446 rows/sec., 27.68 MiB/sec. | ||
| 8283 | 2025.02.25 03:54:48.780665 [ 4 ] {506ed95c-7643-4c6f-816b-6e527bd2d6a1} <Debug> TCPHandler: Processed in 0.002763022 sec. | ||
| 8284 | 2025.02.25 03:54:48.780809 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8285 | 2025.02.25 03:54:48.780939 [ 254 ] {e7cf83cb-c858-4a34-b30b-642144a79185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8286 | 2025.02.25 03:54:48.780995 [ 254 ] {e7cf83cb-c858-4a34-b30b-642144a79185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8287 | 2025.02.25 03:54:48.781443 [ 254 ] {e7cf83cb-c858-4a34-b30b-642144a79185} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8288 | 2025.02.25 03:54:48.781482 [ 254 ] {e7cf83cb-c858-4a34-b30b-642144a79185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8289 | 2025.02.25 03:54:48.781843 [ 254 ] {e7cf83cb-c858-4a34-b30b-642144a79185} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 8290 | 2025.02.25 03:54:48.782092 [ 254 ] {e7cf83cb-c858-4a34-b30b-642144a79185} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8291 | 2025.02.25 03:54:48.782297 [ 254 ] {e7cf83cb-c858-4a34-b30b-642144a79185} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
| 8292 | 2025.02.25 03:54:48.782348 [ 254 ] {e7cf83cb-c858-4a34-b30b-642144a79185} <Debug> TCPHandler: Processed in 0.001600496 sec. | ||
| 8293 | 2025.02.25 03:54:52.783433 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8294 | 2025.02.25 03:54:52.783491 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8295 | 2025.02.25 03:54:52.965638 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
| 8296 | 2025.02.25 03:54:52.966299 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8297 | 2025.02.25 03:54:52.966346 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8298 | 2025.02.25 03:54:52.967599 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8299 | 2025.02.25 03:54:52.967852 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8300 | 2025.02.25 03:54:52.968095 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 8301 | 2025.02.25 03:54:53.766909 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8302 | 2025.02.25 03:54:53.767115 [ 4 ] {2da391b7-811c-4162-aeaf-49e9101ce1e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8303 | 2025.02.25 03:54:53.767194 [ 4 ] {2da391b7-811c-4162-aeaf-49e9101ce1e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8304 | 2025.02.25 03:54:53.767964 [ 4 ] {2da391b7-811c-4162-aeaf-49e9101ce1e9} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8305 | 2025.02.25 03:54:53.768011 [ 4 ] {2da391b7-811c-4162-aeaf-49e9101ce1e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8306 | 2025.02.25 03:54:53.768430 [ 4 ] {2da391b7-811c-4162-aeaf-49e9101ce1e9} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 8307 | 2025.02.25 03:54:53.768678 [ 4 ] {2da391b7-811c-4162-aeaf-49e9101ce1e9} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8308 | 2025.02.25 03:54:53.768910 [ 4 ] {2da391b7-811c-4162-aeaf-49e9101ce1e9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001852 sec., 30237.580993520518 rows/sec., 2.31 MiB/sec. | ||
| 8309 | 2025.02.25 03:54:53.768975 [ 4 ] {2da391b7-811c-4162-aeaf-49e9101ce1e9} <Debug> TCPHandler: Processed in 0.002206819 sec. | ||
| 8310 | 2025.02.25 03:54:53.769161 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8311 | 2025.02.25 03:54:53.769309 [ 254 ] {ad6da004-3989-4107-b0ce-1305794e751d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8312 | 2025.02.25 03:54:53.769367 [ 254 ] {ad6da004-3989-4107-b0ce-1305794e751d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8313 | 2025.02.25 03:54:53.770052 [ 254 ] {ad6da004-3989-4107-b0ce-1305794e751d} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8314 | 2025.02.25 03:54:53.770100 [ 254 ] {ad6da004-3989-4107-b0ce-1305794e751d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8315 | 2025.02.25 03:54:53.770493 [ 254 ] {ad6da004-3989-4107-b0ce-1305794e751d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 8316 | 2025.02.25 03:54:53.770735 [ 254 ] {ad6da004-3989-4107-b0ce-1305794e751d} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8317 | 2025.02.25 03:54:53.770946 [ 254 ] {ad6da004-3989-4107-b0ce-1305794e751d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001672 sec., 38277.511961722485 rows/sec., 2.99 MiB/sec. | ||
| 8318 | 2025.02.25 03:54:53.771005 [ 254 ] {ad6da004-3989-4107-b0ce-1305794e751d} <Debug> TCPHandler: Processed in 0.001914643 sec. | ||
| 8319 | 2025.02.25 03:54:53.771167 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8320 | 2025.02.25 03:54:53.771294 [ 4 ] {bb97bbe1-62e6-4bcd-baf3-772cc8498bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8321 | 2025.02.25 03:54:53.771354 [ 4 ] {bb97bbe1-62e6-4bcd-baf3-772cc8498bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8322 | 2025.02.25 03:54:53.771969 [ 4 ] {bb97bbe1-62e6-4bcd-baf3-772cc8498bf3} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8323 | 2025.02.25 03:54:53.772021 [ 4 ] {bb97bbe1-62e6-4bcd-baf3-772cc8498bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8324 | 2025.02.25 03:54:53.772432 [ 4 ] {bb97bbe1-62e6-4bcd-baf3-772cc8498bf3} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 8325 | 2025.02.25 03:54:53.772668 [ 4 ] {bb97bbe1-62e6-4bcd-baf3-772cc8498bf3} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8326 | 2025.02.25 03:54:53.772877 [ 4 ] {bb97bbe1-62e6-4bcd-baf3-772cc8498bf3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001614 sec., 99132.58983890954 rows/sec., 6.90 MiB/sec. | ||
| 8327 | 2025.02.25 03:54:53.772928 [ 4 ] {bb97bbe1-62e6-4bcd-baf3-772cc8498bf3} <Debug> TCPHandler: Processed in 0.001813811 sec. | ||
| 8328 | 2025.02.25 03:54:53.773071 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8329 | 2025.02.25 03:54:53.773181 [ 254 ] {82986d78-9ed0-44d9-a769-884342a80db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8330 | 2025.02.25 03:54:53.773235 [ 254 ] {82986d78-9ed0-44d9-a769-884342a80db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8331 | 2025.02.25 03:54:53.773764 [ 254 ] {82986d78-9ed0-44d9-a769-884342a80db9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8332 | 2025.02.25 03:54:53.773812 [ 254 ] {82986d78-9ed0-44d9-a769-884342a80db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8333 | 2025.02.25 03:54:53.774247 [ 254 ] {82986d78-9ed0-44d9-a769-884342a80db9} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 8334 | 2025.02.25 03:54:53.774487 [ 254 ] {82986d78-9ed0-44d9-a769-884342a80db9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8335 | 2025.02.25 03:54:53.774731 [ 254 ] {82986d78-9ed0-44d9-a769-884342a80db9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001572 sec., 38167.93893129771 rows/sec., 2.57 MiB/sec. | ||
| 8336 | 2025.02.25 03:54:53.774781 [ 254 ] {82986d78-9ed0-44d9-a769-884342a80db9} <Debug> TCPHandler: Processed in 0.001763209 sec. | ||
| 8337 | 2025.02.25 03:54:54.578754 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 8338 | 2025.02.25 03:54:54.599350 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8339 | 2025.02.25 03:54:54.599405 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8340 | 2025.02.25 03:54:54.606714 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8341 | 2025.02.25 03:54:54.607470 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8342 | 2025.02.25 03:54:54.610064 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 8343 | 2025.02.25 03:54:58.069817 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1146 | ||
| 8344 | 2025.02.25 03:54:58.072662 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8345 | 2025.02.25 03:54:58.072724 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8346 | 2025.02.25 03:54:58.074220 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8347 | 2025.02.25 03:54:58.074547 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8348 | 2025.02.25 03:54:58.075220 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1146 | ||
| 8349 | 2025.02.25 03:54:58.769530 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8350 | 2025.02.25 03:54:58.769826 [ 4 ] {bde04e63-83bd-40e4-a8b6-0449f6127359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8351 | 2025.02.25 03:54:58.769939 [ 4 ] {bde04e63-83bd-40e4-a8b6-0449f6127359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8352 | 2025.02.25 03:54:58.770839 [ 4 ] {bde04e63-83bd-40e4-a8b6-0449f6127359} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8353 | 2025.02.25 03:54:58.770884 [ 4 ] {bde04e63-83bd-40e4-a8b6-0449f6127359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8354 | 2025.02.25 03:54:58.771317 [ 4 ] {bde04e63-83bd-40e4-a8b6-0449f6127359} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8355 | 2025.02.25 03:54:58.771565 [ 4 ] {bde04e63-83bd-40e4-a8b6-0449f6127359} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8356 | 2025.02.25 03:54:58.771841 [ 4 ] {bde04e63-83bd-40e4-a8b6-0449f6127359} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.00209 sec., 5741.626794258374 rows/sec., 468.19 KiB/sec. | ||
| 8357 | 2025.02.25 03:54:58.772037 [ 4 ] {bde04e63-83bd-40e4-a8b6-0449f6127359} <Debug> TCPHandler: Processed in 0.00268679 sec. | ||
| 8358 | 2025.02.25 03:54:58.772235 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8359 | 2025.02.25 03:54:58.772372 [ 254 ] {09a3af3f-0c89-4bda-975b-ae787e8b67a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8360 | 2025.02.25 03:54:58.772428 [ 254 ] {09a3af3f-0c89-4bda-975b-ae787e8b67a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8361 | 2025.02.25 03:54:58.773175 [ 254 ] {09a3af3f-0c89-4bda-975b-ae787e8b67a1} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8362 | 2025.02.25 03:54:58.773222 [ 254 ] {09a3af3f-0c89-4bda-975b-ae787e8b67a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8363 | 2025.02.25 03:54:58.773633 [ 254 ] {09a3af3f-0c89-4bda-975b-ae787e8b67a1} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 8364 | 2025.02.25 03:54:58.773884 [ 254 ] {09a3af3f-0c89-4bda-975b-ae787e8b67a1} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8365 | 2025.02.25 03:54:58.774068 [ 254 ] {09a3af3f-0c89-4bda-975b-ae787e8b67a1} <Debug> executeQuery: Read 140 rows, 12.25 KiB in 0.001729 sec., 80971.65991902833 rows/sec., 6.92 MiB/sec. | ||
| 8366 | 2025.02.25 03:54:58.774122 [ 254 ] {09a3af3f-0c89-4bda-975b-ae787e8b67a1} <Debug> TCPHandler: Processed in 0.001959764 sec. | ||
| 8367 | 2025.02.25 03:54:58.774252 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8368 | 2025.02.25 03:54:58.774363 [ 4 ] {8bd4d560-e823-4b5b-9430-6baecc9e05ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8369 | 2025.02.25 03:54:58.774416 [ 4 ] {8bd4d560-e823-4b5b-9430-6baecc9e05ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8370 | 2025.02.25 03:54:58.775057 [ 4 ] {8bd4d560-e823-4b5b-9430-6baecc9e05ac} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8371 | 2025.02.25 03:54:58.775101 [ 4 ] {8bd4d560-e823-4b5b-9430-6baecc9e05ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8372 | 2025.02.25 03:54:58.775487 [ 4 ] {8bd4d560-e823-4b5b-9430-6baecc9e05ac} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8373 | 2025.02.25 03:54:58.775722 [ 4 ] {8bd4d560-e823-4b5b-9430-6baecc9e05ac} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8374 | 2025.02.25 03:54:58.775844 [ 24 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8375 | 2025.02.25 03:54:58.775883 [ 24 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8376 | 2025.02.25 03:54:58.775899 [ 4 ] {8bd4d560-e823-4b5b-9430-6baecc9e05ac} <Debug> executeQuery: Read 51 rows, 3.77 KiB in 0.001562 sec., 32650.44814340589 rows/sec., 2.36 MiB/sec. | ||
| 8377 | 2025.02.25 03:54:58.775907 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8378 | 2025.02.25 03:54:58.776001 [ 4 ] {8bd4d560-e823-4b5b-9430-6baecc9e05ac} <Debug> TCPHandler: Processed in 0.00179625 sec. | ||
| 8379 | 2025.02.25 03:54:58.776293 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8380 | 2025.02.25 03:54:58.776437 [ 194 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 8381 | 2025.02.25 03:54:58.776656 [ 254 ] {c4c14bd1-227e-48ec-b64f-e004432daf8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8382 | 2025.02.25 03:54:58.776855 [ 254 ] {c4c14bd1-227e-48ec-b64f-e004432daf8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8383 | 2025.02.25 03:54:58.777009 [ 194 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8384 | 2025.02.25 03:54:58.777114 [ 194 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 177 rows starting from the beginning of the part | ||
| 8385 | 2025.02.25 03:54:58.777389 [ 194 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 41 rows starting from the beginning of the part | ||
| 8386 | 2025.02.25 03:54:58.777797 [ 194 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 39 rows starting from the beginning of the part | ||
| 8387 | 2025.02.25 03:54:58.778201 [ 194 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 8388 | 2025.02.25 03:54:58.778549 [ 194 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 39 rows starting from the beginning of the part | ||
| 8389 | 2025.02.25 03:54:58.778901 [ 194 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 51 rows starting from the beginning of the part | ||
| 8390 | 2025.02.25 03:54:58.779790 [ 254 ] {c4c14bd1-227e-48ec-b64f-e004432daf8b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8391 | 2025.02.25 03:54:58.779855 [ 254 ] {c4c14bd1-227e-48ec-b64f-e004432daf8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8392 | 2025.02.25 03:54:58.780881 [ 254 ] {c4c14bd1-227e-48ec-b64f-e004432daf8b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 8393 | 2025.02.25 03:54:58.781474 [ 194 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 359 rows, containing 5 columns (5 merged, 0 gathered) in 0.005444242 sec., 65941.22744727365 rows/sec., 4.80 MiB/sec. | ||
| 8394 | 2025.02.25 03:54:58.781486 [ 254 ] {c4c14bd1-227e-48ec-b64f-e004432daf8b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8395 | 2025.02.25 03:54:58.781720 [ 194 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8396 | 2025.02.25 03:54:58.782003 [ 254 ] {c4c14bd1-227e-48ec-b64f-e004432daf8b} <Debug> executeQuery: Read 115 rows, 9.22 KiB in 0.005467 sec., 21035.302725443573 rows/sec., 1.65 MiB/sec. | ||
| 8397 | 2025.02.25 03:54:58.782405 [ 254 ] {c4c14bd1-227e-48ec-b64f-e004432daf8b} <Debug> TCPHandler: Processed in 0.006299141 sec. | ||
| 8398 | 2025.02.25 03:54:58.782708 [ 194 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_46_9} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8399 | 2025.02.25 03:54:58.782775 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8400 | 2025.02.25 03:54:58.782977 [ 194 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_46_9} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8401 | 2025.02.25 03:54:58.783269 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 8402 | 2025.02.25 03:54:58.783290 [ 4 ] {d45cee71-488c-4541-b28b-1eeba8a21690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8403 | 2025.02.25 03:54:58.783422 [ 4 ] {d45cee71-488c-4541-b28b-1eeba8a21690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8404 | 2025.02.25 03:54:58.783993 [ 4 ] {d45cee71-488c-4541-b28b-1eeba8a21690} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8405 | 2025.02.25 03:54:58.784032 [ 4 ] {d45cee71-488c-4541-b28b-1eeba8a21690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8406 | 2025.02.25 03:54:58.784424 [ 4 ] {d45cee71-488c-4541-b28b-1eeba8a21690} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 8407 | 2025.02.25 03:54:58.784657 [ 4 ] {d45cee71-488c-4541-b28b-1eeba8a21690} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8408 | 2025.02.25 03:54:58.784844 [ 4 ] {d45cee71-488c-4541-b28b-1eeba8a21690} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.001772 sec., 93679.45823927765 rows/sec., 6.52 MiB/sec. | ||
| 8409 | 2025.02.25 03:54:58.784936 [ 4 ] {d45cee71-488c-4541-b28b-1eeba8a21690} <Debug> TCPHandler: Processed in 0.002407664 sec. | ||
| 8410 | 2025.02.25 03:54:58.785160 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8411 | 2025.02.25 03:54:58.785334 [ 254 ] {c418ed17-b0d1-476d-8df7-3248f29ec401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8412 | 2025.02.25 03:54:58.785420 [ 254 ] {c418ed17-b0d1-476d-8df7-3248f29ec401} <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 | ||
| 8413 | 2025.02.25 03:54:58.786693 [ 254 ] {c418ed17-b0d1-476d-8df7-3248f29ec401} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8414 | 2025.02.25 03:54:58.786731 [ 254 ] {c418ed17-b0d1-476d-8df7-3248f29ec401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8415 | 2025.02.25 03:54:58.787405 [ 254 ] {c418ed17-b0d1-476d-8df7-3248f29ec401} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8416 | 2025.02.25 03:54:58.787661 [ 254 ] {c418ed17-b0d1-476d-8df7-3248f29ec401} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8417 | 2025.02.25 03:54:58.787805 [ 24 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 8418 | 2025.02.25 03:54:58.787848 [ 24 ] {} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8419 | 2025.02.25 03:54:58.787873 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8420 | 2025.02.25 03:54:58.787877 [ 254 ] {c418ed17-b0d1-476d-8df7-3248f29ec401} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002571 sec., 15169.194865810969 rows/sec., 27.18 MiB/sec. | ||
| 8421 | 2025.02.25 03:54:58.788118 [ 188 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::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 | ||
| 8422 | 2025.02.25 03:54:58.788131 [ 254 ] {c418ed17-b0d1-476d-8df7-3248f29ec401} <Debug> TCPHandler: Processed in 0.003093249 sec. | ||
| 8423 | 2025.02.25 03:54:58.788316 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8424 | 2025.02.25 03:54:58.788475 [ 188 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8425 | 2025.02.25 03:54:58.788489 [ 4 ] {5fe6156c-4d88-4bbe-b94c-7c6ab035cd9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8426 | 2025.02.25 03:54:58.788539 [ 188 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1101 rows starting from the beginning of the part | ||
| 8427 | 2025.02.25 03:54:58.788558 [ 4 ] {5fe6156c-4d88-4bbe-b94c-7c6ab035cd9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8428 | 2025.02.25 03:54:58.789013 [ 188 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 39 rows starting from the beginning of the part | ||
| 8429 | 2025.02.25 03:54:58.789379 [ 188 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 39 rows starting from the beginning of the part | ||
| 8430 | 2025.02.25 03:54:58.790047 [ 188 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 39 rows starting from the beginning of the part | ||
| 8431 | 2025.02.25 03:54:58.790167 [ 4 ] {5fe6156c-4d88-4bbe-b94c-7c6ab035cd9f} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8432 | 2025.02.25 03:54:58.790229 [ 4 ] {5fe6156c-4d88-4bbe-b94c-7c6ab035cd9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8433 | 2025.02.25 03:54:58.790458 [ 188 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 39 rows starting from the beginning of the part | ||
| 8434 | 2025.02.25 03:54:58.790824 [ 188 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 39 rows starting from the beginning of the part | ||
| 8435 | 2025.02.25 03:54:58.791056 [ 4 ] {5fe6156c-4d88-4bbe-b94c-7c6ab035cd9f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 8436 | 2025.02.25 03:54:58.791429 [ 4 ] {5fe6156c-4d88-4bbe-b94c-7c6ab035cd9f} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8437 | 2025.02.25 03:54:58.791729 [ 4 ] {5fe6156c-4d88-4bbe-b94c-7c6ab035cd9f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003276 sec., 18315.018315018315 rows/sec., 1.23 MiB/sec. | ||
| 8438 | 2025.02.25 03:54:58.791902 [ 4 ] {5fe6156c-4d88-4bbe-b94c-7c6ab035cd9f} <Debug> TCPHandler: Processed in 0.003673503 sec. | ||
| 8439 | 2025.02.25 03:54:58.798633 [ 198 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 19 columns (19 merged, 0 gathered) in 0.010691359 sec., 121219.3884799865 rows/sec., 217.22 MiB/sec. | ||
| 8440 | 2025.02.25 03:54:58.800167 [ 198 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 8441 | 2025.02.25 03:54:58.800613 [ 198 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8442 | 2025.02.25 03:54:58.800703 [ 198 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 8443 | 2025.02.25 03:54:58.800872 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.43 MiB. | ||
| 8444 | 2025.02.25 03:54:59.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.18 MiB, peak 235.56 MiB, free memory in arenas 0.00 B, will set to 225.71 MiB (RSS), difference: 1.53 MiB | ||
| 8445 | 2025.02.25 03:55:00.469214 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 8446 | 2025.02.25 03:55:00.469968 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8447 | 2025.02.25 03:55:00.470019 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8448 | 2025.02.25 03:55:00.470551 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8449 | 2025.02.25 03:55:00.470818 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8450 | 2025.02.25 03:55:00.471071 [ 46 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8451 | 2025.02.25 03:55:00.471099 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 8452 | 2025.02.25 03:55:00.471199 [ 46 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8453 | 2025.02.25 03:55:00.471248 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8454 | 2025.02.25 03:55:00.471470 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 8455 | 2025.02.25 03:55:00.471728 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8456 | 2025.02.25 03:55:00.471803 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 8457 | 2025.02.25 03:55:00.471979 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part | ||
| 8458 | 2025.02.25 03:55:00.472258 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part | ||
| 8459 | 2025.02.25 03:55:00.472479 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part | ||
| 8460 | 2025.02.25 03:55:00.472650 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part | ||
| 8461 | 2025.02.25 03:55:00.472826 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part | ||
| 8462 | 2025.02.25 03:55:00.475382 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.00402449 sec., 5820364.81641152 rows/sec., 83.26 MiB/sec. | ||
| 8463 | 2025.02.25 03:55:00.475839 [ 190 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8464 | 2025.02.25 03:55:00.476237 [ 190 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_51_10} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8465 | 2025.02.25 03:55:00.476352 [ 190 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_51_10} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8466 | 2025.02.25 03:55:00.476482 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 8467 | 2025.02.25 03:55:02.111098 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 8468 | 2025.02.25 03:55:02.132467 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8469 | 2025.02.25 03:55:02.132534 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8470 | 2025.02.25 03:55:02.140226 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8471 | 2025.02.25 03:55:02.141056 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8472 | 2025.02.25 03:55:02.141473 [ 97 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8473 | 2025.02.25 03:55:02.141602 [ 97 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8474 | 2025.02.25 03:55:02.141690 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8475 | 2025.02.25 03:55:02.142019 [ 187 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 8476 | 2025.02.25 03:55:02.151840 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 8477 | 2025.02.25 03:55:02.152958 [ 187 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8478 | 2025.02.25 03:55:02.153961 [ 187 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 8479 | 2025.02.25 03:55:02.159092 [ 187 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 8480 | 2025.02.25 03:55:02.164023 [ 187 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 8481 | 2025.02.25 03:55:02.169164 [ 187 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 8482 | 2025.02.25 03:55:02.174820 [ 187 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 8483 | 2025.02.25 03:55:02.179462 [ 187 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 8484 | 2025.02.25 03:55:02.239661 [ 193 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.097814477 sec., 3936.0226809779906 rows/sec., 20.35 MiB/sec. | ||
| 8485 | 2025.02.25 03:55:02.241687 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8486 | 2025.02.25 03:55:02.244069 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_51_10} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8487 | 2025.02.25 03:55:02.244174 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_51_10} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8488 | 2025.02.25 03:55:02.245480 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8489 | 2025.02.25 03:55:03.767598 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8490 | 2025.02.25 03:55:03.767829 [ 4 ] {a33bc483-fb93-4aeb-ad2a-bb03f78c5b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8491 | 2025.02.25 03:55:03.767910 [ 4 ] {a33bc483-fb93-4aeb-ad2a-bb03f78c5b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8492 | 2025.02.25 03:55:03.768784 [ 4 ] {a33bc483-fb93-4aeb-ad2a-bb03f78c5b72} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8493 | 2025.02.25 03:55:03.768835 [ 4 ] {a33bc483-fb93-4aeb-ad2a-bb03f78c5b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8494 | 2025.02.25 03:55:03.769297 [ 4 ] {a33bc483-fb93-4aeb-ad2a-bb03f78c5b72} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 8495 | 2025.02.25 03:55:03.769555 [ 4 ] {a33bc483-fb93-4aeb-ad2a-bb03f78c5b72} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8496 | 2025.02.25 03:55:03.769825 [ 4 ] {a33bc483-fb93-4aeb-ad2a-bb03f78c5b72} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002049 sec., 27330.405075646657 rows/sec., 2.09 MiB/sec. | ||
| 8497 | 2025.02.25 03:55:03.769951 [ 4 ] {a33bc483-fb93-4aeb-ad2a-bb03f78c5b72} <Debug> TCPHandler: Processed in 0.002492136 sec. | ||
| 8498 | 2025.02.25 03:55:03.770179 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8499 | 2025.02.25 03:55:03.770373 [ 254 ] {e89be5c9-b575-4757-890e-0c93d9d5e9dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8500 | 2025.02.25 03:55:03.770435 [ 254 ] {e89be5c9-b575-4757-890e-0c93d9d5e9dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8501 | 2025.02.25 03:55:03.771061 [ 254 ] {e89be5c9-b575-4757-890e-0c93d9d5e9dc} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8502 | 2025.02.25 03:55:03.771105 [ 254 ] {e89be5c9-b575-4757-890e-0c93d9d5e9dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8503 | 2025.02.25 03:55:03.771498 [ 254 ] {e89be5c9-b575-4757-890e-0c93d9d5e9dc} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 8504 | 2025.02.25 03:55:03.771752 [ 254 ] {e89be5c9-b575-4757-890e-0c93d9d5e9dc} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8505 | 2025.02.25 03:55:03.771987 [ 254 ] {e89be5c9-b575-4757-890e-0c93d9d5e9dc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00165 sec., 38787.87878787879 rows/sec., 3.03 MiB/sec. | ||
| 8506 | 2025.02.25 03:55:03.772044 [ 254 ] {e89be5c9-b575-4757-890e-0c93d9d5e9dc} <Debug> TCPHandler: Processed in 0.001983734 sec. | ||
| 8507 | 2025.02.25 03:55:03.772221 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8508 | 2025.02.25 03:55:03.772353 [ 4 ] {46a0bfe2-5e62-48e4-858f-6e1ff20a3dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8509 | 2025.02.25 03:55:03.772412 [ 4 ] {46a0bfe2-5e62-48e4-858f-6e1ff20a3dcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8510 | 2025.02.25 03:55:03.772945 [ 4 ] {46a0bfe2-5e62-48e4-858f-6e1ff20a3dcf} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8511 | 2025.02.25 03:55:03.772986 [ 4 ] {46a0bfe2-5e62-48e4-858f-6e1ff20a3dcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8512 | 2025.02.25 03:55:03.773378 [ 4 ] {46a0bfe2-5e62-48e4-858f-6e1ff20a3dcf} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 8513 | 2025.02.25 03:55:03.773633 [ 4 ] {46a0bfe2-5e62-48e4-858f-6e1ff20a3dcf} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8514 | 2025.02.25 03:55:03.773881 [ 4 ] {46a0bfe2-5e62-48e4-858f-6e1ff20a3dcf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec. | ||
| 8515 | 2025.02.25 03:55:03.773933 [ 4 ] {46a0bfe2-5e62-48e4-858f-6e1ff20a3dcf} <Debug> TCPHandler: Processed in 0.00177582 sec. | ||
| 8516 | 2025.02.25 03:55:03.774084 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8517 | 2025.02.25 03:55:03.774214 [ 254 ] {2f2fe2e2-0e06-4c4d-a2d0-9448eb34fcb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8518 | 2025.02.25 03:55:03.774272 [ 254 ] {2f2fe2e2-0e06-4c4d-a2d0-9448eb34fcb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8519 | 2025.02.25 03:55:03.774786 [ 254 ] {2f2fe2e2-0e06-4c4d-a2d0-9448eb34fcb9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8520 | 2025.02.25 03:55:03.774826 [ 254 ] {2f2fe2e2-0e06-4c4d-a2d0-9448eb34fcb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8521 | 2025.02.25 03:55:03.775197 [ 254 ] {2f2fe2e2-0e06-4c4d-a2d0-9448eb34fcb9} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 8522 | 2025.02.25 03:55:03.775442 [ 254 ] {2f2fe2e2-0e06-4c4d-a2d0-9448eb34fcb9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8523 | 2025.02.25 03:55:03.775656 [ 254 ] {2f2fe2e2-0e06-4c4d-a2d0-9448eb34fcb9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001471 sec., 40788.579197824605 rows/sec., 2.75 MiB/sec. | ||
| 8524 | 2025.02.25 03:55:03.775706 [ 254 ] {2f2fe2e2-0e06-4c4d-a2d0-9448eb34fcb9} <Debug> TCPHandler: Processed in 0.001685448 sec. | ||
| 8525 | 2025.02.25 03:55:07.783538 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8526 | 2025.02.25 03:55:07.783592 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8527 | 2025.02.25 03:55:07.972252 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 8528 | 2025.02.25 03:55:07.972890 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8529 | 2025.02.25 03:55:07.972933 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8530 | 2025.02.25 03:55:07.973464 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8531 | 2025.02.25 03:55:07.973727 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8532 | 2025.02.25 03:55:07.973970 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 8533 | 2025.02.25 03:55:08.076333 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1168 | ||
| 8534 | 2025.02.25 03:55:08.079312 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8535 | 2025.02.25 03:55:08.079368 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8536 | 2025.02.25 03:55:08.080854 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8537 | 2025.02.25 03:55:08.081179 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8538 | 2025.02.25 03:55:08.082496 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1168 | ||
| 8539 | 2025.02.25 03:55:08.769843 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8540 | 2025.02.25 03:55:08.770059 [ 4 ] {ca856686-ec81-4120-bc0b-e1c0a4c0df0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8541 | 2025.02.25 03:55:08.770140 [ 4 ] {ca856686-ec81-4120-bc0b-e1c0a4c0df0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8542 | 2025.02.25 03:55:08.771023 [ 4 ] {ca856686-ec81-4120-bc0b-e1c0a4c0df0f} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8543 | 2025.02.25 03:55:08.771077 [ 4 ] {ca856686-ec81-4120-bc0b-e1c0a4c0df0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8544 | 2025.02.25 03:55:08.771535 [ 4 ] {ca856686-ec81-4120-bc0b-e1c0a4c0df0f} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 8545 | 2025.02.25 03:55:08.771792 [ 4 ] {ca856686-ec81-4120-bc0b-e1c0a4c0df0f} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8546 | 2025.02.25 03:55:08.772004 [ 25 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 8547 | 2025.02.25 03:55:08.772031 [ 4 ] {ca856686-ec81-4120-bc0b-e1c0a4c0df0f} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002031 sec., 65977.35105859183 rows/sec., 5.68 MiB/sec. | ||
| 8548 | 2025.02.25 03:55:08.772084 [ 25 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8549 | 2025.02.25 03:55:08.772157 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8550 | 2025.02.25 03:55:08.772167 [ 4 ] {ca856686-ec81-4120-bc0b-e1c0a4c0df0f} <Debug> TCPHandler: Processed in 0.002463215 sec. | ||
| 8551 | 2025.02.25 03:55:08.772412 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8552 | 2025.02.25 03:55:08.772435 [ 191 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 8553 | 2025.02.25 03:55:08.772647 [ 254 ] {58d8d9e3-f5e9-4c03-b4f6-7aa8f47582a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8554 | 2025.02.25 03:55:08.772732 [ 191 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8555 | 2025.02.25 03:55:08.772754 [ 254 ] {58d8d9e3-f5e9-4c03-b4f6-7aa8f47582a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8556 | 2025.02.25 03:55:08.772817 [ 191 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1966 rows starting from the beginning of the part | ||
| 8557 | 2025.02.25 03:55:08.773182 [ 191 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 134 rows starting from the beginning of the part | ||
| 8558 | 2025.02.25 03:55:08.773547 [ 191 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part | ||
| 8559 | 2025.02.25 03:55:08.773945 [ 191 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 140 rows starting from the beginning of the part | ||
| 8560 | 2025.02.25 03:55:08.774261 [ 191 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part | ||
| 8561 | 2025.02.25 03:55:08.774556 [ 191 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 134 rows starting from the beginning of the part | ||
| 8562 | 2025.02.25 03:55:08.775469 [ 254 ] {58d8d9e3-f5e9-4c03-b4f6-7aa8f47582a9} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8563 | 2025.02.25 03:55:08.775533 [ 254 ] {58d8d9e3-f5e9-4c03-b4f6-7aa8f47582a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8564 | 2025.02.25 03:55:08.776532 [ 254 ] {58d8d9e3-f5e9-4c03-b4f6-7aa8f47582a9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8565 | 2025.02.25 03:55:08.777038 [ 254 ] {58d8d9e3-f5e9-4c03-b4f6-7aa8f47582a9} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8566 | 2025.02.25 03:55:08.777478 [ 254 ] {58d8d9e3-f5e9-4c03-b4f6-7aa8f47582a9} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.004887 sec., 7980.3560466543895 rows/sec., 600.09 KiB/sec. | ||
| 8567 | 2025.02.25 03:55:08.777817 [ 254 ] {58d8d9e3-f5e9-4c03-b4f6-7aa8f47582a9} <Debug> TCPHandler: Processed in 0.005527073 sec. | ||
| 8568 | 2025.02.25 03:55:08.778152 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8569 | 2025.02.25 03:55:08.778552 [ 4 ] {073f7012-0da5-4e14-94fe-f5ec08d4212d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8570 | 2025.02.25 03:55:08.778593 [ 191 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2486 rows, containing 5 columns (5 merged, 0 gathered) in 0.006309671 sec., 393998.355857223 rows/sec., 33.97 MiB/sec. | ||
| 8571 | 2025.02.25 03:55:08.778651 [ 4 ] {073f7012-0da5-4e14-94fe-f5ec08d4212d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8572 | 2025.02.25 03:55:08.779047 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 8573 | 2025.02.25 03:55:08.779709 [ 4 ] {073f7012-0da5-4e14-94fe-f5ec08d4212d} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8574 | 2025.02.25 03:55:08.779724 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_86_17} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8575 | 2025.02.25 03:55:08.779770 [ 4 ] {073f7012-0da5-4e14-94fe-f5ec08d4212d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8576 | 2025.02.25 03:55:08.779913 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_86_17} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 8577 | 2025.02.25 03:55:08.780085 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 8578 | 2025.02.25 03:55:08.780364 [ 4 ] {073f7012-0da5-4e14-94fe-f5ec08d4212d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 8579 | 2025.02.25 03:55:08.780619 [ 4 ] {073f7012-0da5-4e14-94fe-f5ec08d4212d} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8580 | 2025.02.25 03:55:08.780804 [ 25 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 8581 | 2025.02.25 03:55:08.780867 [ 25 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8582 | 2025.02.25 03:55:08.780879 [ 4 ] {073f7012-0da5-4e14-94fe-f5ec08d4212d} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002437 sec., 42265.08001641362 rows/sec., 3.30 MiB/sec. | ||
| 8583 | 2025.02.25 03:55:08.780902 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8584 | 2025.02.25 03:55:08.781092 [ 4 ] {073f7012-0da5-4e14-94fe-f5ec08d4212d} <Debug> TCPHandler: Processed in 0.00313357 sec. | ||
| 8585 | 2025.02.25 03:55:08.781321 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 8586 | 2025.02.25 03:55:08.781367 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8587 | 2025.02.25 03:55:08.781794 [ 254 ] {62464bb6-4b96-4769-baa1-830bc04c78d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8588 | 2025.02.25 03:55:08.781997 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8589 | 2025.02.25 03:55:08.782020 [ 254 ] {62464bb6-4b96-4769-baa1-830bc04c78d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8590 | 2025.02.25 03:55:08.782159 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 951 rows starting from the beginning of the part | ||
| 8591 | 2025.02.25 03:55:08.782976 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 103 rows starting from the beginning of the part | ||
| 8592 | 2025.02.25 03:55:08.783389 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part | ||
| 8593 | 2025.02.25 03:55:08.783756 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 115 rows starting from the beginning of the part | ||
| 8594 | 2025.02.25 03:55:08.783949 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part | ||
| 8595 | 2025.02.25 03:55:08.784333 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 103 rows starting from the beginning of the part | ||
| 8596 | 2025.02.25 03:55:08.785065 [ 254 ] {62464bb6-4b96-4769-baa1-830bc04c78d5} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8597 | 2025.02.25 03:55:08.785127 [ 254 ] {62464bb6-4b96-4769-baa1-830bc04c78d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8598 | 2025.02.25 03:55:08.786153 [ 254 ] {62464bb6-4b96-4769-baa1-830bc04c78d5} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 8599 | 2025.02.25 03:55:08.786651 [ 254 ] {62464bb6-4b96-4769-baa1-830bc04c78d5} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8600 | 2025.02.25 03:55:08.786938 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 8601 | 2025.02.25 03:55:08.787081 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8602 | 2025.02.25 03:55:08.787200 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8603 | 2025.02.25 03:55:08.787318 [ 254 ] {62464bb6-4b96-4769-baa1-830bc04c78d5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005634 sec., 28399.00603478878 rows/sec., 1.98 MiB/sec. | ||
| 8604 | 2025.02.25 03:55:08.787603 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1400 rows, containing 5 columns (5 merged, 0 gathered) in 0.006563857 sec., 213289.22918339018 rows/sec., 16.77 MiB/sec. | ||
| 8605 | 2025.02.25 03:55:08.787619 [ 254 ] {62464bb6-4b96-4769-baa1-830bc04c78d5} <Debug> TCPHandler: Processed in 0.006392543 sec. | ||
| 8606 | 2025.02.25 03:55:08.787894 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8607 | 2025.02.25 03:55:08.787955 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 8608 | 2025.02.25 03:55:08.787979 [ 186 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 8609 | 2025.02.25 03:55:08.788267 [ 4 ] {ebc07220-dcc1-4906-aeee-f8bc5f2143a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8610 | 2025.02.25 03:55:08.788558 [ 186 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8611 | 2025.02.25 03:55:08.788623 [ 4 ] {ebc07220-dcc1-4906-aeee-f8bc5f2143a8} <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 | ||
| 8612 | 2025.02.25 03:55:08.788713 [ 186 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 22882 rows starting from the beginning of the part | ||
| 8613 | 2025.02.25 03:55:08.788836 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_86_17} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8614 | 2025.02.25 03:55:08.789420 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_86_17} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 8615 | 2025.02.25 03:55:08.789707 [ 186 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
| 8616 | 2025.02.25 03:55:08.789761 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 8617 | 2025.02.25 03:55:08.790168 [ 186 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 8618 | 2025.02.25 03:55:08.790561 [ 186 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 166 rows starting from the beginning of the part | ||
| 8619 | 2025.02.25 03:55:08.791005 [ 186 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part | ||
| 8620 | 2025.02.25 03:55:08.791344 [ 186 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 8621 | 2025.02.25 03:55:08.793416 [ 4 ] {ebc07220-dcc1-4906-aeee-f8bc5f2143a8} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8622 | 2025.02.25 03:55:08.793469 [ 4 ] {ebc07220-dcc1-4906-aeee-f8bc5f2143a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8623 | 2025.02.25 03:55:08.795691 [ 4 ] {ebc07220-dcc1-4906-aeee-f8bc5f2143a8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8624 | 2025.02.25 03:55:08.796230 [ 4 ] {ebc07220-dcc1-4906-aeee-f8bc5f2143a8} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8625 | 2025.02.25 03:55:08.796911 [ 4 ] {ebc07220-dcc1-4906-aeee-f8bc5f2143a8} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008774 sec., 4444.95099156599 rows/sec., 7.97 MiB/sec. | ||
| 8626 | 2025.02.25 03:55:08.797043 [ 4 ] {ebc07220-dcc1-4906-aeee-f8bc5f2143a8} <Debug> TCPHandler: Processed in 0.009314618 sec. | ||
| 8627 | 2025.02.25 03:55:08.797202 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8628 | 2025.02.25 03:55:08.797397 [ 254 ] {9e31603b-f04d-40b3-a33a-94d4523489c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8629 | 2025.02.25 03:55:08.797455 [ 254 ] {9e31603b-f04d-40b3-a33a-94d4523489c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8630 | 2025.02.25 03:55:08.798009 [ 254 ] {9e31603b-f04d-40b3-a33a-94d4523489c7} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8631 | 2025.02.25 03:55:08.798049 [ 254 ] {9e31603b-f04d-40b3-a33a-94d4523489c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8632 | 2025.02.25 03:55:08.798814 [ 254 ] {9e31603b-f04d-40b3-a33a-94d4523489c7} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 8633 | 2025.02.25 03:55:08.799092 [ 254 ] {9e31603b-f04d-40b3-a33a-94d4523489c7} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8634 | 2025.02.25 03:55:08.799327 [ 31 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 8635 | 2025.02.25 03:55:08.799459 [ 31 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8636 | 2025.02.25 03:55:08.799470 [ 254 ] {9e31603b-f04d-40b3-a33a-94d4523489c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002088 sec., 28735.632183908045 rows/sec., 1.94 MiB/sec. | ||
| 8637 | 2025.02.25 03:55:08.799520 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8638 | 2025.02.25 03:55:08.799647 [ 254 ] {9e31603b-f04d-40b3-a33a-94d4523489c7} <Debug> TCPHandler: Processed in 0.002496736 sec. | ||
| 8639 | 2025.02.25 03:55:08.800043 [ 192 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 8640 | 2025.02.25 03:55:08.800603 [ 192 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8641 | 2025.02.25 03:55:08.800732 [ 192 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4152 rows starting from the beginning of the part | ||
| 8642 | 2025.02.25 03:55:08.801242 [ 192 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 8643 | 2025.02.25 03:55:08.801322 [ 202 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23688 rows, containing 5 columns (5 merged, 0 gathered) in 0.013661456 sec., 1733929.3849791705 rows/sec., 118.73 MiB/sec. | ||
| 8644 | 2025.02.25 03:55:08.801634 [ 192 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 8645 | 2025.02.25 03:55:08.801937 [ 192 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 8646 | 2025.02.25 03:55:08.802000 [ 202 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 8647 | 2025.02.25 03:55:08.802387 [ 192 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 8648 | 2025.02.25 03:55:08.802574 [ 192 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 8649 | 2025.02.25 03:55:08.803088 [ 202 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8650 | 2025.02.25 03:55:08.803289 [ 202 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 8651 | 2025.02.25 03:55:08.803452 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 8652 | 2025.02.25 03:55:08.804957 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4452 rows, containing 4 columns (4 merged, 0 gathered) in 0.005281648 sec., 842918.7253675368 rows/sec., 56.61 MiB/sec. | ||
| 8653 | 2025.02.25 03:55:08.805463 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 8654 | 2025.02.25 03:55:08.805792 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_86_17} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8655 | 2025.02.25 03:55:08.805892 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_86_17} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 8656 | 2025.02.25 03:55:08.805993 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 8657 | 2025.02.25 03:55:09.652882 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 8658 | 2025.02.25 03:55:09.672826 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8659 | 2025.02.25 03:55:09.672883 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8660 | 2025.02.25 03:55:09.679821 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8661 | 2025.02.25 03:55:09.680570 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8662 | 2025.02.25 03:55:09.683176 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 8663 | 2025.02.25 03:55:11.695287 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8664 | 2025.02.25 03:55:11.695529 [ 4 ] {2cde4c01-0b8f-44d2-8381-95881b7e7bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8665 | 2025.02.25 03:55:11.695619 [ 4 ] {2cde4c01-0b8f-44d2-8381-95881b7e7bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8666 | 2025.02.25 03:55:11.696432 [ 4 ] {2cde4c01-0b8f-44d2-8381-95881b7e7bd5} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8667 | 2025.02.25 03:55:11.696475 [ 4 ] {2cde4c01-0b8f-44d2-8381-95881b7e7bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8668 | 2025.02.25 03:55:11.696931 [ 4 ] {2cde4c01-0b8f-44d2-8381-95881b7e7bd5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8669 | 2025.02.25 03:55:11.697193 [ 4 ] {2cde4c01-0b8f-44d2-8381-95881b7e7bd5} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8670 | 2025.02.25 03:55:11.697433 [ 4 ] {2cde4c01-0b8f-44d2-8381-95881b7e7bd5} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00197 sec., 12182.74111675127 rows/sec., 1.01 MiB/sec. | ||
| 8671 | 2025.02.25 03:55:11.697636 [ 4 ] {2cde4c01-0b8f-44d2-8381-95881b7e7bd5} <Debug> TCPHandler: Processed in 0.002497456 sec. | ||
| 8672 | 2025.02.25 03:55:11.697827 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8673 | 2025.02.25 03:55:11.697946 [ 254 ] {b4baa548-de89-4c82-bd92-9fb306c303e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8674 | 2025.02.25 03:55:11.697996 [ 254 ] {b4baa548-de89-4c82-bd92-9fb306c303e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8675 | 2025.02.25 03:55:11.698563 [ 254 ] {b4baa548-de89-4c82-bd92-9fb306c303e3} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8676 | 2025.02.25 03:55:11.698601 [ 254 ] {b4baa548-de89-4c82-bd92-9fb306c303e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8677 | 2025.02.25 03:55:11.698963 [ 254 ] {b4baa548-de89-4c82-bd92-9fb306c303e3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8678 | 2025.02.25 03:55:11.699203 [ 254 ] {b4baa548-de89-4c82-bd92-9fb306c303e3} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8679 | 2025.02.25 03:55:11.699441 [ 254 ] {b4baa548-de89-4c82-bd92-9fb306c303e3} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001514 sec., 2642.007926023778 rows/sec., 215.44 KiB/sec. | ||
| 8680 | 2025.02.25 03:55:11.699652 [ 254 ] {b4baa548-de89-4c82-bd92-9fb306c303e3} <Debug> TCPHandler: Processed in 0.001881552 sec. | ||
| 8681 | 2025.02.25 03:55:11.699831 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8682 | 2025.02.25 03:55:11.699968 [ 4 ] {21f9a8fb-7da0-400b-a036-0aa92432be09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8683 | 2025.02.25 03:55:11.700024 [ 4 ] {21f9a8fb-7da0-400b-a036-0aa92432be09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8684 | 2025.02.25 03:55:11.701181 [ 4 ] {21f9a8fb-7da0-400b-a036-0aa92432be09} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8685 | 2025.02.25 03:55:11.701222 [ 4 ] {21f9a8fb-7da0-400b-a036-0aa92432be09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8686 | 2025.02.25 03:55:11.701669 [ 4 ] {21f9a8fb-7da0-400b-a036-0aa92432be09} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 8687 | 2025.02.25 03:55:11.701923 [ 4 ] {21f9a8fb-7da0-400b-a036-0aa92432be09} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8688 | 2025.02.25 03:55:11.702101 [ 4 ] {21f9a8fb-7da0-400b-a036-0aa92432be09} <Debug> executeQuery: Read 1318 rows, 112.08 KiB in 0.002165 sec., 608775.9815242494 rows/sec., 50.56 MiB/sec. | ||
| 8689 | 2025.02.25 03:55:11.702150 [ 4 ] {21f9a8fb-7da0-400b-a036-0aa92432be09} <Debug> TCPHandler: Processed in 0.002387403 sec. | ||
| 8690 | 2025.02.25 03:55:11.702301 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8691 | 2025.02.25 03:55:11.702428 [ 254 ] {5d8507b5-5bc8-47ad-a7d7-fcda54290abf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8692 | 2025.02.25 03:55:11.702480 [ 254 ] {5d8507b5-5bc8-47ad-a7d7-fcda54290abf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8693 | 2025.02.25 03:55:11.703047 [ 254 ] {5d8507b5-5bc8-47ad-a7d7-fcda54290abf} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8694 | 2025.02.25 03:55:11.703084 [ 254 ] {5d8507b5-5bc8-47ad-a7d7-fcda54290abf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8695 | 2025.02.25 03:55:11.703422 [ 254 ] {5d8507b5-5bc8-47ad-a7d7-fcda54290abf} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8696 | 2025.02.25 03:55:11.703660 [ 254 ] {5d8507b5-5bc8-47ad-a7d7-fcda54290abf} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8697 | 2025.02.25 03:55:11.703836 [ 254 ] {5d8507b5-5bc8-47ad-a7d7-fcda54290abf} <Debug> executeQuery: Read 16 rows, 1.24 KiB in 0.001436 sec., 11142.061281337048 rows/sec., 863.67 KiB/sec. | ||
| 8698 | 2025.02.25 03:55:11.703885 [ 254 ] {5d8507b5-5bc8-47ad-a7d7-fcda54290abf} <Debug> TCPHandler: Processed in 0.001647097 sec. | ||
| 8699 | 2025.02.25 03:55:11.704024 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8700 | 2025.02.25 03:55:11.704152 [ 4 ] {38caded0-6f39-4b96-9f85-94cee6d9d75b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8701 | 2025.02.25 03:55:11.704204 [ 4 ] {38caded0-6f39-4b96-9f85-94cee6d9d75b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8702 | 2025.02.25 03:55:11.704870 [ 4 ] {38caded0-6f39-4b96-9f85-94cee6d9d75b} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8703 | 2025.02.25 03:55:11.704908 [ 4 ] {38caded0-6f39-4b96-9f85-94cee6d9d75b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8704 | 2025.02.25 03:55:11.705267 [ 4 ] {38caded0-6f39-4b96-9f85-94cee6d9d75b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8705 | 2025.02.25 03:55:11.705499 [ 4 ] {38caded0-6f39-4b96-9f85-94cee6d9d75b} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8706 | 2025.02.25 03:55:11.705716 [ 4 ] {38caded0-6f39-4b96-9f85-94cee6d9d75b} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001591 sec., 158390.9490886235 rows/sec., 10.95 MiB/sec. | ||
| 8707 | 2025.02.25 03:55:11.705932 [ 4 ] {38caded0-6f39-4b96-9f85-94cee6d9d75b} <Debug> TCPHandler: Processed in 0.001969154 sec. | ||
| 8708 | 2025.02.25 03:55:11.706093 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8709 | 2025.02.25 03:55:11.706199 [ 254 ] {f3c2d925-a68a-468a-9997-d35d4c7be601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8710 | 2025.02.25 03:55:11.706243 [ 254 ] {f3c2d925-a68a-468a-9997-d35d4c7be601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8711 | 2025.02.25 03:55:11.706786 [ 254 ] {f3c2d925-a68a-468a-9997-d35d4c7be601} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8712 | 2025.02.25 03:55:11.706823 [ 254 ] {f3c2d925-a68a-468a-9997-d35d4c7be601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8713 | 2025.02.25 03:55:11.707173 [ 254 ] {f3c2d925-a68a-468a-9997-d35d4c7be601} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8714 | 2025.02.25 03:55:11.707408 [ 254 ] {f3c2d925-a68a-468a-9997-d35d4c7be601} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8715 | 2025.02.25 03:55:11.707637 [ 254 ] {f3c2d925-a68a-468a-9997-d35d4c7be601} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00145 sec., 8275.862068965518 rows/sec., 646.55 KiB/sec. | ||
| 8716 | 2025.02.25 03:55:11.707804 [ 254 ] {f3c2d925-a68a-468a-9997-d35d4c7be601} <Debug> TCPHandler: Processed in 0.00176113 sec. | ||
| 8717 | 2025.02.25 03:55:11.707956 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8718 | 2025.02.25 03:55:11.708085 [ 4 ] {c53647fe-b6cc-4fa9-9698-5ccb7cbd5741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8719 | 2025.02.25 03:55:11.708137 [ 4 ] {c53647fe-b6cc-4fa9-9698-5ccb7cbd5741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8720 | 2025.02.25 03:55:11.708933 [ 4 ] {c53647fe-b6cc-4fa9-9698-5ccb7cbd5741} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8721 | 2025.02.25 03:55:11.708971 [ 4 ] {c53647fe-b6cc-4fa9-9698-5ccb7cbd5741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8722 | 2025.02.25 03:55:11.709336 [ 4 ] {c53647fe-b6cc-4fa9-9698-5ccb7cbd5741} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 8723 | 2025.02.25 03:55:11.709567 [ 4 ] {c53647fe-b6cc-4fa9-9698-5ccb7cbd5741} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8724 | 2025.02.25 03:55:11.709739 [ 4 ] {c53647fe-b6cc-4fa9-9698-5ccb7cbd5741} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.001684 sec., 332541.56769596203 rows/sec., 24.93 MiB/sec. | ||
| 8725 | 2025.02.25 03:55:11.709788 [ 4 ] {c53647fe-b6cc-4fa9-9698-5ccb7cbd5741} <Debug> TCPHandler: Processed in 0.001896482 sec. | ||
| 8726 | 2025.02.25 03:55:11.709945 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8727 | 2025.02.25 03:55:11.710074 [ 254 ] {68c03f46-274c-4705-9365-ce5c124eb531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8728 | 2025.02.25 03:55:11.710130 [ 254 ] {68c03f46-274c-4705-9365-ce5c124eb531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8729 | 2025.02.25 03:55:11.710897 [ 254 ] {68c03f46-274c-4705-9365-ce5c124eb531} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8730 | 2025.02.25 03:55:11.710934 [ 254 ] {68c03f46-274c-4705-9365-ce5c124eb531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8731 | 2025.02.25 03:55:11.711361 [ 254 ] {68c03f46-274c-4705-9365-ce5c124eb531} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 8732 | 2025.02.25 03:55:11.711590 [ 254 ] {68c03f46-274c-4705-9365-ce5c124eb531} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8733 | 2025.02.25 03:55:11.711768 [ 254 ] {68c03f46-274c-4705-9365-ce5c124eb531} <Debug> executeQuery: Read 978 rows, 67.66 KiB in 0.001724 sec., 567285.3828306264 rows/sec., 38.32 MiB/sec. | ||
| 8734 | 2025.02.25 03:55:11.711818 [ 254 ] {68c03f46-274c-4705-9365-ce5c124eb531} <Debug> TCPHandler: Processed in 0.001935883 sec. | ||
| 8735 | 2025.02.25 03:55:11.711961 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8736 | 2025.02.25 03:55:11.712090 [ 4 ] {8159ee02-d3d4-4c19-80d4-1b210a65e5dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8737 | 2025.02.25 03:55:11.712144 [ 4 ] {8159ee02-d3d4-4c19-80d4-1b210a65e5dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8738 | 2025.02.25 03:55:11.712647 [ 4 ] {8159ee02-d3d4-4c19-80d4-1b210a65e5dc} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8739 | 2025.02.25 03:55:11.712691 [ 4 ] {8159ee02-d3d4-4c19-80d4-1b210a65e5dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8740 | 2025.02.25 03:55:11.713041 [ 4 ] {8159ee02-d3d4-4c19-80d4-1b210a65e5dc} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 8741 | 2025.02.25 03:55:11.713279 [ 4 ] {8159ee02-d3d4-4c19-80d4-1b210a65e5dc} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8742 | 2025.02.25 03:55:11.713467 [ 4 ] {8159ee02-d3d4-4c19-80d4-1b210a65e5dc} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001404 sec., 24216.524216524216 rows/sec., 1.64 MiB/sec. | ||
| 8743 | 2025.02.25 03:55:11.713561 [ 4 ] {8159ee02-d3d4-4c19-80d4-1b210a65e5dc} <Debug> TCPHandler: Processed in 0.001662168 sec. | ||
| 8744 | 2025.02.25 03:55:13.763162 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8745 | 2025.02.25 03:55:13.763387 [ 4 ] {1da86982-8d8a-42d3-8335-0469683c3c73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8746 | 2025.02.25 03:55:13.763467 [ 4 ] {1da86982-8d8a-42d3-8335-0469683c3c73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8747 | 2025.02.25 03:55:13.764254 [ 4 ] {1da86982-8d8a-42d3-8335-0469683c3c73} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8748 | 2025.02.25 03:55:13.764297 [ 4 ] {1da86982-8d8a-42d3-8335-0469683c3c73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8749 | 2025.02.25 03:55:13.764718 [ 4 ] {1da86982-8d8a-42d3-8335-0469683c3c73} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 8750 | 2025.02.25 03:55:13.764966 [ 4 ] {1da86982-8d8a-42d3-8335-0469683c3c73} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8751 | 2025.02.25 03:55:13.765169 [ 4 ] {1da86982-8d8a-42d3-8335-0469683c3c73} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00184 sec., 30434.782608695652 rows/sec., 2.32 MiB/sec. | ||
| 8752 | 2025.02.25 03:55:13.765232 [ 4 ] {1da86982-8d8a-42d3-8335-0469683c3c73} <Debug> TCPHandler: Processed in 0.002206339 sec. | ||
| 8753 | 2025.02.25 03:55:13.765403 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8754 | 2025.02.25 03:55:13.765546 [ 254 ] {9cf4484c-0a42-4360-9aa8-26f25c0fbc2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8755 | 2025.02.25 03:55:13.765604 [ 254 ] {9cf4484c-0a42-4360-9aa8-26f25c0fbc2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8756 | 2025.02.25 03:55:13.766205 [ 254 ] {9cf4484c-0a42-4360-9aa8-26f25c0fbc2c} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8757 | 2025.02.25 03:55:13.766244 [ 254 ] {9cf4484c-0a42-4360-9aa8-26f25c0fbc2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8758 | 2025.02.25 03:55:13.766620 [ 254 ] {9cf4484c-0a42-4360-9aa8-26f25c0fbc2c} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 8759 | 2025.02.25 03:55:13.766860 [ 254 ] {9cf4484c-0a42-4360-9aa8-26f25c0fbc2c} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8760 | 2025.02.25 03:55:13.767046 [ 254 ] {9cf4484c-0a42-4360-9aa8-26f25c0fbc2c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001534 sec., 41720.99087353325 rows/sec., 3.26 MiB/sec. | ||
| 8761 | 2025.02.25 03:55:13.767098 [ 254 ] {9cf4484c-0a42-4360-9aa8-26f25c0fbc2c} <Debug> TCPHandler: Processed in 0.001763509 sec. | ||
| 8762 | 2025.02.25 03:55:13.767240 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8763 | 2025.02.25 03:55:13.767369 [ 4 ] {4bb4d478-53ab-45a7-a6d1-c892acaea33e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8764 | 2025.02.25 03:55:13.767427 [ 4 ] {4bb4d478-53ab-45a7-a6d1-c892acaea33e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8765 | 2025.02.25 03:55:13.767973 [ 4 ] {4bb4d478-53ab-45a7-a6d1-c892acaea33e} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8766 | 2025.02.25 03:55:13.768010 [ 4 ] {4bb4d478-53ab-45a7-a6d1-c892acaea33e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8767 | 2025.02.25 03:55:13.768385 [ 4 ] {4bb4d478-53ab-45a7-a6d1-c892acaea33e} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 8768 | 2025.02.25 03:55:13.768613 [ 4 ] {4bb4d478-53ab-45a7-a6d1-c892acaea33e} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8769 | 2025.02.25 03:55:13.768787 [ 4 ] {4bb4d478-53ab-45a7-a6d1-c892acaea33e} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001448 sec., 45580.11049723757 rows/sec., 3.18 MiB/sec. | ||
| 8770 | 2025.02.25 03:55:13.768836 [ 4 ] {4bb4d478-53ab-45a7-a6d1-c892acaea33e} <Debug> TCPHandler: Processed in 0.001658917 sec. | ||
| 8771 | 2025.02.25 03:55:13.768995 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8772 | 2025.02.25 03:55:13.769125 [ 254 ] {7d0b9114-2047-45d7-8388-b7258dec9cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8773 | 2025.02.25 03:55:13.769181 [ 254 ] {7d0b9114-2047-45d7-8388-b7258dec9cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8774 | 2025.02.25 03:55:13.769703 [ 254 ] {7d0b9114-2047-45d7-8388-b7258dec9cce} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8775 | 2025.02.25 03:55:13.769747 [ 254 ] {7d0b9114-2047-45d7-8388-b7258dec9cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8776 | 2025.02.25 03:55:13.770126 [ 254 ] {7d0b9114-2047-45d7-8388-b7258dec9cce} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 8777 | 2025.02.25 03:55:13.770362 [ 254 ] {7d0b9114-2047-45d7-8388-b7258dec9cce} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8778 | 2025.02.25 03:55:13.770536 [ 254 ] {7d0b9114-2047-45d7-8388-b7258dec9cce} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001441 sec., 18043.025676613463 rows/sec., 1.21 MiB/sec. | ||
| 8779 | 2025.02.25 03:55:13.770583 [ 254 ] {7d0b9114-2047-45d7-8388-b7258dec9cce} <Debug> TCPHandler: Processed in 0.001657537 sec. | ||
| 8780 | 2025.02.25 03:55:15.475050 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 8781 | 2025.02.25 03:55:15.475694 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8782 | 2025.02.25 03:55:15.475736 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8783 | 2025.02.25 03:55:15.476255 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8784 | 2025.02.25 03:55:15.476508 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8785 | 2025.02.25 03:55:15.476749 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 8786 | 2025.02.25 03:55:17.184212 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 8787 | 2025.02.25 03:55:17.204921 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8788 | 2025.02.25 03:55:17.204990 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 8789 | 2025.02.25 03:55:17.212609 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8790 | 2025.02.25 03:55:17.213380 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8791 | 2025.02.25 03:55:17.217174 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 8792 | 2025.02.25 03:55:18.083617 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1206 | ||
| 8793 | 2025.02.25 03:55:18.086865 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8794 | 2025.02.25 03:55:18.086926 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8795 | 2025.02.25 03:55:18.088460 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8796 | 2025.02.25 03:55:18.088790 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8797 | 2025.02.25 03:55:18.089471 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1206 | ||
| 8798 | 2025.02.25 03:55:18.769080 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8799 | 2025.02.25 03:55:18.769294 [ 4 ] {bca7a676-929f-4fd7-964f-376c1bcf332e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8800 | 2025.02.25 03:55:18.769376 [ 4 ] {bca7a676-929f-4fd7-964f-376c1bcf332e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8801 | 2025.02.25 03:55:18.770276 [ 4 ] {bca7a676-929f-4fd7-964f-376c1bcf332e} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8802 | 2025.02.25 03:55:18.770326 [ 4 ] {bca7a676-929f-4fd7-964f-376c1bcf332e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8803 | 2025.02.25 03:55:18.770782 [ 4 ] {bca7a676-929f-4fd7-964f-376c1bcf332e} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 8804 | 2025.02.25 03:55:18.771046 [ 4 ] {bca7a676-929f-4fd7-964f-376c1bcf332e} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8805 | 2025.02.25 03:55:18.771311 [ 4 ] {bca7a676-929f-4fd7-964f-376c1bcf332e} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002072 sec., 64671.81467181467 rows/sec., 5.56 MiB/sec. | ||
| 8806 | 2025.02.25 03:55:18.771431 [ 4 ] {bca7a676-929f-4fd7-964f-376c1bcf332e} <Debug> TCPHandler: Processed in 0.002487316 sec. | ||
| 8807 | 2025.02.25 03:55:18.771651 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8808 | 2025.02.25 03:55:18.771850 [ 254 ] {ed871273-0dc5-4f42-a1c1-905e6cdb5ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8809 | 2025.02.25 03:55:18.771901 [ 254 ] {ed871273-0dc5-4f42-a1c1-905e6cdb5ea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8810 | 2025.02.25 03:55:18.772499 [ 254 ] {ed871273-0dc5-4f42-a1c1-905e6cdb5ea8} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8811 | 2025.02.25 03:55:18.772540 [ 254 ] {ed871273-0dc5-4f42-a1c1-905e6cdb5ea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8812 | 2025.02.25 03:55:18.772909 [ 254 ] {ed871273-0dc5-4f42-a1c1-905e6cdb5ea8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8813 | 2025.02.25 03:55:18.773151 [ 254 ] {ed871273-0dc5-4f42-a1c1-905e6cdb5ea8} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8814 | 2025.02.25 03:55:18.773364 [ 254 ] {ed871273-0dc5-4f42-a1c1-905e6cdb5ea8} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001552 sec., 25128.865979381444 rows/sec., 1.85 MiB/sec. | ||
| 8815 | 2025.02.25 03:55:18.773418 [ 254 ] {ed871273-0dc5-4f42-a1c1-905e6cdb5ea8} <Debug> TCPHandler: Processed in 0.001873341 sec. | ||
| 8816 | 2025.02.25 03:55:18.773569 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8817 | 2025.02.25 03:55:18.773680 [ 4 ] {87a1c87a-2f84-423a-a8ba-dc1e386bd6a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8818 | 2025.02.25 03:55:18.773727 [ 4 ] {87a1c87a-2f84-423a-a8ba-dc1e386bd6a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8819 | 2025.02.25 03:55:18.774300 [ 4 ] {87a1c87a-2f84-423a-a8ba-dc1e386bd6a2} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8820 | 2025.02.25 03:55:18.774340 [ 4 ] {87a1c87a-2f84-423a-a8ba-dc1e386bd6a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8821 | 2025.02.25 03:55:18.774702 [ 4 ] {87a1c87a-2f84-423a-a8ba-dc1e386bd6a2} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 8822 | 2025.02.25 03:55:18.774944 [ 4 ] {87a1c87a-2f84-423a-a8ba-dc1e386bd6a2} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8823 | 2025.02.25 03:55:18.775176 [ 4 ] {87a1c87a-2f84-423a-a8ba-dc1e386bd6a2} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001513 sec., 68076.6688697951 rows/sec., 5.32 MiB/sec. | ||
| 8824 | 2025.02.25 03:55:18.775276 [ 4 ] {87a1c87a-2f84-423a-a8ba-dc1e386bd6a2} <Debug> TCPHandler: Processed in 0.001758739 sec. | ||
| 8825 | 2025.02.25 03:55:18.775483 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8826 | 2025.02.25 03:55:18.775638 [ 254 ] {99342aa6-8052-491d-af0c-da56cf0eaf9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8827 | 2025.02.25 03:55:18.775689 [ 254 ] {99342aa6-8052-491d-af0c-da56cf0eaf9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8828 | 2025.02.25 03:55:18.776224 [ 254 ] {99342aa6-8052-491d-af0c-da56cf0eaf9b} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8829 | 2025.02.25 03:55:18.776264 [ 254 ] {99342aa6-8052-491d-af0c-da56cf0eaf9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8830 | 2025.02.25 03:55:18.776652 [ 254 ] {99342aa6-8052-491d-af0c-da56cf0eaf9b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 8831 | 2025.02.25 03:55:18.776889 [ 254 ] {99342aa6-8052-491d-af0c-da56cf0eaf9b} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8832 | 2025.02.25 03:55:18.777093 [ 254 ] {99342aa6-8052-491d-af0c-da56cf0eaf9b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00148 sec., 108108.1081081081 rows/sec., 7.53 MiB/sec. | ||
| 8833 | 2025.02.25 03:55:18.777147 [ 254 ] {99342aa6-8052-491d-af0c-da56cf0eaf9b} <Debug> TCPHandler: Processed in 0.00177663 sec. | ||
| 8834 | 2025.02.25 03:55:18.777300 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8835 | 2025.02.25 03:55:18.777409 [ 4 ] {589d7447-eccc-457c-8eb2-642a1b428341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8836 | 2025.02.25 03:55:18.777476 [ 4 ] {589d7447-eccc-457c-8eb2-642a1b428341} <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 | ||
| 8837 | 2025.02.25 03:55:18.778668 [ 4 ] {589d7447-eccc-457c-8eb2-642a1b428341} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8838 | 2025.02.25 03:55:18.778708 [ 4 ] {589d7447-eccc-457c-8eb2-642a1b428341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8839 | 2025.02.25 03:55:18.779378 [ 4 ] {589d7447-eccc-457c-8eb2-642a1b428341} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8840 | 2025.02.25 03:55:18.779635 [ 4 ] {589d7447-eccc-457c-8eb2-642a1b428341} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8841 | 2025.02.25 03:55:18.779892 [ 4 ] {589d7447-eccc-457c-8eb2-642a1b428341} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002505 sec., 15568.862275449103 rows/sec., 27.90 MiB/sec. | ||
| 8842 | 2025.02.25 03:55:18.780002 [ 4 ] {589d7447-eccc-457c-8eb2-642a1b428341} <Debug> TCPHandler: Processed in 0.002759462 sec. | ||
| 8843 | 2025.02.25 03:55:18.780153 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8844 | 2025.02.25 03:55:18.780259 [ 254 ] {ac098b3d-cf99-4f25-82f1-74b17a51ae1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8845 | 2025.02.25 03:55:18.780306 [ 254 ] {ac098b3d-cf99-4f25-82f1-74b17a51ae1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8846 | 2025.02.25 03:55:18.780744 [ 254 ] {ac098b3d-cf99-4f25-82f1-74b17a51ae1a} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8847 | 2025.02.25 03:55:18.780783 [ 254 ] {ac098b3d-cf99-4f25-82f1-74b17a51ae1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8848 | 2025.02.25 03:55:18.781152 [ 254 ] {ac098b3d-cf99-4f25-82f1-74b17a51ae1a} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 8849 | 2025.02.25 03:55:18.781385 [ 254 ] {ac098b3d-cf99-4f25-82f1-74b17a51ae1a} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8850 | 2025.02.25 03:55:18.781597 [ 254 ] {ac098b3d-cf99-4f25-82f1-74b17a51ae1a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
| 8851 | 2025.02.25 03:55:18.781645 [ 254 ] {ac098b3d-cf99-4f25-82f1-74b17a51ae1a} <Debug> TCPHandler: Processed in 0.001549904 sec. | ||
| 8852 | 2025.02.25 03:55:22.455651 [ 41 ] {} <Debug> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 8853 | 2025.02.25 03:55:22.455719 [ 41 ] {} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8854 | 2025.02.25 03:55:22.455745 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8855 | 2025.02.25 03:55:22.456084 [ 196 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 8856 | 2025.02.25 03:55:22.456353 [ 196 ] {499813d5-c841-4141-9420-e02818928f28::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8857 | 2025.02.25 03:55:22.456416 [ 196 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 8858 | 2025.02.25 03:55:22.456560 [ 196 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 8859 | 2025.02.25 03:55:22.456797 [ 196 ] {499813d5-c841-4141-9420-e02818928f28::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 8860 | 2025.02.25 03:55:22.456998 [ 196 ] {499813d5-c841-4141-9420-e02818928f28::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
| 8861 | 2025.02.25 03:55:22.457129 [ 196 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 8862 | 2025.02.25 03:55:22.458063 [ 197 ] {499813d5-c841-4141-9420-e02818928f28::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.002191329 sec., 19166.45104409242 rows/sec., 1.60 MiB/sec. | ||
| 8863 | 2025.02.25 03:55:22.458255 [ 192 ] {499813d5-c841-4141-9420-e02818928f28::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 8864 | 2025.02.25 03:55:22.458614 [ 192 ] {499813d5-c841-4141-9420-e02818928f28::all_1_17_4} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8865 | 2025.02.25 03:55:22.458719 [ 192 ] {499813d5-c841-4141-9420-e02818928f28::all_1_17_4} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 8866 | 2025.02.25 03:55:22.458818 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8867 | 2025.02.25 03:55:22.783635 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8868 | 2025.02.25 03:55:22.783679 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8869 | 2025.02.25 03:55:22.977839 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 | ||
| 8870 | 2025.02.25 03:55:22.978445 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8871 | 2025.02.25 03:55:22.978487 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8872 | 2025.02.25 03:55:22.978984 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8873 | 2025.02.25 03:55:22.979226 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8874 | 2025.02.25 03:55:22.979474 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 8875 | 2025.02.25 03:55:23.767848 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8876 | 2025.02.25 03:55:23.768150 [ 4 ] {6ebb53fc-23b7-4929-932c-2854b0eb595a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8877 | 2025.02.25 03:55:23.768223 [ 4 ] {6ebb53fc-23b7-4929-932c-2854b0eb595a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8878 | 2025.02.25 03:55:23.769016 [ 4 ] {6ebb53fc-23b7-4929-932c-2854b0eb595a} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8879 | 2025.02.25 03:55:23.769078 [ 4 ] {6ebb53fc-23b7-4929-932c-2854b0eb595a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8880 | 2025.02.25 03:55:23.769585 [ 4 ] {6ebb53fc-23b7-4929-932c-2854b0eb595a} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 8881 | 2025.02.25 03:55:23.769884 [ 4 ] {6ebb53fc-23b7-4929-932c-2854b0eb595a} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8882 | 2025.02.25 03:55:23.770181 [ 4 ] {6ebb53fc-23b7-4929-932c-2854b0eb595a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.0021 sec., 26666.666666666668 rows/sec., 2.04 MiB/sec. | ||
| 8883 | 2025.02.25 03:55:23.770289 [ 4 ] {6ebb53fc-23b7-4929-932c-2854b0eb595a} <Debug> TCPHandler: Processed in 0.002627879 sec. | ||
| 8884 | 2025.02.25 03:55:23.770534 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8885 | 2025.02.25 03:55:23.770746 [ 254 ] {5463ba1f-b081-42b1-98eb-2ea9a672fdee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8886 | 2025.02.25 03:55:23.770797 [ 254 ] {5463ba1f-b081-42b1-98eb-2ea9a672fdee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8887 | 2025.02.25 03:55:23.771410 [ 254 ] {5463ba1f-b081-42b1-98eb-2ea9a672fdee} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8888 | 2025.02.25 03:55:23.771450 [ 254 ] {5463ba1f-b081-42b1-98eb-2ea9a672fdee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8889 | 2025.02.25 03:55:23.771832 [ 254 ] {5463ba1f-b081-42b1-98eb-2ea9a672fdee} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 8890 | 2025.02.25 03:55:23.772074 [ 254 ] {5463ba1f-b081-42b1-98eb-2ea9a672fdee} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8891 | 2025.02.25 03:55:23.772301 [ 254 ] {5463ba1f-b081-42b1-98eb-2ea9a672fdee} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001591 sec., 40226.27278441232 rows/sec., 3.14 MiB/sec. | ||
| 8892 | 2025.02.25 03:55:23.772356 [ 254 ] {5463ba1f-b081-42b1-98eb-2ea9a672fdee} <Debug> TCPHandler: Processed in 0.001950843 sec. | ||
| 8893 | 2025.02.25 03:55:23.772537 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8894 | 2025.02.25 03:55:23.772668 [ 4 ] {c7d385be-a938-4714-bd16-48352d10ce82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8895 | 2025.02.25 03:55:23.772730 [ 4 ] {c7d385be-a938-4714-bd16-48352d10ce82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8896 | 2025.02.25 03:55:23.773307 [ 4 ] {c7d385be-a938-4714-bd16-48352d10ce82} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8897 | 2025.02.25 03:55:23.773347 [ 4 ] {c7d385be-a938-4714-bd16-48352d10ce82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8898 | 2025.02.25 03:55:23.773735 [ 4 ] {c7d385be-a938-4714-bd16-48352d10ce82} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 8899 | 2025.02.25 03:55:23.773978 [ 4 ] {c7d385be-a938-4714-bd16-48352d10ce82} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8900 | 2025.02.25 03:55:23.774212 [ 4 ] {c7d385be-a938-4714-bd16-48352d10ce82} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001574 sec., 101651.84243964421 rows/sec., 7.08 MiB/sec. | ||
| 8901 | 2025.02.25 03:55:23.774274 [ 4 ] {c7d385be-a938-4714-bd16-48352d10ce82} <Debug> TCPHandler: Processed in 0.00180082 sec. | ||
| 8902 | 2025.02.25 03:55:23.774423 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8903 | 2025.02.25 03:55:23.774564 [ 254 ] {ca3446f1-24ff-46e1-89db-d9b9626586d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8904 | 2025.02.25 03:55:23.774611 [ 254 ] {ca3446f1-24ff-46e1-89db-d9b9626586d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8905 | 2025.02.25 03:55:23.775049 [ 254 ] {ca3446f1-24ff-46e1-89db-d9b9626586d5} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8906 | 2025.02.25 03:55:23.775088 [ 254 ] {ca3446f1-24ff-46e1-89db-d9b9626586d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8907 | 2025.02.25 03:55:23.775450 [ 254 ] {ca3446f1-24ff-46e1-89db-d9b9626586d5} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 8908 | 2025.02.25 03:55:23.775695 [ 254 ] {ca3446f1-24ff-46e1-89db-d9b9626586d5} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8909 | 2025.02.25 03:55:23.775920 [ 254 ] {ca3446f1-24ff-46e1-89db-d9b9626586d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. | ||
| 8910 | 2025.02.25 03:55:23.776010 [ 254 ] {ca3446f1-24ff-46e1-89db-d9b9626586d5} <Debug> TCPHandler: Processed in 0.001657137 sec. | ||
| 8911 | 2025.02.25 03:55:24.324699 [ 22 ] {} <Debug> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 8912 | 2025.02.25 03:55:24.324794 [ 22 ] {} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8913 | 2025.02.25 03:55:24.324835 [ 22 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8914 | 2025.02.25 03:55:24.325083 [ 200 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 8915 | 2025.02.25 03:55:24.325370 [ 200 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8916 | 2025.02.25 03:55:24.325436 [ 200 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 8917 | 2025.02.25 03:55:24.325587 [ 200 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 8918 | 2025.02.25 03:55:24.325792 [ 200 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 8919 | 2025.02.25 03:55:24.326002 [ 200 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 8920 | 2025.02.25 03:55:24.326124 [ 200 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 8921 | 2025.02.25 03:55:24.327264 [ 192 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.002330432 sec., 116716.55727350122 rows/sec., 7.49 MiB/sec. | ||
| 8922 | 2025.02.25 03:55:24.327460 [ 197 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 8923 | 2025.02.25 03:55:24.327792 [ 197 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_13_3} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8924 | 2025.02.25 03:55:24.327876 [ 197 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_13_3} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 8925 | 2025.02.25 03:55:24.327977 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8926 | 2025.02.25 03:55:24.383261 [ 22 ] {} <Debug> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 8927 | 2025.02.25 03:55:24.383332 [ 22 ] {} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8928 | 2025.02.25 03:55:24.383369 [ 22 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8929 | 2025.02.25 03:55:24.383575 [ 200 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 8930 | 2025.02.25 03:55:24.383788 [ 200 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8931 | 2025.02.25 03:55:24.383819 [ 200 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 8932 | 2025.02.25 03:55:24.383883 [ 200 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 8933 | 2025.02.25 03:55:24.384130 [ 200 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 8934 | 2025.02.25 03:55:24.384218 [ 200 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 8935 | 2025.02.25 03:55:24.384400 [ 200 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 8936 | 2025.02.25 03:55:24.385319 [ 194 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.001862291 sec., 279225.96414846013 rows/sec., 19.82 MiB/sec. | ||
| 8937 | 2025.02.25 03:55:24.385466 [ 200 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 8938 | 2025.02.25 03:55:24.385745 [ 200 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_13_3} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8939 | 2025.02.25 03:55:24.385825 [ 200 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_13_3} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 8940 | 2025.02.25 03:55:24.385905 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 8941 | 2025.02.25 03:55:24.718216 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 8942 | 2025.02.25 03:55:24.739370 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8943 | 2025.02.25 03:55:24.739439 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8944 | 2025.02.25 03:55:24.746828 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8945 | 2025.02.25 03:55:24.747605 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8946 | 2025.02.25 03:55:24.750355 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 8947 | 2025.02.25 03:55:28.090649 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1226 | ||
| 8948 | 2025.02.25 03:55:28.093478 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8949 | 2025.02.25 03:55:28.093540 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8950 | 2025.02.25 03:55:28.095028 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8951 | 2025.02.25 03:55:28.095364 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8952 | 2025.02.25 03:55:28.096871 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1226 | ||
| 8953 | 2025.02.25 03:55:28.769699 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8954 | 2025.02.25 03:55:28.769909 [ 4 ] {3ff265e5-8b0a-4a5d-85be-87713758cdb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8955 | 2025.02.25 03:55:28.769990 [ 4 ] {3ff265e5-8b0a-4a5d-85be-87713758cdb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8956 | 2025.02.25 03:55:28.770761 [ 4 ] {3ff265e5-8b0a-4a5d-85be-87713758cdb7} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8957 | 2025.02.25 03:55:28.770809 [ 4 ] {3ff265e5-8b0a-4a5d-85be-87713758cdb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8958 | 2025.02.25 03:55:28.771236 [ 4 ] {3ff265e5-8b0a-4a5d-85be-87713758cdb7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8959 | 2025.02.25 03:55:28.771493 [ 4 ] {3ff265e5-8b0a-4a5d-85be-87713758cdb7} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8960 | 2025.02.25 03:55:28.771746 [ 4 ] {3ff265e5-8b0a-4a5d-85be-87713758cdb7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001896 sec., 1054.8523206751056 rows/sec., 86.02 KiB/sec. | ||
| 8961 | 2025.02.25 03:55:28.771813 [ 4 ] {3ff265e5-8b0a-4a5d-85be-87713758cdb7} <Debug> TCPHandler: Processed in 0.0022535 sec. | ||
| 8962 | 2025.02.25 03:55:28.771985 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8963 | 2025.02.25 03:55:28.772106 [ 254 ] {b6dbf1f9-b848-4634-a6a8-d745679c4b9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8964 | 2025.02.25 03:55:28.772155 [ 254 ] {b6dbf1f9-b848-4634-a6a8-d745679c4b9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8965 | 2025.02.25 03:55:28.772895 [ 254 ] {b6dbf1f9-b848-4634-a6a8-d745679c4b9b} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8966 | 2025.02.25 03:55:28.772944 [ 254 ] {b6dbf1f9-b848-4634-a6a8-d745679c4b9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8967 | 2025.02.25 03:55:28.773375 [ 254 ] {b6dbf1f9-b848-4634-a6a8-d745679c4b9b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 8968 | 2025.02.25 03:55:28.773620 [ 254 ] {b6dbf1f9-b848-4634-a6a8-d745679c4b9b} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8969 | 2025.02.25 03:55:28.773826 [ 155 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 8970 | 2025.02.25 03:55:28.773857 [ 254 ] {b6dbf1f9-b848-4634-a6a8-d745679c4b9b} <Debug> executeQuery: Read 135 rows, 11.88 KiB in 0.001776 sec., 76013.5135135135 rows/sec., 6.53 MiB/sec. | ||
| 8971 | 2025.02.25 03:55:28.773960 [ 155 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8972 | 2025.02.25 03:55:28.774022 [ 254 ] {b6dbf1f9-b848-4634-a6a8-d745679c4b9b} <Debug> TCPHandler: Processed in 0.002090597 sec. | ||
| 8973 | 2025.02.25 03:55:28.774049 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8974 | 2025.02.25 03:55:28.774227 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8975 | 2025.02.25 03:55:28.774271 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 8976 | 2025.02.25 03:55:28.774396 [ 4 ] {c6b1860d-f060-425b-8403-60a32b726d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8977 | 2025.02.25 03:55:28.774427 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8978 | 2025.02.25 03:55:28.774464 [ 4 ] {c6b1860d-f060-425b-8403-60a32b726d4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8979 | 2025.02.25 03:55:28.774476 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1966 rows starting from the beginning of the part | ||
| 8980 | 2025.02.25 03:55:28.774677 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 1318 rows starting from the beginning of the part | ||
| 8981 | 2025.02.25 03:55:28.774958 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 56 rows starting from the beginning of the part | ||
| 8982 | 2025.02.25 03:55:28.775364 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 134 rows starting from the beginning of the part | ||
| 8983 | 2025.02.25 03:55:28.775603 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 8984 | 2025.02.25 03:55:28.775829 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 135 rows starting from the beginning of the part | ||
| 8985 | 2025.02.25 03:55:28.776580 [ 4 ] {c6b1860d-f060-425b-8403-60a32b726d4f} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8986 | 2025.02.25 03:55:28.776626 [ 4 ] {c6b1860d-f060-425b-8403-60a32b726d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8987 | 2025.02.25 03:55:28.777107 [ 4 ] {c6b1860d-f060-425b-8403-60a32b726d4f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8988 | 2025.02.25 03:55:28.777429 [ 4 ] {c6b1860d-f060-425b-8403-60a32b726d4f} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8989 | 2025.02.25 03:55:28.777674 [ 4 ] {c6b1860d-f060-425b-8403-60a32b726d4f} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.003325 sec., 12330.827067669174 rows/sec., 923.99 KiB/sec. | ||
| 8990 | 2025.02.25 03:55:28.777734 [ 4 ] {c6b1860d-f060-425b-8403-60a32b726d4f} <Debug> TCPHandler: Processed in 0.00359818 sec. | ||
| 8991 | 2025.02.25 03:55:28.777864 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8992 | 2025.02.25 03:55:28.777990 [ 254 ] {d6bdae19-972b-4e60-9800-1336f149c26d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8993 | 2025.02.25 03:55:28.778061 [ 254 ] {d6bdae19-972b-4e60-9800-1336f149c26d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8994 | 2025.02.25 03:55:28.778211 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3665 rows, containing 5 columns (5 merged, 0 gathered) in 0.004030971 sec., 909210.2126261885 rows/sec., 78.49 MiB/sec. | ||
| 8995 | 2025.02.25 03:55:28.778564 [ 194 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 8996 | 2025.02.25 03:55:28.779123 [ 254 ] {d6bdae19-972b-4e60-9800-1336f149c26d} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8997 | 2025.02.25 03:55:28.779194 [ 254 ] {d6bdae19-972b-4e60-9800-1336f149c26d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 8998 | 2025.02.25 03:55:28.779324 [ 194 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_91_18} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8999 | 2025.02.25 03:55:28.779531 [ 194 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_91_18} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9000 | 2025.02.25 03:55:28.779692 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 9001 | 2025.02.25 03:55:28.779850 [ 254 ] {d6bdae19-972b-4e60-9800-1336f149c26d} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9002 | 2025.02.25 03:55:28.780105 [ 254 ] {d6bdae19-972b-4e60-9800-1336f149c26d} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9003 | 2025.02.25 03:55:28.780265 [ 155 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9004 | 2025.02.25 03:55:28.780332 [ 155 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9005 | 2025.02.25 03:55:28.780371 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9006 | 2025.02.25 03:55:28.780386 [ 254 ] {d6bdae19-972b-4e60-9800-1336f149c26d} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.002414 sec., 43496.27174813588 rows/sec., 3.40 MiB/sec. | ||
| 9007 | 2025.02.25 03:55:28.780533 [ 254 ] {d6bdae19-972b-4e60-9800-1336f149c26d} <Debug> TCPHandler: Processed in 0.00271897 sec. | ||
| 9008 | 2025.02.25 03:55:28.780561 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 9009 | 2025.02.25 03:55:28.780665 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9010 | 2025.02.25 03:55:28.780686 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9011 | 2025.02.25 03:55:28.780696 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 951 rows starting from the beginning of the part | ||
| 9012 | 2025.02.25 03:55:28.780840 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 560 rows starting from the beginning of the part | ||
| 9013 | 2025.02.25 03:55:28.781028 [ 4 ] {22c1976a-cd87-4686-a24e-65bb0af51ef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9014 | 2025.02.25 03:55:28.781237 [ 4 ] {22c1976a-cd87-4686-a24e-65bb0af51ef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9015 | 2025.02.25 03:55:28.781237 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 64 rows starting from the beginning of the part | ||
| 9016 | 2025.02.25 03:55:28.781445 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 103 rows starting from the beginning of the part | ||
| 9017 | 2025.02.25 03:55:28.781685 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 9018 | 2025.02.25 03:55:28.782030 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 105 rows starting from the beginning of the part | ||
| 9019 | 2025.02.25 03:55:28.782876 [ 4 ] {22c1976a-cd87-4686-a24e-65bb0af51ef1} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9020 | 2025.02.25 03:55:28.782930 [ 4 ] {22c1976a-cd87-4686-a24e-65bb0af51ef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9021 | 2025.02.25 03:55:28.783489 [ 4 ] {22c1976a-cd87-4686-a24e-65bb0af51ef1} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9022 | 2025.02.25 03:55:28.783776 [ 194 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1847 rows, containing 5 columns (5 merged, 0 gathered) in 0.003320904 sec., 556173.8610932445 rows/sec., 43.64 MiB/sec. | ||
| 9023 | 2025.02.25 03:55:28.783886 [ 4 ] {22c1976a-cd87-4686-a24e-65bb0af51ef1} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9024 | 2025.02.25 03:55:28.784170 [ 194 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9025 | 2025.02.25 03:55:28.784178 [ 155 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9026 | 2025.02.25 03:55:28.784348 [ 155 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9027 | 2025.02.25 03:55:28.784377 [ 4 ] {22c1976a-cd87-4686-a24e-65bb0af51ef1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003478 sec., 46290.97182288671 rows/sec., 3.22 MiB/sec. | ||
| 9028 | 2025.02.25 03:55:28.784438 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9029 | 2025.02.25 03:55:28.784697 [ 4 ] {22c1976a-cd87-4686-a24e-65bb0af51ef1} <Debug> TCPHandler: Processed in 0.004064611 sec. | ||
| 9030 | 2025.02.25 03:55:28.784853 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 9031 | 2025.02.25 03:55:28.784980 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9032 | 2025.02.25 03:55:28.785072 [ 194 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_91_18} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9033 | 2025.02.25 03:55:28.785277 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9034 | 2025.02.25 03:55:28.785351 [ 254 ] {6a7afaa1-32a4-4d98-a3e8-c9baf829dfd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9035 | 2025.02.25 03:55:28.785370 [ 194 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_91_18} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9036 | 2025.02.25 03:55:28.785371 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 23688 rows starting from the beginning of the part | ||
| 9037 | 2025.02.25 03:55:28.785762 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 9038 | 2025.02.25 03:55:28.785817 [ 254 ] {6a7afaa1-32a4-4d98-a3e8-c9baf829dfd3} <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 | ||
| 9039 | 2025.02.25 03:55:28.785954 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 978 rows starting from the beginning of the part | ||
| 9040 | 2025.02.25 03:55:28.786325 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 66 rows starting from the beginning of the part | ||
| 9041 | 2025.02.25 03:55:28.786679 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 9042 | 2025.02.25 03:55:28.787050 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 9043 | 2025.02.25 03:55:28.787398 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 161 rows starting from the beginning of the part | ||
| 9044 | 2025.02.25 03:55:28.789997 [ 254 ] {6a7afaa1-32a4-4d98-a3e8-c9baf829dfd3} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9045 | 2025.02.25 03:55:28.790066 [ 254 ] {6a7afaa1-32a4-4d98-a3e8-c9baf829dfd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9046 | 2025.02.25 03:55:28.792051 [ 254 ] {6a7afaa1-32a4-4d98-a3e8-c9baf829dfd3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9047 | 2025.02.25 03:55:28.792790 [ 254 ] {6a7afaa1-32a4-4d98-a3e8-c9baf829dfd3} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9048 | 2025.02.25 03:55:28.793195 [ 254 ] {6a7afaa1-32a4-4d98-a3e8-c9baf829dfd3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00798 sec., 4887.218045112782 rows/sec., 8.76 MiB/sec. | ||
| 9049 | 2025.02.25 03:55:28.793330 [ 254 ] {6a7afaa1-32a4-4d98-a3e8-c9baf829dfd3} <Debug> TCPHandler: Processed in 0.00849943 sec. | ||
| 9050 | 2025.02.25 03:55:28.793532 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9051 | 2025.02.25 03:55:28.793713 [ 4 ] {4388cc4f-3cca-428f-a19a-c01ab1f6e0b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9052 | 2025.02.25 03:55:28.793780 [ 4 ] {4388cc4f-3cca-428f-a19a-c01ab1f6e0b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9053 | 2025.02.25 03:55:28.794433 [ 4 ] {4388cc4f-3cca-428f-a19a-c01ab1f6e0b9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9054 | 2025.02.25 03:55:28.794473 [ 4 ] {4388cc4f-3cca-428f-a19a-c01ab1f6e0b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9055 | 2025.02.25 03:55:28.795203 [ 4 ] {4388cc4f-3cca-428f-a19a-c01ab1f6e0b9} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9056 | 2025.02.25 03:55:28.795537 [ 4 ] {4388cc4f-3cca-428f-a19a-c01ab1f6e0b9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9057 | 2025.02.25 03:55:28.795783 [ 155 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9058 | 2025.02.25 03:55:28.795873 [ 155 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9059 | 2025.02.25 03:55:28.795889 [ 4 ] {4388cc4f-3cca-428f-a19a-c01ab1f6e0b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002192 sec., 27372.26277372263 rows/sec., 1.84 MiB/sec. | ||
| 9060 | 2025.02.25 03:55:28.795928 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9061 | 2025.02.25 03:55:28.796089 [ 4 ] {4388cc4f-3cca-428f-a19a-c01ab1f6e0b9} <Debug> TCPHandler: Processed in 0.002640279 sec. | ||
| 9062 | 2025.02.25 03:55:28.796252 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 9063 | 2025.02.25 03:55:28.796426 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9064 | 2025.02.25 03:55:28.796456 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4452 rows starting from the beginning of the part | ||
| 9065 | 2025.02.25 03:55:28.796552 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 34 rows starting from the beginning of the part | ||
| 9066 | 2025.02.25 03:55:28.796833 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 26 rows starting from the beginning of the part | ||
| 9067 | 2025.02.25 03:55:28.797230 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 9068 | 2025.02.25 03:55:28.797592 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 9069 | 2025.02.25 03:55:28.798046 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 9070 | 2025.02.25 03:55:28.798089 [ 187 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25213 rows, containing 5 columns (5 merged, 0 gathered) in 0.013456281 sec., 1873697.4948724688 rows/sec., 128.28 MiB/sec. | ||
| 9071 | 2025.02.25 03:55:28.798516 [ 190 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9072 | 2025.02.25 03:55:28.798899 [ 190 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9073 | 2025.02.25 03:55:28.798990 [ 190 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9074 | 2025.02.25 03:55:28.799090 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 9075 | 2025.02.25 03:55:28.800034 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4692 rows, containing 4 columns (4 merged, 0 gathered) in 0.003942658 sec., 1190060.1066590103 rows/sec., 79.93 MiB/sec. | ||
| 9076 | 2025.02.25 03:55:28.800429 [ 190 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9077 | 2025.02.25 03:55:28.800716 [ 190 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_91_18} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9078 | 2025.02.25 03:55:28.800792 [ 190 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_91_18} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9079 | 2025.02.25 03:55:28.800862 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 9080 | 2025.02.25 03:55:29.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.87 MiB, peak 240.23 MiB, free memory in arenas 0.00 B, will set to 229.93 MiB (RSS), difference: 1.06 MiB | ||
| 9081 | 2025.02.25 03:55:30.480566 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 | ||
| 9082 | 2025.02.25 03:55:30.481236 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9083 | 2025.02.25 03:55:30.481282 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9084 | 2025.02.25 03:55:30.481819 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9085 | 2025.02.25 03:55:30.482081 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9086 | 2025.02.25 03:55:30.482367 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 9087 | 2025.02.25 03:55:32.251387 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 9088 | 2025.02.25 03:55:32.273239 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9089 | 2025.02.25 03:55:32.273305 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9090 | 2025.02.25 03:55:32.280862 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9091 | 2025.02.25 03:55:32.281638 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9092 | 2025.02.25 03:55:32.284451 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 9093 | 2025.02.25 03:55:33.767443 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9094 | 2025.02.25 03:55:33.767668 [ 4 ] {0ef31e2e-801d-4810-ae3e-8de1d36a6979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9095 | 2025.02.25 03:55:33.767748 [ 4 ] {0ef31e2e-801d-4810-ae3e-8de1d36a6979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9096 | 2025.02.25 03:55:33.768600 [ 4 ] {0ef31e2e-801d-4810-ae3e-8de1d36a6979} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9097 | 2025.02.25 03:55:33.768644 [ 4 ] {0ef31e2e-801d-4810-ae3e-8de1d36a6979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9098 | 2025.02.25 03:55:33.769186 [ 4 ] {0ef31e2e-801d-4810-ae3e-8de1d36a6979} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 9099 | 2025.02.25 03:55:33.769475 [ 4 ] {0ef31e2e-801d-4810-ae3e-8de1d36a6979} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9100 | 2025.02.25 03:55:33.769708 [ 4 ] {0ef31e2e-801d-4810-ae3e-8de1d36a6979} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002097 sec., 26704.81640438722 rows/sec., 2.04 MiB/sec. | ||
| 9101 | 2025.02.25 03:55:33.769773 [ 4 ] {0ef31e2e-801d-4810-ae3e-8de1d36a6979} <Debug> TCPHandler: Processed in 0.002469685 sec. | ||
| 9102 | 2025.02.25 03:55:33.769945 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9103 | 2025.02.25 03:55:33.770067 [ 254 ] {82a22060-06db-4550-b11b-7c92b34de41a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9104 | 2025.02.25 03:55:33.770117 [ 254 ] {82a22060-06db-4550-b11b-7c92b34de41a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9105 | 2025.02.25 03:55:33.770687 [ 254 ] {82a22060-06db-4550-b11b-7c92b34de41a} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9106 | 2025.02.25 03:55:33.770728 [ 254 ] {82a22060-06db-4550-b11b-7c92b34de41a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9107 | 2025.02.25 03:55:33.771110 [ 254 ] {82a22060-06db-4550-b11b-7c92b34de41a} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 9108 | 2025.02.25 03:55:33.771347 [ 254 ] {82a22060-06db-4550-b11b-7c92b34de41a} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9109 | 2025.02.25 03:55:33.771565 [ 254 ] {82a22060-06db-4550-b11b-7c92b34de41a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001525 sec., 41967.21311475409 rows/sec., 3.28 MiB/sec. | ||
| 9110 | 2025.02.25 03:55:33.771620 [ 254 ] {82a22060-06db-4550-b11b-7c92b34de41a} <Debug> TCPHandler: Processed in 0.001730508 sec. | ||
| 9111 | 2025.02.25 03:55:33.771772 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9112 | 2025.02.25 03:55:33.771881 [ 4 ] {921ef67b-97bb-4790-8d5d-d500115333eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9113 | 2025.02.25 03:55:33.771932 [ 4 ] {921ef67b-97bb-4790-8d5d-d500115333eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9114 | 2025.02.25 03:55:33.772461 [ 4 ] {921ef67b-97bb-4790-8d5d-d500115333eb} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9115 | 2025.02.25 03:55:33.772501 [ 4 ] {921ef67b-97bb-4790-8d5d-d500115333eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9116 | 2025.02.25 03:55:33.772892 [ 4 ] {921ef67b-97bb-4790-8d5d-d500115333eb} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 9117 | 2025.02.25 03:55:33.773149 [ 4 ] {921ef67b-97bb-4790-8d5d-d500115333eb} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9118 | 2025.02.25 03:55:33.773376 [ 4 ] {921ef67b-97bb-4790-8d5d-d500115333eb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001518 sec., 105401.84453227931 rows/sec., 7.34 MiB/sec. | ||
| 9119 | 2025.02.25 03:55:33.773429 [ 4 ] {921ef67b-97bb-4790-8d5d-d500115333eb} <Debug> TCPHandler: Processed in 0.001709528 sec. | ||
| 9120 | 2025.02.25 03:55:33.773575 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9121 | 2025.02.25 03:55:33.773703 [ 254 ] {13482b7a-da03-4268-9e24-fb147e93178d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9122 | 2025.02.25 03:55:33.773759 [ 254 ] {13482b7a-da03-4268-9e24-fb147e93178d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9123 | 2025.02.25 03:55:33.774290 [ 254 ] {13482b7a-da03-4268-9e24-fb147e93178d} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9124 | 2025.02.25 03:55:33.774338 [ 254 ] {13482b7a-da03-4268-9e24-fb147e93178d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9125 | 2025.02.25 03:55:33.774754 [ 254 ] {13482b7a-da03-4268-9e24-fb147e93178d} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 9126 | 2025.02.25 03:55:33.774994 [ 254 ] {13482b7a-da03-4268-9e24-fb147e93178d} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9127 | 2025.02.25 03:55:33.775209 [ 254 ] {13482b7a-da03-4268-9e24-fb147e93178d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001534 sec., 39113.42894393742 rows/sec., 2.64 MiB/sec. | ||
| 9128 | 2025.02.25 03:55:33.775303 [ 254 ] {13482b7a-da03-4268-9e24-fb147e93178d} <Debug> TCPHandler: Processed in 0.00179095 sec. | ||
| 9129 | 2025.02.25 03:55:37.783725 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9130 | 2025.02.25 03:55:37.783801 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9131 | 2025.02.25 03:55:37.983465 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 | ||
| 9132 | 2025.02.25 03:55:37.984116 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9133 | 2025.02.25 03:55:37.984162 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9134 | 2025.02.25 03:55:37.984682 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9135 | 2025.02.25 03:55:37.984936 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9136 | 2025.02.25 03:55:37.985142 [ 75 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9137 | 2025.02.25 03:55:37.985204 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 9138 | 2025.02.25 03:55:37.985242 [ 75 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9139 | 2025.02.25 03:55:37.985276 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9140 | 2025.02.25 03:55:37.985405 [ 187 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 9141 | 2025.02.25 03:55:37.985548 [ 187 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9142 | 2025.02.25 03:55:37.985589 [ 187 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part | ||
| 9143 | 2025.02.25 03:55:37.985667 [ 187 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part | ||
| 9144 | 2025.02.25 03:55:37.985889 [ 187 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part | ||
| 9145 | 2025.02.25 03:55:37.986012 [ 187 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part | ||
| 9146 | 2025.02.25 03:55:37.986253 [ 187 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part | ||
| 9147 | 2025.02.25 03:55:37.986427 [ 187 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part | ||
| 9148 | 2025.02.25 03:55:37.989316 [ 190 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003966328 sec., 6474754.483239913 rows/sec., 92.62 MiB/sec. | ||
| 9149 | 2025.02.25 03:55:37.989567 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9150 | 2025.02.25 03:55:37.989917 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_56_11} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9151 | 2025.02.25 03:55:37.990013 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_56_11} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9152 | 2025.02.25 03:55:37.990122 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 9153 | 2025.02.25 03:55:38.097979 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1248 | ||
| 9154 | 2025.02.25 03:55:38.100973 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9155 | 2025.02.25 03:55:38.101032 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9156 | 2025.02.25 03:55:38.102526 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 9157 | 2025.02.25 03:55:38.102849 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9158 | 2025.02.25 03:55:38.103128 [ 75 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 9159 | 2025.02.25 03:55:38.103254 [ 75 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9160 | 2025.02.25 03:55:38.103338 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9161 | 2025.02.25 03:55:38.103851 [ 202 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::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 | ||
| 9162 | 2025.02.25 03:55:38.104570 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1248 | ||
| 9163 | 2025.02.25 03:55:38.105056 [ 202 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9164 | 2025.02.25 03:55:38.105253 [ 202 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1126 rows starting from the beginning of the part | ||
| 9165 | 2025.02.25 03:55:38.105925 [ 202 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 20 rows starting from the beginning of the part | ||
| 9166 | 2025.02.25 03:55:38.106610 [ 202 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 22 rows starting from the beginning of the part | ||
| 9167 | 2025.02.25 03:55:38.107300 [ 202 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 38 rows starting from the beginning of the part | ||
| 9168 | 2025.02.25 03:55:38.107956 [ 202 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 20 rows starting from the beginning of the part | ||
| 9169 | 2025.02.25 03:55:38.108594 [ 202 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 22 rows starting from the beginning of the part | ||
| 9170 | 2025.02.25 03:55:38.117269 [ 191 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1248 rows, containing 72 columns (72 merged, 0 gathered) in 0.013714837 sec., 90996.34213662181 rows/sec., 73.39 MiB/sec. | ||
| 9171 | 2025.02.25 03:55:38.118952 [ 189 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 9172 | 2025.02.25 03:55:38.119723 [ 189 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_41_8} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9173 | 2025.02.25 03:55:38.119809 [ 189 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_41_8} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 9174 | 2025.02.25 03:55:38.120139 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
| 9175 | 2025.02.25 03:55:38.769987 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9176 | 2025.02.25 03:55:38.770173 [ 4 ] {71674166-3eb0-47d6-b5d3-32f8fbac011d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9177 | 2025.02.25 03:55:38.770244 [ 4 ] {71674166-3eb0-47d6-b5d3-32f8fbac011d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9178 | 2025.02.25 03:55:38.771069 [ 4 ] {71674166-3eb0-47d6-b5d3-32f8fbac011d} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9179 | 2025.02.25 03:55:38.771124 [ 4 ] {71674166-3eb0-47d6-b5d3-32f8fbac011d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9180 | 2025.02.25 03:55:38.771574 [ 4 ] {71674166-3eb0-47d6-b5d3-32f8fbac011d} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 9181 | 2025.02.25 03:55:38.771831 [ 4 ] {71674166-3eb0-47d6-b5d3-32f8fbac011d} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9182 | 2025.02.25 03:55:38.772108 [ 4 ] {71674166-3eb0-47d6-b5d3-32f8fbac011d} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001977 sec., 67779.46383409206 rows/sec., 5.83 MiB/sec. | ||
| 9183 | 2025.02.25 03:55:38.772200 [ 4 ] {71674166-3eb0-47d6-b5d3-32f8fbac011d} <Debug> TCPHandler: Processed in 0.002343273 sec. | ||
| 9184 | 2025.02.25 03:55:38.772416 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9185 | 2025.02.25 03:55:38.772783 [ 254 ] {bccefdcb-d05e-41b7-9274-88585dfddd80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9186 | 2025.02.25 03:55:38.772939 [ 254 ] {bccefdcb-d05e-41b7-9274-88585dfddd80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9187 | 2025.02.25 03:55:38.773675 [ 254 ] {bccefdcb-d05e-41b7-9274-88585dfddd80} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9188 | 2025.02.25 03:55:38.773716 [ 254 ] {bccefdcb-d05e-41b7-9274-88585dfddd80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9189 | 2025.02.25 03:55:38.774099 [ 254 ] {bccefdcb-d05e-41b7-9274-88585dfddd80} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9190 | 2025.02.25 03:55:38.774337 [ 254 ] {bccefdcb-d05e-41b7-9274-88585dfddd80} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9191 | 2025.02.25 03:55:38.774544 [ 75 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9192 | 2025.02.25 03:55:38.774577 [ 254 ] {bccefdcb-d05e-41b7-9274-88585dfddd80} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001927 sec., 20238.71302542813 rows/sec., 1.49 MiB/sec. | ||
| 9193 | 2025.02.25 03:55:38.774654 [ 75 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9194 | 2025.02.25 03:55:38.774718 [ 254 ] {bccefdcb-d05e-41b7-9274-88585dfddd80} <Debug> TCPHandler: Processed in 0.002395904 sec. | ||
| 9195 | 2025.02.25 03:55:38.774743 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9196 | 2025.02.25 03:55:38.774929 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9197 | 2025.02.25 03:55:38.775257 [ 195 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 9198 | 2025.02.25 03:55:38.775314 [ 4 ] {bc361eb8-c643-4b7a-9b2f-8c3fb042027b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9199 | 2025.02.25 03:55:38.775513 [ 4 ] {bc361eb8-c643-4b7a-9b2f-8c3fb042027b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9200 | 2025.02.25 03:55:38.776035 [ 195 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9201 | 2025.02.25 03:55:38.776222 [ 195 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 177 rows starting from the beginning of the part | ||
| 9202 | 2025.02.25 03:55:38.777031 [ 195 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 39 rows starting from the beginning of the part | ||
| 9203 | 2025.02.25 03:55:38.777388 [ 195 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 9204 | 2025.02.25 03:55:38.777575 [ 195 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 39 rows starting from the beginning of the part | ||
| 9205 | 2025.02.25 03:55:38.778013 [ 195 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 41 rows starting from the beginning of the part | ||
| 9206 | 2025.02.25 03:55:38.778315 [ 195 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 39 rows starting from the beginning of the part | ||
| 9207 | 2025.02.25 03:55:38.778985 [ 4 ] {bc361eb8-c643-4b7a-9b2f-8c3fb042027b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9208 | 2025.02.25 03:55:38.779038 [ 4 ] {bc361eb8-c643-4b7a-9b2f-8c3fb042027b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9209 | 2025.02.25 03:55:38.779987 [ 4 ] {bc361eb8-c643-4b7a-9b2f-8c3fb042027b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 9210 | 2025.02.25 03:55:38.780594 [ 4 ] {bc361eb8-c643-4b7a-9b2f-8c3fb042027b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9211 | 2025.02.25 03:55:38.781196 [ 4 ] {bc361eb8-c643-4b7a-9b2f-8c3fb042027b} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.006019 sec., 17112.4771556737 rows/sec., 1.34 MiB/sec. | ||
| 9212 | 2025.02.25 03:55:38.781237 [ 189 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 351 rows, containing 5 columns (5 merged, 0 gathered) in 0.006364213 sec., 55152.145284892256 rows/sec., 4.01 MiB/sec. | ||
| 9213 | 2025.02.25 03:55:38.781303 [ 4 ] {bc361eb8-c643-4b7a-9b2f-8c3fb042027b} <Debug> TCPHandler: Processed in 0.006486345 sec. | ||
| 9214 | 2025.02.25 03:55:38.781480 [ 189 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9215 | 2025.02.25 03:55:38.781493 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9216 | 2025.02.25 03:55:38.781686 [ 254 ] {1161a489-d699-4ec3-8550-189dad72f803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9217 | 2025.02.25 03:55:38.781777 [ 254 ] {1161a489-d699-4ec3-8550-189dad72f803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9218 | 2025.02.25 03:55:38.781979 [ 189 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_51_10} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9219 | 2025.02.25 03:55:38.782241 [ 189 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_51_10} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9220 | 2025.02.25 03:55:38.782402 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 9221 | 2025.02.25 03:55:38.782768 [ 254 ] {1161a489-d699-4ec3-8550-189dad72f803} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9222 | 2025.02.25 03:55:38.782811 [ 254 ] {1161a489-d699-4ec3-8550-189dad72f803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9223 | 2025.02.25 03:55:38.783224 [ 254 ] {1161a489-d699-4ec3-8550-189dad72f803} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 9224 | 2025.02.25 03:55:38.783467 [ 254 ] {1161a489-d699-4ec3-8550-189dad72f803} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9225 | 2025.02.25 03:55:38.783722 [ 254 ] {1161a489-d699-4ec3-8550-189dad72f803} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002087 sec., 76665.06947771923 rows/sec., 5.34 MiB/sec. | ||
| 9226 | 2025.02.25 03:55:38.783840 [ 254 ] {1161a489-d699-4ec3-8550-189dad72f803} <Debug> TCPHandler: Processed in 0.002422944 sec. | ||
| 9227 | 2025.02.25 03:55:38.784046 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9228 | 2025.02.25 03:55:38.784250 [ 4 ] {d3bc9cc2-8824-4aa5-9d56-8dc98efea80d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9229 | 2025.02.25 03:55:38.784328 [ 4 ] {d3bc9cc2-8824-4aa5-9d56-8dc98efea80d} <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 | ||
| 9230 | 2025.02.25 03:55:38.785471 [ 4 ] {d3bc9cc2-8824-4aa5-9d56-8dc98efea80d} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9231 | 2025.02.25 03:55:38.785510 [ 4 ] {d3bc9cc2-8824-4aa5-9d56-8dc98efea80d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9232 | 2025.02.25 03:55:38.786182 [ 4 ] {d3bc9cc2-8824-4aa5-9d56-8dc98efea80d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 9233 | 2025.02.25 03:55:38.786442 [ 4 ] {d3bc9cc2-8824-4aa5-9d56-8dc98efea80d} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9234 | 2025.02.25 03:55:38.786686 [ 4 ] {d3bc9cc2-8824-4aa5-9d56-8dc98efea80d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002472 sec., 15776.699029126215 rows/sec., 28.27 MiB/sec. | ||
| 9235 | 2025.02.25 03:55:38.786793 [ 4 ] {d3bc9cc2-8824-4aa5-9d56-8dc98efea80d} <Debug> TCPHandler: Processed in 0.002852414 sec. | ||
| 9236 | 2025.02.25 03:55:38.786927 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9237 | 2025.02.25 03:55:38.787034 [ 254 ] {b9d2727c-6e53-41da-8340-7f52ef0f18f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9238 | 2025.02.25 03:55:38.787080 [ 254 ] {b9d2727c-6e53-41da-8340-7f52ef0f18f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9239 | 2025.02.25 03:55:38.787511 [ 254 ] {b9d2727c-6e53-41da-8340-7f52ef0f18f5} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9240 | 2025.02.25 03:55:38.787550 [ 254 ] {b9d2727c-6e53-41da-8340-7f52ef0f18f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9241 | 2025.02.25 03:55:38.787911 [ 254 ] {b9d2727c-6e53-41da-8340-7f52ef0f18f5} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 9242 | 2025.02.25 03:55:38.788142 [ 254 ] {b9d2727c-6e53-41da-8340-7f52ef0f18f5} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9243 | 2025.02.25 03:55:38.788353 [ 254 ] {b9d2727c-6e53-41da-8340-7f52ef0f18f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec. | ||
| 9244 | 2025.02.25 03:55:38.788404 [ 254 ] {b9d2727c-6e53-41da-8340-7f52ef0f18f5} <Debug> TCPHandler: Processed in 0.001528924 sec. | ||
| 9245 | 2025.02.25 03:55:39.785491 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 9246 | 2025.02.25 03:55:39.807587 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9247 | 2025.02.25 03:55:39.807643 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9248 | 2025.02.25 03:55:39.815053 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9249 | 2025.02.25 03:55:39.815817 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9250 | 2025.02.25 03:55:39.816253 [ 98 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9251 | 2025.02.25 03:55:39.816390 [ 98 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9252 | 2025.02.25 03:55:39.816465 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9253 | 2025.02.25 03:55:39.817050 [ 186 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 9254 | 2025.02.25 03:55:39.833285 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 9255 | 2025.02.25 03:55:39.834822 [ 186 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9256 | 2025.02.25 03:55:39.836500 [ 186 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 9257 | 2025.02.25 03:55:39.842257 [ 186 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 9258 | 2025.02.25 03:55:39.847963 [ 186 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 9259 | 2025.02.25 03:55:39.853731 [ 186 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 9260 | 2025.02.25 03:55:39.859692 [ 186 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 9261 | 2025.02.25 03:55:39.864515 [ 186 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 9262 | 2025.02.25 03:55:39.926125 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.109503299 sec., 3853.765172864792 rows/sec., 19.93 MiB/sec. | ||
| 9263 | 2025.02.25 03:55:39.929716 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9264 | 2025.02.25 03:55:39.932765 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_56_11} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9265 | 2025.02.25 03:55:39.932892 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_56_11} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9266 | 2025.02.25 03:55:39.935529 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9267 | 2025.02.25 03:55:40.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.45 MiB, peak 244.87 MiB, free memory in arenas 0.00 B, will set to 233.98 MiB (RSS), difference: 2.53 MiB | ||
| 9268 | 2025.02.25 03:55:41.694652 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9269 | 2025.02.25 03:55:41.694854 [ 4 ] {69425545-8501-40bf-af41-06ad00085c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9270 | 2025.02.25 03:55:41.694928 [ 4 ] {69425545-8501-40bf-af41-06ad00085c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9271 | 2025.02.25 03:55:41.695705 [ 4 ] {69425545-8501-40bf-af41-06ad00085c84} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9272 | 2025.02.25 03:55:41.695754 [ 4 ] {69425545-8501-40bf-af41-06ad00085c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9273 | 2025.02.25 03:55:41.696209 [ 4 ] {69425545-8501-40bf-af41-06ad00085c84} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9274 | 2025.02.25 03:55:41.696466 [ 4 ] {69425545-8501-40bf-af41-06ad00085c84} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9275 | 2025.02.25 03:55:41.696771 [ 4 ] {69425545-8501-40bf-af41-06ad00085c84} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001966 sec., 12207.527975584944 rows/sec., 1.01 MiB/sec. | ||
| 9276 | 2025.02.25 03:55:41.697003 [ 4 ] {69425545-8501-40bf-af41-06ad00085c84} <Debug> TCPHandler: Processed in 0.002534277 sec. | ||
| 9277 | 2025.02.25 03:55:41.697191 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9278 | 2025.02.25 03:55:41.697313 [ 254 ] {38724d23-2586-4556-b420-95a03a9772eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9279 | 2025.02.25 03:55:41.697363 [ 254 ] {38724d23-2586-4556-b420-95a03a9772eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9280 | 2025.02.25 03:55:41.698656 [ 254 ] {38724d23-2586-4556-b420-95a03a9772eb} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9281 | 2025.02.25 03:55:41.698698 [ 254 ] {38724d23-2586-4556-b420-95a03a9772eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9282 | 2025.02.25 03:55:41.699179 [ 254 ] {38724d23-2586-4556-b420-95a03a9772eb} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 9283 | 2025.02.25 03:55:41.699433 [ 254 ] {38724d23-2586-4556-b420-95a03a9772eb} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9284 | 2025.02.25 03:55:41.699646 [ 254 ] {38724d23-2586-4556-b420-95a03a9772eb} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.00236 sec., 557627.1186440678 rows/sec., 46.32 MiB/sec. | ||
| 9285 | 2025.02.25 03:55:41.699701 [ 254 ] {38724d23-2586-4556-b420-95a03a9772eb} <Debug> TCPHandler: Processed in 0.002569247 sec. | ||
| 9286 | 2025.02.25 03:55:41.699878 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9287 | 2025.02.25 03:55:41.700016 [ 4 ] {319a17a9-964d-4c29-89f0-4e1b76b20ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9288 | 2025.02.25 03:55:41.700071 [ 4 ] {319a17a9-964d-4c29-89f0-4e1b76b20ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9289 | 2025.02.25 03:55:41.700690 [ 4 ] {319a17a9-964d-4c29-89f0-4e1b76b20ec3} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9290 | 2025.02.25 03:55:41.700729 [ 4 ] {319a17a9-964d-4c29-89f0-4e1b76b20ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9291 | 2025.02.25 03:55:41.701080 [ 4 ] {319a17a9-964d-4c29-89f0-4e1b76b20ec3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9292 | 2025.02.25 03:55:41.701325 [ 4 ] {319a17a9-964d-4c29-89f0-4e1b76b20ec3} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9293 | 2025.02.25 03:55:41.701524 [ 4 ] {319a17a9-964d-4c29-89f0-4e1b76b20ec3} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.001536 sec., 7812.5 rows/sec., 625.61 KiB/sec. | ||
| 9294 | 2025.02.25 03:55:41.701576 [ 4 ] {319a17a9-964d-4c29-89f0-4e1b76b20ec3} <Debug> TCPHandler: Processed in 0.001777379 sec. | ||
| 9295 | 2025.02.25 03:55:41.701721 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9296 | 2025.02.25 03:55:41.701850 [ 254 ] {73e39950-dae2-443e-84c8-0239e895bf44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9297 | 2025.02.25 03:55:41.701904 [ 254 ] {73e39950-dae2-443e-84c8-0239e895bf44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9298 | 2025.02.25 03:55:41.702643 [ 254 ] {73e39950-dae2-443e-84c8-0239e895bf44} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9299 | 2025.02.25 03:55:41.702683 [ 254 ] {73e39950-dae2-443e-84c8-0239e895bf44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9300 | 2025.02.25 03:55:41.703058 [ 254 ] {73e39950-dae2-443e-84c8-0239e895bf44} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9301 | 2025.02.25 03:55:41.703295 [ 254 ] {73e39950-dae2-443e-84c8-0239e895bf44} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9302 | 2025.02.25 03:55:41.703595 [ 254 ] {73e39950-dae2-443e-84c8-0239e895bf44} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001749 sec., 144082.33276157806 rows/sec., 9.97 MiB/sec. | ||
| 9303 | 2025.02.25 03:55:41.703822 [ 254 ] {73e39950-dae2-443e-84c8-0239e895bf44} <Debug> TCPHandler: Processed in 0.002163189 sec. | ||
| 9304 | 2025.02.25 03:55:41.703972 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9305 | 2025.02.25 03:55:41.704102 [ 4 ] {e99bf13b-ea88-4844-a808-dbf0ea422c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9306 | 2025.02.25 03:55:41.704157 [ 4 ] {e99bf13b-ea88-4844-a808-dbf0ea422c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9307 | 2025.02.25 03:55:41.704789 [ 4 ] {e99bf13b-ea88-4844-a808-dbf0ea422c6a} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9308 | 2025.02.25 03:55:41.704830 [ 4 ] {e99bf13b-ea88-4844-a808-dbf0ea422c6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9309 | 2025.02.25 03:55:41.705178 [ 4 ] {e99bf13b-ea88-4844-a808-dbf0ea422c6a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9310 | 2025.02.25 03:55:41.705421 [ 4 ] {e99bf13b-ea88-4844-a808-dbf0ea422c6a} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9311 | 2025.02.25 03:55:41.705629 [ 4 ] {e99bf13b-ea88-4844-a808-dbf0ea422c6a} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001556 sec., 7712.082262210796 rows/sec., 602.51 KiB/sec. | ||
| 9312 | 2025.02.25 03:55:41.705683 [ 4 ] {e99bf13b-ea88-4844-a808-dbf0ea422c6a} <Debug> TCPHandler: Processed in 0.00177689 sec. | ||
| 9313 | 2025.02.25 03:55:41.705818 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9314 | 2025.02.25 03:55:41.705924 [ 254 ] {fb419811-4747-4d56-a780-c10323910d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9315 | 2025.02.25 03:55:41.705969 [ 254 ] {fb419811-4747-4d56-a780-c10323910d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9316 | 2025.02.25 03:55:41.706693 [ 254 ] {fb419811-4747-4d56-a780-c10323910d8f} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9317 | 2025.02.25 03:55:41.706733 [ 254 ] {fb419811-4747-4d56-a780-c10323910d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9318 | 2025.02.25 03:55:41.707114 [ 254 ] {fb419811-4747-4d56-a780-c10323910d8f} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 9319 | 2025.02.25 03:55:41.707357 [ 254 ] {fb419811-4747-4d56-a780-c10323910d8f} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9320 | 2025.02.25 03:55:41.707533 [ 254 ] {fb419811-4747-4d56-a780-c10323910d8f} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.00163 sec., 341104.2944785276 rows/sec., 25.56 MiB/sec. | ||
| 9321 | 2025.02.25 03:55:41.707583 [ 254 ] {fb419811-4747-4d56-a780-c10323910d8f} <Debug> TCPHandler: Processed in 0.001817591 sec. | ||
| 9322 | 2025.02.25 03:55:41.707738 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9323 | 2025.02.25 03:55:41.707871 [ 4 ] {fb032594-3311-4d6c-ab95-52882894cf5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9324 | 2025.02.25 03:55:41.707932 [ 4 ] {fb032594-3311-4d6c-ab95-52882894cf5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9325 | 2025.02.25 03:55:41.708763 [ 4 ] {fb032594-3311-4d6c-ab95-52882894cf5e} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9326 | 2025.02.25 03:55:41.708801 [ 4 ] {fb032594-3311-4d6c-ab95-52882894cf5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9327 | 2025.02.25 03:55:41.709239 [ 4 ] {fb032594-3311-4d6c-ab95-52882894cf5e} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 9328 | 2025.02.25 03:55:41.709475 [ 4 ] {fb032594-3311-4d6c-ab95-52882894cf5e} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9329 | 2025.02.25 03:55:41.709694 [ 4 ] {fb032594-3311-4d6c-ab95-52882894cf5e} <Debug> executeQuery: Read 976 rows, 67.51 KiB in 0.001841 sec., 530146.6594242259 rows/sec., 35.81 MiB/sec. | ||
| 9330 | 2025.02.25 03:55:41.709874 [ 4 ] {fb032594-3311-4d6c-ab95-52882894cf5e} <Debug> TCPHandler: Processed in 0.002191779 sec. | ||
| 9331 | 2025.02.25 03:55:41.710150 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9332 | 2025.02.25 03:55:41.710558 [ 254 ] {7b7bb591-c0b4-496b-9d72-23de732e2ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9333 | 2025.02.25 03:55:41.710765 [ 254 ] {7b7bb591-c0b4-496b-9d72-23de732e2ec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9334 | 2025.02.25 03:55:41.712424 [ 254 ] {7b7bb591-c0b4-496b-9d72-23de732e2ec2} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9335 | 2025.02.25 03:55:41.712463 [ 254 ] {7b7bb591-c0b4-496b-9d72-23de732e2ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9336 | 2025.02.25 03:55:41.712814 [ 254 ] {7b7bb591-c0b4-496b-9d72-23de732e2ec2} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 9337 | 2025.02.25 03:55:41.713047 [ 254 ] {7b7bb591-c0b4-496b-9d72-23de732e2ec2} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9338 | 2025.02.25 03:55:41.713232 [ 254 ] {7b7bb591-c0b4-496b-9d72-23de732e2ec2} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.00283 sec., 12014.134275618375 rows/sec., 833.36 KiB/sec. | ||
| 9339 | 2025.02.25 03:55:41.713280 [ 254 ] {7b7bb591-c0b4-496b-9d72-23de732e2ec2} <Debug> TCPHandler: Processed in 0.003282253 sec. | ||
| 9340 | 2025.02.25 03:55:43.763369 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9341 | 2025.02.25 03:55:43.763579 [ 4 ] {951f7e76-99b0-4107-b4ca-0f595b0b45a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9342 | 2025.02.25 03:55:43.763655 [ 4 ] {951f7e76-99b0-4107-b4ca-0f595b0b45a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9343 | 2025.02.25 03:55:43.764465 [ 4 ] {951f7e76-99b0-4107-b4ca-0f595b0b45a1} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9344 | 2025.02.25 03:55:43.764521 [ 4 ] {951f7e76-99b0-4107-b4ca-0f595b0b45a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9345 | 2025.02.25 03:55:43.764959 [ 4 ] {951f7e76-99b0-4107-b4ca-0f595b0b45a1} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 9346 | 2025.02.25 03:55:43.765217 [ 4 ] {951f7e76-99b0-4107-b4ca-0f595b0b45a1} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9347 | 2025.02.25 03:55:43.765444 [ 4 ] {951f7e76-99b0-4107-b4ca-0f595b0b45a1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001916 sec., 29227.557411273487 rows/sec., 2.23 MiB/sec. | ||
| 9348 | 2025.02.25 03:55:43.765524 [ 4 ] {951f7e76-99b0-4107-b4ca-0f595b0b45a1} <Debug> TCPHandler: Processed in 0.002293062 sec. | ||
| 9349 | 2025.02.25 03:55:43.765705 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9350 | 2025.02.25 03:55:43.765835 [ 254 ] {1922e973-94b1-414c-850f-adad5f40b408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9351 | 2025.02.25 03:55:43.765886 [ 254 ] {1922e973-94b1-414c-850f-adad5f40b408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9352 | 2025.02.25 03:55:43.766465 [ 254 ] {1922e973-94b1-414c-850f-adad5f40b408} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9353 | 2025.02.25 03:55:43.766508 [ 254 ] {1922e973-94b1-414c-850f-adad5f40b408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9354 | 2025.02.25 03:55:43.766880 [ 254 ] {1922e973-94b1-414c-850f-adad5f40b408} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 9355 | 2025.02.25 03:55:43.767132 [ 254 ] {1922e973-94b1-414c-850f-adad5f40b408} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9356 | 2025.02.25 03:55:43.767360 [ 254 ] {1922e973-94b1-414c-850f-adad5f40b408} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001553 sec., 41210.5602060528 rows/sec., 3.22 MiB/sec. | ||
| 9357 | 2025.02.25 03:55:43.767414 [ 254 ] {1922e973-94b1-414c-850f-adad5f40b408} <Debug> TCPHandler: Processed in 0.001765489 sec. | ||
| 9358 | 2025.02.25 03:55:43.767569 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9359 | 2025.02.25 03:55:43.767679 [ 4 ] {23afdc9d-e3eb-4f09-addc-e74a2eeb48e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9360 | 2025.02.25 03:55:43.767732 [ 4 ] {23afdc9d-e3eb-4f09-addc-e74a2eeb48e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9361 | 2025.02.25 03:55:43.768234 [ 4 ] {23afdc9d-e3eb-4f09-addc-e74a2eeb48e2} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9362 | 2025.02.25 03:55:43.768276 [ 4 ] {23afdc9d-e3eb-4f09-addc-e74a2eeb48e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9363 | 2025.02.25 03:55:43.768659 [ 4 ] {23afdc9d-e3eb-4f09-addc-e74a2eeb48e2} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 9364 | 2025.02.25 03:55:43.768910 [ 4 ] {23afdc9d-e3eb-4f09-addc-e74a2eeb48e2} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9365 | 2025.02.25 03:55:43.769130 [ 4 ] {23afdc9d-e3eb-4f09-addc-e74a2eeb48e2} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001473 sec., 44806.517311608965 rows/sec., 3.13 MiB/sec. | ||
| 9366 | 2025.02.25 03:55:43.769183 [ 4 ] {23afdc9d-e3eb-4f09-addc-e74a2eeb48e2} <Debug> TCPHandler: Processed in 0.001666087 sec. | ||
| 9367 | 2025.02.25 03:55:43.769335 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9368 | 2025.02.25 03:55:43.769457 [ 254 ] {059458e6-738c-4c03-987a-e9784a2c521c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9369 | 2025.02.25 03:55:43.769504 [ 254 ] {059458e6-738c-4c03-987a-e9784a2c521c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9370 | 2025.02.25 03:55:43.769939 [ 254 ] {059458e6-738c-4c03-987a-e9784a2c521c} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9371 | 2025.02.25 03:55:43.769991 [ 254 ] {059458e6-738c-4c03-987a-e9784a2c521c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9372 | 2025.02.25 03:55:43.770383 [ 254 ] {059458e6-738c-4c03-987a-e9784a2c521c} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 9373 | 2025.02.25 03:55:43.770615 [ 254 ] {059458e6-738c-4c03-987a-e9784a2c521c} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9374 | 2025.02.25 03:55:43.770825 [ 254 ] {059458e6-738c-4c03-987a-e9784a2c521c} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001389 sec., 18718.502519798414 rows/sec., 1.25 MiB/sec. | ||
| 9375 | 2025.02.25 03:55:43.770874 [ 254 ] {059458e6-738c-4c03-987a-e9784a2c521c} <Debug> TCPHandler: Processed in 0.001592675 sec. | ||
| 9376 | 2025.02.25 03:55:45.486301 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 | ||
| 9377 | 2025.02.25 03:55:45.486957 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9378 | 2025.02.25 03:55:45.487005 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9379 | 2025.02.25 03:55:45.487521 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9380 | 2025.02.25 03:55:45.487786 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9381 | 2025.02.25 03:55:45.488055 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 | ||
| 9382 | 2025.02.25 03:55:47.334341 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 9383 | 2025.02.25 03:55:47.353442 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9384 | 2025.02.25 03:55:47.353510 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
| 9385 | 2025.02.25 03:55:47.360472 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9386 | 2025.02.25 03:55:47.361221 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9387 | 2025.02.25 03:55:47.363927 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 9388 | 2025.02.25 03:55:48.105741 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1284 | ||
| 9389 | 2025.02.25 03:55:48.109135 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9390 | 2025.02.25 03:55:48.109194 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9391 | 2025.02.25 03:55:48.110693 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9392 | 2025.02.25 03:55:48.111010 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9393 | 2025.02.25 03:55:48.112414 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1284 | ||
| 9394 | 2025.02.25 03:55:48.768837 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9395 | 2025.02.25 03:55:48.769140 [ 4 ] {87f1cbd4-0e70-4938-a40a-89207c4cd660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9396 | 2025.02.25 03:55:48.769255 [ 4 ] {87f1cbd4-0e70-4938-a40a-89207c4cd660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9397 | 2025.02.25 03:55:48.770343 [ 4 ] {87f1cbd4-0e70-4938-a40a-89207c4cd660} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9398 | 2025.02.25 03:55:48.770388 [ 4 ] {87f1cbd4-0e70-4938-a40a-89207c4cd660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9399 | 2025.02.25 03:55:48.770845 [ 4 ] {87f1cbd4-0e70-4938-a40a-89207c4cd660} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 9400 | 2025.02.25 03:55:48.771113 [ 4 ] {87f1cbd4-0e70-4938-a40a-89207c4cd660} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9401 | 2025.02.25 03:55:48.771291 [ 144 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 9402 | 2025.02.25 03:55:48.771339 [ 4 ] {87f1cbd4-0e70-4938-a40a-89207c4cd660} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002282 sec., 58720.420683610864 rows/sec., 5.05 MiB/sec. | ||
| 9403 | 2025.02.25 03:55:48.771340 [ 144 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9404 | 2025.02.25 03:55:48.771394 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9405 | 2025.02.25 03:55:48.771427 [ 4 ] {87f1cbd4-0e70-4938-a40a-89207c4cd660} <Debug> TCPHandler: Processed in 0.002778472 sec. | ||
| 9406 | 2025.02.25 03:55:48.771647 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 9407 | 2025.02.25 03:55:48.771663 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9408 | 2025.02.25 03:55:48.772062 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9409 | 2025.02.25 03:55:48.772106 [ 254 ] {b170cfa3-1637-4e4d-bad1-e845e0973817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9410 | 2025.02.25 03:55:48.772189 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1966 rows starting from the beginning of the part | ||
| 9411 | 2025.02.25 03:55:48.772314 [ 254 ] {b170cfa3-1637-4e4d-bad1-e845e0973817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9412 | 2025.02.25 03:55:48.772809 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 9413 | 2025.02.25 03:55:48.773454 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 134 rows starting from the beginning of the part | ||
| 9414 | 2025.02.25 03:55:48.774032 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1316 rows starting from the beginning of the part | ||
| 9415 | 2025.02.25 03:55:48.774650 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part | ||
| 9416 | 2025.02.25 03:55:48.775046 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 134 rows starting from the beginning of the part | ||
| 9417 | 2025.02.25 03:55:48.775904 [ 254 ] {b170cfa3-1637-4e4d-bad1-e845e0973817} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9418 | 2025.02.25 03:55:48.775946 [ 254 ] {b170cfa3-1637-4e4d-bad1-e845e0973817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9419 | 2025.02.25 03:55:48.776589 [ 254 ] {b170cfa3-1637-4e4d-bad1-e845e0973817} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9420 | 2025.02.25 03:55:48.776878 [ 254 ] {b170cfa3-1637-4e4d-bad1-e845e0973817} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9421 | 2025.02.25 03:55:48.777072 [ 254 ] {b170cfa3-1637-4e4d-bad1-e845e0973817} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005136 sec., 7593.457943925234 rows/sec., 570.99 KiB/sec. | ||
| 9422 | 2025.02.25 03:55:48.777136 [ 254 ] {b170cfa3-1637-4e4d-bad1-e845e0973817} <Debug> TCPHandler: Processed in 0.005589785 sec. | ||
| 9423 | 2025.02.25 03:55:48.777284 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9424 | 2025.02.25 03:55:48.777470 [ 4 ] {f0827b78-a4ea-4677-a5d7-b6f0be8f5032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9425 | 2025.02.25 03:55:48.777484 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3662 rows, containing 5 columns (5 merged, 0 gathered) in 0.006009864 sec., 609331.5921957635 rows/sec., 52.61 MiB/sec. | ||
| 9426 | 2025.02.25 03:55:48.777530 [ 4 ] {f0827b78-a4ea-4677-a5d7-b6f0be8f5032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9427 | 2025.02.25 03:55:48.777824 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 9428 | 2025.02.25 03:55:48.778168 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_96_19} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9429 | 2025.02.25 03:55:48.778279 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_96_19} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 9430 | 2025.02.25 03:55:48.778293 [ 4 ] {f0827b78-a4ea-4677-a5d7-b6f0be8f5032} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9431 | 2025.02.25 03:55:48.778339 [ 4 ] {f0827b78-a4ea-4677-a5d7-b6f0be8f5032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9432 | 2025.02.25 03:55:48.778370 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 9433 | 2025.02.25 03:55:48.778720 [ 4 ] {f0827b78-a4ea-4677-a5d7-b6f0be8f5032} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 9434 | 2025.02.25 03:55:48.778967 [ 4 ] {f0827b78-a4ea-4677-a5d7-b6f0be8f5032} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9435 | 2025.02.25 03:55:48.779182 [ 142 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 9436 | 2025.02.25 03:55:48.779203 [ 4 ] {f0827b78-a4ea-4677-a5d7-b6f0be8f5032} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001766 sec., 58323.89580973952 rows/sec., 4.56 MiB/sec. | ||
| 9437 | 2025.02.25 03:55:48.779282 [ 142 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9438 | 2025.02.25 03:55:48.779356 [ 4 ] {f0827b78-a4ea-4677-a5d7-b6f0be8f5032} <Debug> TCPHandler: Processed in 0.002127348 sec. | ||
| 9439 | 2025.02.25 03:55:48.779360 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9440 | 2025.02.25 03:55:48.779558 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 9441 | 2025.02.25 03:55:48.779564 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9442 | 2025.02.25 03:55:48.779684 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9443 | 2025.02.25 03:55:48.779718 [ 254 ] {e878a83d-ed8f-436b-9273-8a395d481b87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9444 | 2025.02.25 03:55:48.779722 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 951 rows starting from the beginning of the part | ||
| 9445 | 2025.02.25 03:55:48.779785 [ 254 ] {e878a83d-ed8f-436b-9273-8a395d481b87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9446 | 2025.02.25 03:55:48.779873 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 9447 | 2025.02.25 03:55:48.780157 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 103 rows starting from the beginning of the part | ||
| 9448 | 2025.02.25 03:55:48.780532 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 556 rows starting from the beginning of the part | ||
| 9449 | 2025.02.25 03:55:48.780733 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part | ||
| 9450 | 2025.02.25 03:55:48.780934 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 103 rows starting from the beginning of the part | ||
| 9451 | 2025.02.25 03:55:48.781609 [ 254 ] {e878a83d-ed8f-436b-9273-8a395d481b87} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9452 | 2025.02.25 03:55:48.781655 [ 254 ] {e878a83d-ed8f-436b-9273-8a395d481b87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9453 | 2025.02.25 03:55:48.782254 [ 254 ] {e878a83d-ed8f-436b-9273-8a395d481b87} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 9454 | 2025.02.25 03:55:48.782619 [ 254 ] {e878a83d-ed8f-436b-9273-8a395d481b87} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9455 | 2025.02.25 03:55:48.782636 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1841 rows, containing 5 columns (5 merged, 0 gathered) in 0.00313863 sec., 586561.6526956029 rows/sec., 46.02 MiB/sec. | ||
| 9456 | 2025.02.25 03:55:48.782872 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 9457 | 2025.02.25 03:55:48.782970 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9458 | 2025.02.25 03:55:48.782986 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 9459 | 2025.02.25 03:55:48.783029 [ 254 ] {e878a83d-ed8f-436b-9273-8a395d481b87} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003339 sec., 47918.538484576224 rows/sec., 3.34 MiB/sec. | ||
| 9460 | 2025.02.25 03:55:48.783045 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9461 | 2025.02.25 03:55:48.783337 [ 254 ] {e878a83d-ed8f-436b-9273-8a395d481b87} <Debug> TCPHandler: Processed in 0.003864957 sec. | ||
| 9462 | 2025.02.25 03:55:48.783640 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9463 | 2025.02.25 03:55:48.783692 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 9464 | 2025.02.25 03:55:48.783962 [ 4 ] {b105a564-a9b8-4455-a046-02eabb9e46c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9465 | 2025.02.25 03:55:48.783983 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_96_19} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9466 | 2025.02.25 03:55:48.784310 [ 4 ] {b105a564-a9b8-4455-a046-02eabb9e46c9} <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 | ||
| 9467 | 2025.02.25 03:55:48.784313 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_96_19} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 9468 | 2025.02.25 03:55:48.784336 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9469 | 2025.02.25 03:55:48.784639 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9470 | 2025.02.25 03:55:48.784557 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 25213 rows starting from the beginning of the part | ||
| 9471 | 2025.02.25 03:55:48.785123 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 9472 | 2025.02.25 03:55:48.785549 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
| 9473 | 2025.02.25 03:55:48.786017 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 976 rows starting from the beginning of the part | ||
| 9474 | 2025.02.25 03:55:48.786388 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 66 rows starting from the beginning of the part | ||
| 9475 | 2025.02.25 03:55:48.786742 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 9476 | 2025.02.25 03:55:48.788804 [ 4 ] {b105a564-a9b8-4455-a046-02eabb9e46c9} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9477 | 2025.02.25 03:55:48.788855 [ 4 ] {b105a564-a9b8-4455-a046-02eabb9e46c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9478 | 2025.02.25 03:55:48.790959 [ 4 ] {b105a564-a9b8-4455-a046-02eabb9e46c9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 9479 | 2025.02.25 03:55:48.791485 [ 4 ] {b105a564-a9b8-4455-a046-02eabb9e46c9} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9480 | 2025.02.25 03:55:48.791667 [ 142 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 9481 | 2025.02.25 03:55:48.791772 [ 142 ] {} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9482 | 2025.02.25 03:55:48.791864 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9483 | 2025.02.25 03:55:48.791967 [ 4 ] {b105a564-a9b8-4455-a046-02eabb9e46c9} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008063 sec., 4836.909338955723 rows/sec., 8.67 MiB/sec. | ||
| 9484 | 2025.02.25 03:55:48.792178 [ 188 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::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 | ||
| 9485 | 2025.02.25 03:55:48.792826 [ 4 ] {b105a564-a9b8-4455-a046-02eabb9e46c9} <Debug> TCPHandler: Processed in 0.0093572 sec. | ||
| 9486 | 2025.02.25 03:55:48.793221 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9487 | 2025.02.25 03:55:48.793594 [ 254 ] {7fe7a50f-1943-4e3d-9838-036a0357dc87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9488 | 2025.02.25 03:55:48.793689 [ 254 ] {7fe7a50f-1943-4e3d-9838-036a0357dc87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9489 | 2025.02.25 03:55:48.793701 [ 188 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9490 | 2025.02.25 03:55:48.793825 [ 188 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1296 rows starting from the beginning of the part | ||
| 9491 | 2025.02.25 03:55:48.794777 [ 188 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 39 rows starting from the beginning of the part | ||
| 9492 | 2025.02.25 03:55:48.795770 [ 188 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 39 rows starting from the beginning of the part | ||
| 9493 | 2025.02.25 03:55:48.795931 [ 254 ] {7fe7a50f-1943-4e3d-9838-036a0357dc87} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9494 | 2025.02.25 03:55:48.796028 [ 254 ] {7fe7a50f-1943-4e3d-9838-036a0357dc87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9495 | 2025.02.25 03:55:48.796474 [ 188 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 39 rows starting from the beginning of the part | ||
| 9496 | 2025.02.25 03:55:48.797179 [ 188 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 39 rows starting from the beginning of the part | ||
| 9497 | 2025.02.25 03:55:48.797269 [ 254 ] {7fe7a50f-1943-4e3d-9838-036a0357dc87} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 9498 | 2025.02.25 03:55:48.798018 [ 188 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 39 rows starting from the beginning of the part | ||
| 9499 | 2025.02.25 03:55:48.798502 [ 254 ] {7fe7a50f-1943-4e3d-9838-036a0357dc87} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9500 | 2025.02.25 03:55:48.798955 [ 142 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 9501 | 2025.02.25 03:55:48.799117 [ 142 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9502 | 2025.02.25 03:55:48.799231 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9503 | 2025.02.25 03:55:48.799470 [ 254 ] {7fe7a50f-1943-4e3d-9838-036a0357dc87} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005918 sec., 10138.56032443393 rows/sec., 699.67 KiB/sec. | ||
| 9504 | 2025.02.25 03:55:48.800078 [ 254 ] {7fe7a50f-1943-4e3d-9838-036a0357dc87} <Debug> TCPHandler: Processed in 0.007097189 sec. | ||
| 9505 | 2025.02.25 03:55:48.800120 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 9506 | 2025.02.25 03:55:48.800796 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9507 | 2025.02.25 03:55:48.800806 [ 194 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26735 rows, containing 5 columns (5 merged, 0 gathered) in 0.017515481 sec., 1526364.0204913586 rows/sec., 104.49 MiB/sec. | ||
| 9508 | 2025.02.25 03:55:48.800833 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 4692 rows starting from the beginning of the part | ||
| 9509 | 2025.02.25 03:55:48.801186 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 9510 | 2025.02.25 03:55:48.801346 [ 194 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 9511 | 2025.02.25 03:55:48.801733 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
| 9512 | 2025.02.25 03:55:48.802209 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 34 rows starting from the beginning of the part | ||
| 9513 | 2025.02.25 03:55:48.802700 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 26 rows starting from the beginning of the part | ||
| 9514 | 2025.02.25 03:55:48.803012 [ 194 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9515 | 2025.02.25 03:55:48.803139 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 9516 | 2025.02.25 03:55:48.803544 [ 194 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 9517 | 2025.02.25 03:55:48.803949 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 9518 | 2025.02.25 03:55:48.805765 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4932 rows, containing 4 columns (4 merged, 0 gathered) in 0.006328612 sec., 779317.8030190506 rows/sec., 52.35 MiB/sec. | ||
| 9519 | 2025.02.25 03:55:48.806290 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 9520 | 2025.02.25 03:55:48.806951 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_96_19} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9521 | 2025.02.25 03:55:48.807195 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_96_19} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 9522 | 2025.02.25 03:55:48.807390 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
| 9523 | 2025.02.25 03:55:48.812511 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1491 rows, containing 19 columns (19 merged, 0 gathered) in 0.020541109 sec., 72586.14907306126 rows/sec., 130.07 MiB/sec. | ||
| 9524 | 2025.02.25 03:55:48.814525 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 9525 | 2025.02.25 03:55:48.814953 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9526 | 2025.02.25 03:55:48.815042 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 9527 | 2025.02.25 03:55:48.815213 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.68 MiB. | ||
| 9528 | 2025.02.25 03:55:49.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.82 MiB, peak 246.46 MiB, free memory in arenas 0.00 B, will set to 239.04 MiB (RSS), difference: 4.22 MiB | ||
| 9529 | 2025.02.25 03:55:52.784067 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9530 | 2025.02.25 03:55:52.784124 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9531 | 2025.02.25 03:55:52.989214 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 | ||
| 9532 | 2025.02.25 03:55:52.989912 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9533 | 2025.02.25 03:55:52.989954 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9534 | 2025.02.25 03:55:52.990481 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9535 | 2025.02.25 03:55:52.990738 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9536 | 2025.02.25 03:55:52.990947 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 9537 | 2025.02.25 03:55:53.767512 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9538 | 2025.02.25 03:55:53.767819 [ 4 ] {4e2f6bac-abe9-4a4c-ae99-12f65c2e646e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9539 | 2025.02.25 03:55:53.767979 [ 4 ] {4e2f6bac-abe9-4a4c-ae99-12f65c2e646e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9540 | 2025.02.25 03:55:53.768752 [ 4 ] {4e2f6bac-abe9-4a4c-ae99-12f65c2e646e} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9541 | 2025.02.25 03:55:53.768798 [ 4 ] {4e2f6bac-abe9-4a4c-ae99-12f65c2e646e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9542 | 2025.02.25 03:55:53.769243 [ 4 ] {4e2f6bac-abe9-4a4c-ae99-12f65c2e646e} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 9543 | 2025.02.25 03:55:53.769520 [ 4 ] {4e2f6bac-abe9-4a4c-ae99-12f65c2e646e} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9544 | 2025.02.25 03:55:53.769771 [ 4 ] {4e2f6bac-abe9-4a4c-ae99-12f65c2e646e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00203 sec., 27586.20689655172 rows/sec., 2.11 MiB/sec. | ||
| 9545 | 2025.02.25 03:55:53.769881 [ 4 ] {4e2f6bac-abe9-4a4c-ae99-12f65c2e646e} <Debug> TCPHandler: Processed in 0.002551257 sec. | ||
| 9546 | 2025.02.25 03:55:53.770046 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9547 | 2025.02.25 03:55:53.770358 [ 254 ] {2c5ac173-59c2-403f-92ac-ecdf52273ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9548 | 2025.02.25 03:55:53.770489 [ 254 ] {2c5ac173-59c2-403f-92ac-ecdf52273ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9549 | 2025.02.25 03:55:53.771340 [ 254 ] {2c5ac173-59c2-403f-92ac-ecdf52273ee7} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9550 | 2025.02.25 03:55:53.771382 [ 254 ] {2c5ac173-59c2-403f-92ac-ecdf52273ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9551 | 2025.02.25 03:55:53.771763 [ 254 ] {2c5ac173-59c2-403f-92ac-ecdf52273ee7} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 9552 | 2025.02.25 03:55:53.772013 [ 254 ] {2c5ac173-59c2-403f-92ac-ecdf52273ee7} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9553 | 2025.02.25 03:55:53.772234 [ 254 ] {2c5ac173-59c2-403f-92ac-ecdf52273ee7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001989 sec., 32176.973353443944 rows/sec., 2.51 MiB/sec. | ||
| 9554 | 2025.02.25 03:55:53.772292 [ 254 ] {2c5ac173-59c2-403f-92ac-ecdf52273ee7} <Debug> TCPHandler: Processed in 0.002309862 sec. | ||
| 9555 | 2025.02.25 03:55:53.772427 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9556 | 2025.02.25 03:55:53.772537 [ 4 ] {712a5058-b529-40de-b4f4-246188f6f824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9557 | 2025.02.25 03:55:53.772586 [ 4 ] {712a5058-b529-40de-b4f4-246188f6f824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9558 | 2025.02.25 03:55:53.773105 [ 4 ] {712a5058-b529-40de-b4f4-246188f6f824} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9559 | 2025.02.25 03:55:53.773144 [ 4 ] {712a5058-b529-40de-b4f4-246188f6f824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9560 | 2025.02.25 03:55:53.773537 [ 4 ] {712a5058-b529-40de-b4f4-246188f6f824} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 9561 | 2025.02.25 03:55:53.773778 [ 4 ] {712a5058-b529-40de-b4f4-246188f6f824} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9562 | 2025.02.25 03:55:53.773985 [ 4 ] {712a5058-b529-40de-b4f4-246188f6f824} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00147 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec. | ||
| 9563 | 2025.02.25 03:55:53.774037 [ 4 ] {712a5058-b529-40de-b4f4-246188f6f824} <Debug> TCPHandler: Processed in 0.001662497 sec. | ||
| 9564 | 2025.02.25 03:55:53.774176 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9565 | 2025.02.25 03:55:53.774306 [ 254 ] {d8190872-7f86-4398-8c7a-31cdb27f1083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9566 | 2025.02.25 03:55:53.774362 [ 254 ] {d8190872-7f86-4398-8c7a-31cdb27f1083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9567 | 2025.02.25 03:55:53.774894 [ 254 ] {d8190872-7f86-4398-8c7a-31cdb27f1083} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9568 | 2025.02.25 03:55:53.774942 [ 254 ] {d8190872-7f86-4398-8c7a-31cdb27f1083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9569 | 2025.02.25 03:55:53.775317 [ 254 ] {d8190872-7f86-4398-8c7a-31cdb27f1083} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 9570 | 2025.02.25 03:55:53.775560 [ 254 ] {d8190872-7f86-4398-8c7a-31cdb27f1083} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9571 | 2025.02.25 03:55:53.775760 [ 254 ] {d8190872-7f86-4398-8c7a-31cdb27f1083} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001484 sec., 40431.266846361184 rows/sec., 2.72 MiB/sec. | ||
| 9572 | 2025.02.25 03:55:53.775809 [ 254 ] {d8190872-7f86-4398-8c7a-31cdb27f1083} <Debug> TCPHandler: Processed in 0.001695487 sec. | ||
| 9573 | 2025.02.25 03:55:54.864973 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 9574 | 2025.02.25 03:55:54.885347 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9575 | 2025.02.25 03:55:54.885403 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9576 | 2025.02.25 03:55:54.893040 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9577 | 2025.02.25 03:55:54.893819 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9578 | 2025.02.25 03:55:54.897815 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 9579 | 2025.02.25 03:55:58.113570 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1304 | ||
| 9580 | 2025.02.25 03:55:58.116458 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9581 | 2025.02.25 03:55:58.116509 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9582 | 2025.02.25 03:55:58.117982 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9583 | 2025.02.25 03:55:58.118313 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9584 | 2025.02.25 03:55:58.119661 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1304 | ||
| 9585 | 2025.02.25 03:55:58.770098 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9586 | 2025.02.25 03:55:58.770321 [ 4 ] {58be2b32-c7d1-433d-9275-098e3c3abad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9587 | 2025.02.25 03:55:58.770407 [ 4 ] {58be2b32-c7d1-433d-9275-098e3c3abad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9588 | 2025.02.25 03:55:58.771272 [ 4 ] {58be2b32-c7d1-433d-9275-098e3c3abad6} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9589 | 2025.02.25 03:55:58.771328 [ 4 ] {58be2b32-c7d1-433d-9275-098e3c3abad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9590 | 2025.02.25 03:55:58.771767 [ 4 ] {58be2b32-c7d1-433d-9275-098e3c3abad6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 9591 | 2025.02.25 03:55:58.772027 [ 4 ] {58be2b32-c7d1-433d-9275-098e3c3abad6} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9592 | 2025.02.25 03:55:58.772277 [ 4 ] {58be2b32-c7d1-433d-9275-098e3c3abad6} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.002015 sec., 5955.334987593053 rows/sec., 485.62 KiB/sec. | ||
| 9593 | 2025.02.25 03:55:58.772344 [ 4 ] {58be2b32-c7d1-433d-9275-098e3c3abad6} <Debug> TCPHandler: Processed in 0.002407204 sec. | ||
| 9594 | 2025.02.25 03:55:58.772521 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9595 | 2025.02.25 03:55:58.772641 [ 254 ] {20c1ac99-b862-49a5-bfa1-b47a704fa071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9596 | 2025.02.25 03:55:58.772689 [ 254 ] {20c1ac99-b862-49a5-bfa1-b47a704fa071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9597 | 2025.02.25 03:55:58.773325 [ 254 ] {20c1ac99-b862-49a5-bfa1-b47a704fa071} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9598 | 2025.02.25 03:55:58.773366 [ 254 ] {20c1ac99-b862-49a5-bfa1-b47a704fa071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9599 | 2025.02.25 03:55:58.773755 [ 254 ] {20c1ac99-b862-49a5-bfa1-b47a704fa071} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 9600 | 2025.02.25 03:55:58.774003 [ 254 ] {20c1ac99-b862-49a5-bfa1-b47a704fa071} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9601 | 2025.02.25 03:55:58.774238 [ 254 ] {20c1ac99-b862-49a5-bfa1-b47a704fa071} <Debug> executeQuery: Read 140 rows, 12.25 KiB in 0.001624 sec., 86206.89655172413 rows/sec., 7.36 MiB/sec. | ||
| 9602 | 2025.02.25 03:55:58.774290 [ 254 ] {20c1ac99-b862-49a5-bfa1-b47a704fa071} <Debug> TCPHandler: Processed in 0.001828391 sec. | ||
| 9603 | 2025.02.25 03:55:58.774434 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9604 | 2025.02.25 03:55:58.774542 [ 4 ] {64f776b1-6b31-4e09-ab70-180e8d6c97e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9605 | 2025.02.25 03:55:58.774588 [ 4 ] {64f776b1-6b31-4e09-ab70-180e8d6c97e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9606 | 2025.02.25 03:55:58.775151 [ 4 ] {64f776b1-6b31-4e09-ab70-180e8d6c97e8} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9607 | 2025.02.25 03:55:58.775191 [ 4 ] {64f776b1-6b31-4e09-ab70-180e8d6c97e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9608 | 2025.02.25 03:55:58.775551 [ 4 ] {64f776b1-6b31-4e09-ab70-180e8d6c97e8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9609 | 2025.02.25 03:55:58.775804 [ 4 ] {64f776b1-6b31-4e09-ab70-180e8d6c97e8} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9610 | 2025.02.25 03:55:58.776035 [ 4 ] {64f776b1-6b31-4e09-ab70-180e8d6c97e8} <Debug> executeQuery: Read 51 rows, 3.77 KiB in 0.001514 sec., 33685.60105680317 rows/sec., 2.43 MiB/sec. | ||
| 9611 | 2025.02.25 03:55:58.776118 [ 4 ] {64f776b1-6b31-4e09-ab70-180e8d6c97e8} <Debug> TCPHandler: Processed in 0.001737089 sec. | ||
| 9612 | 2025.02.25 03:55:58.776340 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9613 | 2025.02.25 03:55:58.776536 [ 254 ] {a7712419-2920-4909-b13e-4bb024e93098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9614 | 2025.02.25 03:55:58.776594 [ 254 ] {a7712419-2920-4909-b13e-4bb024e93098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9615 | 2025.02.25 03:55:58.777267 [ 254 ] {a7712419-2920-4909-b13e-4bb024e93098} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9616 | 2025.02.25 03:55:58.777315 [ 254 ] {a7712419-2920-4909-b13e-4bb024e93098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9617 | 2025.02.25 03:55:58.777686 [ 254 ] {a7712419-2920-4909-b13e-4bb024e93098} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 9618 | 2025.02.25 03:55:58.777924 [ 254 ] {a7712419-2920-4909-b13e-4bb024e93098} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9619 | 2025.02.25 03:55:58.778144 [ 254 ] {a7712419-2920-4909-b13e-4bb024e93098} <Debug> executeQuery: Read 115 rows, 9.22 KiB in 0.001637 sec., 70250.45815516188 rows/sec., 5.50 MiB/sec. | ||
| 9620 | 2025.02.25 03:55:58.778198 [ 254 ] {a7712419-2920-4909-b13e-4bb024e93098} <Debug> TCPHandler: Processed in 0.001998684 sec. | ||
| 9621 | 2025.02.25 03:55:58.778340 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9622 | 2025.02.25 03:55:58.778448 [ 4 ] {874b881e-1b94-4d92-b1d5-394453d7f7d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9623 | 2025.02.25 03:55:58.778499 [ 4 ] {874b881e-1b94-4d92-b1d5-394453d7f7d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9624 | 2025.02.25 03:55:58.779050 [ 4 ] {874b881e-1b94-4d92-b1d5-394453d7f7d1} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9625 | 2025.02.25 03:55:58.779089 [ 4 ] {874b881e-1b94-4d92-b1d5-394453d7f7d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9626 | 2025.02.25 03:55:58.779481 [ 4 ] {874b881e-1b94-4d92-b1d5-394453d7f7d1} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 9627 | 2025.02.25 03:55:58.779722 [ 4 ] {874b881e-1b94-4d92-b1d5-394453d7f7d1} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9628 | 2025.02.25 03:55:58.779963 [ 4 ] {874b881e-1b94-4d92-b1d5-394453d7f7d1} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.001537 sec., 108002.60247234874 rows/sec., 7.52 MiB/sec. | ||
| 9629 | 2025.02.25 03:55:58.780016 [ 4 ] {874b881e-1b94-4d92-b1d5-394453d7f7d1} <Debug> TCPHandler: Processed in 0.001728569 sec. | ||
| 9630 | 2025.02.25 03:55:58.780163 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9631 | 2025.02.25 03:55:58.780290 [ 254 ] {ae789170-2c1c-439e-a19a-8816c0a81c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9632 | 2025.02.25 03:55:58.780368 [ 254 ] {ae789170-2c1c-439e-a19a-8816c0a81c48} <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 | ||
| 9633 | 2025.02.25 03:55:58.781661 [ 254 ] {ae789170-2c1c-439e-a19a-8816c0a81c48} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9634 | 2025.02.25 03:55:58.781700 [ 254 ] {ae789170-2c1c-439e-a19a-8816c0a81c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9635 | 2025.02.25 03:55:58.782371 [ 254 ] {ae789170-2c1c-439e-a19a-8816c0a81c48} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9636 | 2025.02.25 03:55:58.782630 [ 254 ] {ae789170-2c1c-439e-a19a-8816c0a81c48} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9637 | 2025.02.25 03:55:58.782912 [ 254 ] {ae789170-2c1c-439e-a19a-8816c0a81c48} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002642 sec., 14761.544284632855 rows/sec., 26.45 MiB/sec. | ||
| 9638 | 2025.02.25 03:55:58.783437 [ 254 ] {ae789170-2c1c-439e-a19a-8816c0a81c48} <Debug> TCPHandler: Processed in 0.003333545 sec. | ||
| 9639 | 2025.02.25 03:55:58.783644 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9640 | 2025.02.25 03:55:58.783776 [ 4 ] {fabacd32-ab93-48d2-91ba-025f7ade6611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9641 | 2025.02.25 03:55:58.783831 [ 4 ] {fabacd32-ab93-48d2-91ba-025f7ade6611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9642 | 2025.02.25 03:55:58.784350 [ 4 ] {fabacd32-ab93-48d2-91ba-025f7ade6611} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9643 | 2025.02.25 03:55:58.784389 [ 4 ] {fabacd32-ab93-48d2-91ba-025f7ade6611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9644 | 2025.02.25 03:55:58.784756 [ 4 ] {fabacd32-ab93-48d2-91ba-025f7ade6611} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 9645 | 2025.02.25 03:55:58.784992 [ 4 ] {fabacd32-ab93-48d2-91ba-025f7ade6611} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9646 | 2025.02.25 03:55:58.785241 [ 4 ] {fabacd32-ab93-48d2-91ba-025f7ade6611} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001492 sec., 40214.47721179624 rows/sec., 2.71 MiB/sec. | ||
| 9647 | 2025.02.25 03:55:58.785292 [ 4 ] {fabacd32-ab93-48d2-91ba-025f7ade6611} <Debug> TCPHandler: Processed in 0.001742389 sec. | ||
| 9648 | 2025.02.25 03:56:00.492041 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 | ||
| 9649 | 2025.02.25 03:56:00.492718 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9650 | 2025.02.25 03:56:00.492767 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9651 | 2025.02.25 03:56:00.493294 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9652 | 2025.02.25 03:56:00.493550 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9653 | 2025.02.25 03:56:00.493812 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 | ||
| 9654 | 2025.02.25 03:56:02.398855 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 9655 | 2025.02.25 03:56:02.420030 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9656 | 2025.02.25 03:56:02.420100 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9657 | 2025.02.25 03:56:02.427448 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9658 | 2025.02.25 03:56:02.428215 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9659 | 2025.02.25 03:56:02.432141 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 9660 | 2025.02.25 03:56:03.767163 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9661 | 2025.02.25 03:56:03.767453 [ 4 ] {0d45e4b0-c2b2-49f8-82af-6efed72c5801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9662 | 2025.02.25 03:56:03.767573 [ 4 ] {0d45e4b0-c2b2-49f8-82af-6efed72c5801} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9663 | 2025.02.25 03:56:03.768649 [ 4 ] {0d45e4b0-c2b2-49f8-82af-6efed72c5801} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9664 | 2025.02.25 03:56:03.768705 [ 4 ] {0d45e4b0-c2b2-49f8-82af-6efed72c5801} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9665 | 2025.02.25 03:56:03.769280 [ 4 ] {0d45e4b0-c2b2-49f8-82af-6efed72c5801} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 9666 | 2025.02.25 03:56:03.769547 [ 4 ] {0d45e4b0-c2b2-49f8-82af-6efed72c5801} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9667 | 2025.02.25 03:56:03.769788 [ 4 ] {0d45e4b0-c2b2-49f8-82af-6efed72c5801} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002414 sec., 23198.0115990058 rows/sec., 1.77 MiB/sec. | ||
| 9668 | 2025.02.25 03:56:03.769857 [ 4 ] {0d45e4b0-c2b2-49f8-82af-6efed72c5801} <Debug> TCPHandler: Processed in 0.002836203 sec. | ||
| 9669 | 2025.02.25 03:56:03.770049 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9670 | 2025.02.25 03:56:03.770192 [ 254 ] {50742bde-74c8-49c0-bba1-b0a97b232ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9671 | 2025.02.25 03:56:03.770252 [ 254 ] {50742bde-74c8-49c0-bba1-b0a97b232ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9672 | 2025.02.25 03:56:03.770948 [ 254 ] {50742bde-74c8-49c0-bba1-b0a97b232ee1} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9673 | 2025.02.25 03:56:03.770998 [ 254 ] {50742bde-74c8-49c0-bba1-b0a97b232ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9674 | 2025.02.25 03:56:03.771433 [ 254 ] {50742bde-74c8-49c0-bba1-b0a97b232ee1} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 9675 | 2025.02.25 03:56:03.771676 [ 254 ] {50742bde-74c8-49c0-bba1-b0a97b232ee1} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9676 | 2025.02.25 03:56:03.771915 [ 254 ] {50742bde-74c8-49c0-bba1-b0a97b232ee1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001758 sec., 36405.00568828214 rows/sec., 2.84 MiB/sec. | ||
| 9677 | 2025.02.25 03:56:03.772002 [ 254 ] {50742bde-74c8-49c0-bba1-b0a97b232ee1} <Debug> TCPHandler: Processed in 0.002022865 sec. | ||
| 9678 | 2025.02.25 03:56:03.772218 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9679 | 2025.02.25 03:56:03.772430 [ 4 ] {2e8707ad-f4f0-4b90-9322-8427f5438c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9680 | 2025.02.25 03:56:03.772492 [ 4 ] {2e8707ad-f4f0-4b90-9322-8427f5438c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9681 | 2025.02.25 03:56:03.773150 [ 4 ] {2e8707ad-f4f0-4b90-9322-8427f5438c46} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9682 | 2025.02.25 03:56:03.773198 [ 4 ] {2e8707ad-f4f0-4b90-9322-8427f5438c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9683 | 2025.02.25 03:56:03.773596 [ 4 ] {2e8707ad-f4f0-4b90-9322-8427f5438c46} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 9684 | 2025.02.25 03:56:03.773831 [ 4 ] {2e8707ad-f4f0-4b90-9322-8427f5438c46} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9685 | 2025.02.25 03:56:03.774045 [ 4 ] {2e8707ad-f4f0-4b90-9322-8427f5438c46} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001661 sec., 96327.5135460566 rows/sec., 6.71 MiB/sec. | ||
| 9686 | 2025.02.25 03:56:03.774101 [ 4 ] {2e8707ad-f4f0-4b90-9322-8427f5438c46} <Debug> TCPHandler: Processed in 0.001987685 sec. | ||
| 9687 | 2025.02.25 03:56:03.774248 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9688 | 2025.02.25 03:56:03.774378 [ 254 ] {7cb69cae-9326-4ad5-8fdb-de2c15ca8a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9689 | 2025.02.25 03:56:03.774434 [ 254 ] {7cb69cae-9326-4ad5-8fdb-de2c15ca8a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9690 | 2025.02.25 03:56:03.774975 [ 254 ] {7cb69cae-9326-4ad5-8fdb-de2c15ca8a95} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9691 | 2025.02.25 03:56:03.775023 [ 254 ] {7cb69cae-9326-4ad5-8fdb-de2c15ca8a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9692 | 2025.02.25 03:56:03.775422 [ 254 ] {7cb69cae-9326-4ad5-8fdb-de2c15ca8a95} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 9693 | 2025.02.25 03:56:03.775660 [ 254 ] {7cb69cae-9326-4ad5-8fdb-de2c15ca8a95} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9694 | 2025.02.25 03:56:03.775895 [ 254 ] {7cb69cae-9326-4ad5-8fdb-de2c15ca8a95} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001541 sec., 38935.756002595714 rows/sec., 2.62 MiB/sec. | ||
| 9695 | 2025.02.25 03:56:03.775983 [ 254 ] {7cb69cae-9326-4ad5-8fdb-de2c15ca8a95} <Debug> TCPHandler: Processed in 0.00178507 sec. | ||
| 9696 | 2025.02.25 03:56:07.784368 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9697 | 2025.02.25 03:56:07.784420 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9698 | 2025.02.25 03:56:07.994908 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511 | ||
| 9699 | 2025.02.25 03:56:07.995538 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9700 | 2025.02.25 03:56:07.995579 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9701 | 2025.02.25 03:56:07.996083 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9702 | 2025.02.25 03:56:07.996344 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9703 | 2025.02.25 03:56:07.996550 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 9704 | 2025.02.25 03:56:08.120773 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1326 | ||
| 9705 | 2025.02.25 03:56:08.123599 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9706 | 2025.02.25 03:56:08.123648 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9707 | 2025.02.25 03:56:08.125118 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9708 | 2025.02.25 03:56:08.125420 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9709 | 2025.02.25 03:56:08.126353 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1326 | ||
| 9710 | 2025.02.25 03:56:08.769004 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9711 | 2025.02.25 03:56:08.769303 [ 4 ] {0c135274-f70d-4019-9fbe-99a3c78b557f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9712 | 2025.02.25 03:56:08.769416 [ 4 ] {0c135274-f70d-4019-9fbe-99a3c78b557f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9713 | 2025.02.25 03:56:08.770232 [ 4 ] {0c135274-f70d-4019-9fbe-99a3c78b557f} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9714 | 2025.02.25 03:56:08.770277 [ 4 ] {0c135274-f70d-4019-9fbe-99a3c78b557f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9715 | 2025.02.25 03:56:08.770713 [ 4 ] {0c135274-f70d-4019-9fbe-99a3c78b557f} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 9716 | 2025.02.25 03:56:08.770965 [ 4 ] {0c135274-f70d-4019-9fbe-99a3c78b557f} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9717 | 2025.02.25 03:56:08.771204 [ 4 ] {0c135274-f70d-4019-9fbe-99a3c78b557f} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001985 sec., 67506.29722921916 rows/sec., 5.81 MiB/sec. | ||
| 9718 | 2025.02.25 03:56:08.771270 [ 4 ] {0c135274-f70d-4019-9fbe-99a3c78b557f} <Debug> TCPHandler: Processed in 0.002444955 sec. | ||
| 9719 | 2025.02.25 03:56:08.771444 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9720 | 2025.02.25 03:56:08.771559 [ 254 ] {ec7623e9-14dc-4724-99a0-a5c040e1cca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9721 | 2025.02.25 03:56:08.771609 [ 254 ] {ec7623e9-14dc-4724-99a0-a5c040e1cca5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9722 | 2025.02.25 03:56:08.772176 [ 254 ] {ec7623e9-14dc-4724-99a0-a5c040e1cca5} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9723 | 2025.02.25 03:56:08.772216 [ 254 ] {ec7623e9-14dc-4724-99a0-a5c040e1cca5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9724 | 2025.02.25 03:56:08.772579 [ 254 ] {ec7623e9-14dc-4724-99a0-a5c040e1cca5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9725 | 2025.02.25 03:56:08.772819 [ 254 ] {ec7623e9-14dc-4724-99a0-a5c040e1cca5} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9726 | 2025.02.25 03:56:08.773030 [ 254 ] {ec7623e9-14dc-4724-99a0-a5c040e1cca5} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001497 sec., 26052.104208416833 rows/sec., 1.91 MiB/sec. | ||
| 9727 | 2025.02.25 03:56:08.773084 [ 254 ] {ec7623e9-14dc-4724-99a0-a5c040e1cca5} <Debug> TCPHandler: Processed in 0.001701808 sec. | ||
| 9728 | 2025.02.25 03:56:08.773239 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9729 | 2025.02.25 03:56:08.773350 [ 4 ] {99e50aea-fca3-41c4-88fc-8b18b2e422b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9730 | 2025.02.25 03:56:08.773397 [ 4 ] {99e50aea-fca3-41c4-88fc-8b18b2e422b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9731 | 2025.02.25 03:56:08.773965 [ 4 ] {99e50aea-fca3-41c4-88fc-8b18b2e422b0} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9732 | 2025.02.25 03:56:08.774008 [ 4 ] {99e50aea-fca3-41c4-88fc-8b18b2e422b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9733 | 2025.02.25 03:56:08.774424 [ 4 ] {99e50aea-fca3-41c4-88fc-8b18b2e422b0} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 9734 | 2025.02.25 03:56:08.774670 [ 4 ] {99e50aea-fca3-41c4-88fc-8b18b2e422b0} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9735 | 2025.02.25 03:56:08.774890 [ 4 ] {99e50aea-fca3-41c4-88fc-8b18b2e422b0} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001563 sec., 65898.91234804863 rows/sec., 5.15 MiB/sec. | ||
| 9736 | 2025.02.25 03:56:08.774942 [ 4 ] {99e50aea-fca3-41c4-88fc-8b18b2e422b0} <Debug> TCPHandler: Processed in 0.001757599 sec. | ||
| 9737 | 2025.02.25 03:56:08.775079 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9738 | 2025.02.25 03:56:08.775186 [ 254 ] {366fd2c2-994d-4f98-978a-a9a9ad66763c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9739 | 2025.02.25 03:56:08.775235 [ 254 ] {366fd2c2-994d-4f98-978a-a9a9ad66763c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9740 | 2025.02.25 03:56:08.775742 [ 254 ] {366fd2c2-994d-4f98-978a-a9a9ad66763c} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9741 | 2025.02.25 03:56:08.775787 [ 254 ] {366fd2c2-994d-4f98-978a-a9a9ad66763c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9742 | 2025.02.25 03:56:08.776172 [ 254 ] {366fd2c2-994d-4f98-978a-a9a9ad66763c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 9743 | 2025.02.25 03:56:08.776411 [ 254 ] {366fd2c2-994d-4f98-978a-a9a9ad66763c} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9744 | 2025.02.25 03:56:08.776621 [ 254 ] {366fd2c2-994d-4f98-978a-a9a9ad66763c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001457 sec., 109814.68771448181 rows/sec., 7.65 MiB/sec. | ||
| 9745 | 2025.02.25 03:56:08.776672 [ 254 ] {366fd2c2-994d-4f98-978a-a9a9ad66763c} <Debug> TCPHandler: Processed in 0.001645517 sec. | ||
| 9746 | 2025.02.25 03:56:08.776821 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9747 | 2025.02.25 03:56:08.776950 [ 4 ] {dca47941-0b00-4fcb-b41d-7c23008f7ecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9748 | 2025.02.25 03:56:08.777028 [ 4 ] {dca47941-0b00-4fcb-b41d-7c23008f7ecf} <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 | ||
| 9749 | 2025.02.25 03:56:08.778281 [ 4 ] {dca47941-0b00-4fcb-b41d-7c23008f7ecf} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9750 | 2025.02.25 03:56:08.778320 [ 4 ] {dca47941-0b00-4fcb-b41d-7c23008f7ecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9751 | 2025.02.25 03:56:08.778993 [ 4 ] {dca47941-0b00-4fcb-b41d-7c23008f7ecf} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9752 | 2025.02.25 03:56:08.779258 [ 4 ] {dca47941-0b00-4fcb-b41d-7c23008f7ecf} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9753 | 2025.02.25 03:56:08.779497 [ 4 ] {dca47941-0b00-4fcb-b41d-7c23008f7ecf} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002576 sec., 15139.75155279503 rows/sec., 27.13 MiB/sec. | ||
| 9754 | 2025.02.25 03:56:08.779607 [ 4 ] {dca47941-0b00-4fcb-b41d-7c23008f7ecf} <Debug> TCPHandler: Processed in 0.002848124 sec. | ||
| 9755 | 2025.02.25 03:56:08.779746 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9756 | 2025.02.25 03:56:08.779905 [ 254 ] {5ba32cb8-4d0c-46fd-a016-bb6a46747a11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9757 | 2025.02.25 03:56:08.779952 [ 254 ] {5ba32cb8-4d0c-46fd-a016-bb6a46747a11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9758 | 2025.02.25 03:56:08.780388 [ 254 ] {5ba32cb8-4d0c-46fd-a016-bb6a46747a11} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9759 | 2025.02.25 03:56:08.780428 [ 254 ] {5ba32cb8-4d0c-46fd-a016-bb6a46747a11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9760 | 2025.02.25 03:56:08.780780 [ 254 ] {5ba32cb8-4d0c-46fd-a016-bb6a46747a11} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 9761 | 2025.02.25 03:56:08.781020 [ 254 ] {5ba32cb8-4d0c-46fd-a016-bb6a46747a11} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9762 | 2025.02.25 03:56:08.781253 [ 254 ] {5ba32cb8-4d0c-46fd-a016-bb6a46747a11} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. | ||
| 9763 | 2025.02.25 03:56:08.781351 [ 254 ] {5ba32cb8-4d0c-46fd-a016-bb6a46747a11} <Debug> TCPHandler: Processed in 0.001655077 sec. | ||
| 9764 | 2025.02.25 03:56:09.933180 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 9765 | 2025.02.25 03:56:09.955210 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9766 | 2025.02.25 03:56:09.955278 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9767 | 2025.02.25 03:56:09.962610 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9768 | 2025.02.25 03:56:09.963386 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9769 | 2025.02.25 03:56:09.966211 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 9770 | 2025.02.25 03:56:11.694866 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9771 | 2025.02.25 03:56:11.695080 [ 4 ] {c5176535-80f9-40ef-a5b1-2825d75c26b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9772 | 2025.02.25 03:56:11.695160 [ 4 ] {c5176535-80f9-40ef-a5b1-2825d75c26b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9773 | 2025.02.25 03:56:11.695995 [ 4 ] {c5176535-80f9-40ef-a5b1-2825d75c26b5} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9774 | 2025.02.25 03:56:11.696041 [ 4 ] {c5176535-80f9-40ef-a5b1-2825d75c26b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9775 | 2025.02.25 03:56:11.696489 [ 4 ] {c5176535-80f9-40ef-a5b1-2825d75c26b5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9776 | 2025.02.25 03:56:11.696747 [ 4 ] {c5176535-80f9-40ef-a5b1-2825d75c26b5} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9777 | 2025.02.25 03:56:11.696952 [ 4 ] {c5176535-80f9-40ef-a5b1-2825d75c26b5} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001931 sec., 12428.793371310203 rows/sec., 1.03 MiB/sec. | ||
| 9778 | 2025.02.25 03:56:11.697020 [ 4 ] {c5176535-80f9-40ef-a5b1-2825d75c26b5} <Debug> TCPHandler: Processed in 0.002294011 sec. | ||
| 9779 | 2025.02.25 03:56:11.697196 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9780 | 2025.02.25 03:56:11.697320 [ 254 ] {aee2e3b9-8bd2-4de3-9af4-d3d8f3cdb2f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9781 | 2025.02.25 03:56:11.697370 [ 254 ] {aee2e3b9-8bd2-4de3-9af4-d3d8f3cdb2f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9782 | 2025.02.25 03:56:11.697918 [ 254 ] {aee2e3b9-8bd2-4de3-9af4-d3d8f3cdb2f6} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9783 | 2025.02.25 03:56:11.697957 [ 254 ] {aee2e3b9-8bd2-4de3-9af4-d3d8f3cdb2f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9784 | 2025.02.25 03:56:11.698314 [ 254 ] {aee2e3b9-8bd2-4de3-9af4-d3d8f3cdb2f6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9785 | 2025.02.25 03:56:11.698556 [ 254 ] {aee2e3b9-8bd2-4de3-9af4-d3d8f3cdb2f6} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9786 | 2025.02.25 03:56:11.698740 [ 254 ] {aee2e3b9-8bd2-4de3-9af4-d3d8f3cdb2f6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001448 sec., 2762.430939226519 rows/sec., 225.26 KiB/sec. | ||
| 9787 | 2025.02.25 03:56:11.698793 [ 254 ] {aee2e3b9-8bd2-4de3-9af4-d3d8f3cdb2f6} <Debug> TCPHandler: Processed in 0.001654488 sec. | ||
| 9788 | 2025.02.25 03:56:11.698936 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9789 | 2025.02.25 03:56:11.699045 [ 4 ] {20d128dd-e954-472e-8bc3-fcbb60cfdcf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9790 | 2025.02.25 03:56:11.699090 [ 4 ] {20d128dd-e954-472e-8bc3-fcbb60cfdcf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9791 | 2025.02.25 03:56:11.700318 [ 4 ] {20d128dd-e954-472e-8bc3-fcbb60cfdcf5} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9792 | 2025.02.25 03:56:11.700355 [ 4 ] {20d128dd-e954-472e-8bc3-fcbb60cfdcf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9793 | 2025.02.25 03:56:11.700795 [ 4 ] {20d128dd-e954-472e-8bc3-fcbb60cfdcf5} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 9794 | 2025.02.25 03:56:11.701038 [ 4 ] {20d128dd-e954-472e-8bc3-fcbb60cfdcf5} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9795 | 2025.02.25 03:56:11.701178 [ 124 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 9796 | 2025.02.25 03:56:11.701220 [ 4 ] {20d128dd-e954-472e-8bc3-fcbb60cfdcf5} <Debug> executeQuery: Read 1318 rows, 112.08 KiB in 0.002196 sec., 600182.1493624772 rows/sec., 49.84 MiB/sec. | ||
| 9797 | 2025.02.25 03:56:11.701228 [ 124 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9798 | 2025.02.25 03:56:11.701269 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9799 | 2025.02.25 03:56:11.701290 [ 4 ] {20d128dd-e954-472e-8bc3-fcbb60cfdcf5} <Debug> TCPHandler: Processed in 0.002406174 sec. | ||
| 9800 | 2025.02.25 03:56:11.701527 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9801 | 2025.02.25 03:56:11.701673 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 9802 | 2025.02.25 03:56:11.701865 [ 254 ] {bc57d30c-83c7-4565-ac75-ca35fa82565b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9803 | 2025.02.25 03:56:11.702055 [ 254 ] {bc57d30c-83c7-4565-ac75-ca35fa82565b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9804 | 2025.02.25 03:56:11.702784 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9805 | 2025.02.25 03:56:11.703030 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1966 rows starting from the beginning of the part | ||
| 9806 | 2025.02.25 03:56:11.703880 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 56 rows starting from the beginning of the part | ||
| 9807 | 2025.02.25 03:56:11.704211 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 140 rows starting from the beginning of the part | ||
| 9808 | 2025.02.25 03:56:11.704504 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part | ||
| 9809 | 2025.02.25 03:56:11.704902 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 134 rows starting from the beginning of the part | ||
| 9810 | 2025.02.25 03:56:11.705240 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 1318 rows starting from the beginning of the part | ||
| 9811 | 2025.02.25 03:56:11.705955 [ 254 ] {bc57d30c-83c7-4565-ac75-ca35fa82565b} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9812 | 2025.02.25 03:56:11.706008 [ 254 ] {bc57d30c-83c7-4565-ac75-ca35fa82565b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9813 | 2025.02.25 03:56:11.706825 [ 254 ] {bc57d30c-83c7-4565-ac75-ca35fa82565b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9814 | 2025.02.25 03:56:11.707389 [ 254 ] {bc57d30c-83c7-4565-ac75-ca35fa82565b} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9815 | 2025.02.25 03:56:11.707708 [ 124 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9816 | 2025.02.25 03:56:11.707797 [ 124 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9817 | 2025.02.25 03:56:11.707896 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9818 | 2025.02.25 03:56:11.707993 [ 254 ] {bc57d30c-83c7-4565-ac75-ca35fa82565b} <Debug> executeQuery: Read 16 rows, 1.24 KiB in 0.006208 sec., 2577.319587628866 rows/sec., 199.78 KiB/sec. | ||
| 9819 | 2025.02.25 03:56:11.708315 [ 254 ] {bc57d30c-83c7-4565-ac75-ca35fa82565b} <Debug> TCPHandler: Processed in 0.006923344 sec. | ||
| 9820 | 2025.02.25 03:56:11.708381 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 9821 | 2025.02.25 03:56:11.708555 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9822 | 2025.02.25 03:56:11.708637 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9823 | 2025.02.25 03:56:11.708737 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 177 rows starting from the beginning of the part | ||
| 9824 | 2025.02.25 03:56:11.708895 [ 4 ] {c6865046-b0ff-4f1f-82ef-8424d6a73e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9825 | 2025.02.25 03:56:11.709094 [ 4 ] {c6865046-b0ff-4f1f-82ef-8424d6a73e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9826 | 2025.02.25 03:56:11.709208 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 9827 | 2025.02.25 03:56:11.709712 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 39 rows starting from the beginning of the part | ||
| 9828 | 2025.02.25 03:56:11.710226 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 51 rows starting from the beginning of the part | ||
| 9829 | 2025.02.25 03:56:11.710780 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 39 rows starting from the beginning of the part | ||
| 9830 | 2025.02.25 03:56:11.711265 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 9831 | 2025.02.25 03:56:11.711675 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3670 rows, containing 5 columns (5 merged, 0 gathered) in 0.01026764 sec., 357433.64590110286 rows/sec., 30.85 MiB/sec. | ||
| 9832 | 2025.02.25 03:56:11.712188 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 9833 | 2025.02.25 03:56:11.713074 [ 4 ] {c6865046-b0ff-4f1f-82ef-8424d6a73e29} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9834 | 2025.02.25 03:56:11.713166 [ 4 ] {c6865046-b0ff-4f1f-82ef-8424d6a73e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9835 | 2025.02.25 03:56:11.713447 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_101_20} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9836 | 2025.02.25 03:56:11.713933 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_101_20} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 9837 | 2025.02.25 03:56:11.714299 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 9838 | 2025.02.25 03:56:11.714653 [ 4 ] {c6865046-b0ff-4f1f-82ef-8424d6a73e29} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 9839 | 2025.02.25 03:56:11.715272 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 334 rows, containing 5 columns (5 merged, 0 gathered) in 0.007216812 sec., 46280.82316679442 rows/sec., 3.36 MiB/sec. | ||
| 9840 | 2025.02.25 03:56:11.715281 [ 4 ] {c6865046-b0ff-4f1f-82ef-8424d6a73e29} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9841 | 2025.02.25 03:56:11.715514 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9842 | 2025.02.25 03:56:11.715824 [ 4 ] {c6865046-b0ff-4f1f-82ef-8424d6a73e29} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.007053 sec., 35729.47681837516 rows/sec., 2.47 MiB/sec. | ||
| 9843 | 2025.02.25 03:56:11.716154 [ 4 ] {c6865046-b0ff-4f1f-82ef-8424d6a73e29} <Debug> TCPHandler: Processed in 0.007702982 sec. | ||
| 9844 | 2025.02.25 03:56:11.716457 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9845 | 2025.02.25 03:56:11.716509 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_56_11} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9846 | 2025.02.25 03:56:11.716696 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_56_11} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9847 | 2025.02.25 03:56:11.716703 [ 254 ] {f771f689-c000-4653-a694-48d9e5f7fe5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9848 | 2025.02.25 03:56:11.716799 [ 254 ] {f771f689-c000-4653-a694-48d9e5f7fe5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9849 | 2025.02.25 03:56:11.716842 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 9850 | 2025.02.25 03:56:11.717452 [ 254 ] {f771f689-c000-4653-a694-48d9e5f7fe5d} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9851 | 2025.02.25 03:56:11.717497 [ 254 ] {f771f689-c000-4653-a694-48d9e5f7fe5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9852 | 2025.02.25 03:56:11.717869 [ 254 ] {f771f689-c000-4653-a694-48d9e5f7fe5d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9853 | 2025.02.25 03:56:11.718112 [ 254 ] {f771f689-c000-4653-a694-48d9e5f7fe5d} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9854 | 2025.02.25 03:56:11.718320 [ 254 ] {f771f689-c000-4653-a694-48d9e5f7fe5d} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001675 sec., 7164.179104477612 rows/sec., 559.70 KiB/sec. | ||
| 9855 | 2025.02.25 03:56:11.718525 [ 254 ] {f771f689-c000-4653-a694-48d9e5f7fe5d} <Debug> TCPHandler: Processed in 0.002252911 sec. | ||
| 9856 | 2025.02.25 03:56:11.718685 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9857 | 2025.02.25 03:56:11.718816 [ 4 ] {553bac75-e5c9-4b87-b8dd-9cedeafe2b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9858 | 2025.02.25 03:56:11.718871 [ 4 ] {553bac75-e5c9-4b87-b8dd-9cedeafe2b1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9859 | 2025.02.25 03:56:11.719745 [ 4 ] {553bac75-e5c9-4b87-b8dd-9cedeafe2b1e} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9860 | 2025.02.25 03:56:11.719785 [ 4 ] {553bac75-e5c9-4b87-b8dd-9cedeafe2b1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9861 | 2025.02.25 03:56:11.720171 [ 4 ] {553bac75-e5c9-4b87-b8dd-9cedeafe2b1e} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 9862 | 2025.02.25 03:56:11.720413 [ 4 ] {553bac75-e5c9-4b87-b8dd-9cedeafe2b1e} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9863 | 2025.02.25 03:56:11.720550 [ 124 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 9864 | 2025.02.25 03:56:11.720593 [ 124 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9865 | 2025.02.25 03:56:11.720598 [ 4 ] {553bac75-e5c9-4b87-b8dd-9cedeafe2b1e} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.00181 sec., 309392.26519337017 rows/sec., 23.19 MiB/sec. | ||
| 9866 | 2025.02.25 03:56:11.720620 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9867 | 2025.02.25 03:56:11.720688 [ 4 ] {553bac75-e5c9-4b87-b8dd-9cedeafe2b1e} <Debug> TCPHandler: Processed in 0.002058526 sec. | ||
| 9868 | 2025.02.25 03:56:11.720890 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 9869 | 2025.02.25 03:56:11.720908 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9870 | 2025.02.25 03:56:11.721161 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9871 | 2025.02.25 03:56:11.721176 [ 254 ] {1cc6eefb-18d2-4d8e-b84a-036aef472e5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9872 | 2025.02.25 03:56:11.721220 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 951 rows starting from the beginning of the part | ||
| 9873 | 2025.02.25 03:56:11.721293 [ 254 ] {1cc6eefb-18d2-4d8e-b84a-036aef472e5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9874 | 2025.02.25 03:56:11.721509 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 64 rows starting from the beginning of the part | ||
| 9875 | 2025.02.25 03:56:11.721931 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 115 rows starting from the beginning of the part | ||
| 9876 | 2025.02.25 03:56:11.722258 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part | ||
| 9877 | 2025.02.25 03:56:11.722688 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 103 rows starting from the beginning of the part | ||
| 9878 | 2025.02.25 03:56:11.722997 [ 195 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 560 rows starting from the beginning of the part | ||
| 9879 | 2025.02.25 03:56:11.724238 [ 254 ] {1cc6eefb-18d2-4d8e-b84a-036aef472e5c} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9880 | 2025.02.25 03:56:11.724310 [ 254 ] {1cc6eefb-18d2-4d8e-b84a-036aef472e5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9881 | 2025.02.25 03:56:11.725454 [ 254 ] {1cc6eefb-18d2-4d8e-b84a-036aef472e5c} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 9882 | 2025.02.25 03:56:11.725870 [ 254 ] {1cc6eefb-18d2-4d8e-b84a-036aef472e5c} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9883 | 2025.02.25 03:56:11.726029 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1857 rows, containing 5 columns (5 merged, 0 gathered) in 0.005294458 sec., 350744.1177170543 rows/sec., 27.53 MiB/sec. | ||
| 9884 | 2025.02.25 03:56:11.726103 [ 124 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 9885 | 2025.02.25 03:56:11.726167 [ 124 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9886 | 2025.02.25 03:56:11.726189 [ 254 ] {1cc6eefb-18d2-4d8e-b84a-036aef472e5c} <Debug> executeQuery: Read 978 rows, 67.66 KiB in 0.005103 sec., 191651.9694297472 rows/sec., 12.95 MiB/sec. | ||
| 9887 | 2025.02.25 03:56:11.726210 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9888 | 2025.02.25 03:56:11.726323 [ 254 ] {1cc6eefb-18d2-4d8e-b84a-036aef472e5c} <Debug> TCPHandler: Processed in 0.005522894 sec. | ||
| 9889 | 2025.02.25 03:56:11.726568 [ 196 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 9890 | 2025.02.25 03:56:11.726664 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9891 | 2025.02.25 03:56:11.726768 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 9892 | 2025.02.25 03:56:11.726991 [ 4 ] {fa62339f-c084-4b09-808d-4aa1de916158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9893 | 2025.02.25 03:56:11.727147 [ 4 ] {fa62339f-c084-4b09-808d-4aa1de916158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9894 | 2025.02.25 03:56:11.727281 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9895 | 2025.02.25 03:56:11.727398 [ 196 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_101_20} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9896 | 2025.02.25 03:56:11.727432 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 26735 rows starting from the beginning of the part | ||
| 9897 | 2025.02.25 03:56:11.727841 [ 196 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_101_20} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 9898 | 2025.02.25 03:56:11.727904 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part | ||
| 9899 | 2025.02.25 03:56:11.728317 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 9900 | 2025.02.25 03:56:11.728507 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 166 rows starting from the beginning of the part | ||
| 9901 | 2025.02.25 03:56:11.728889 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part | ||
| 9902 | 2025.02.25 03:56:11.729070 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
| 9903 | 2025.02.25 03:56:11.729385 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 978 rows starting from the beginning of the part | ||
| 9904 | 2025.02.25 03:56:11.730076 [ 4 ] {fa62339f-c084-4b09-808d-4aa1de916158} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9905 | 2025.02.25 03:56:11.730131 [ 4 ] {fa62339f-c084-4b09-808d-4aa1de916158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9906 | 2025.02.25 03:56:11.730835 [ 4 ] {fa62339f-c084-4b09-808d-4aa1de916158} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 9907 | 2025.02.25 03:56:11.731175 [ 4 ] {fa62339f-c084-4b09-808d-4aa1de916158} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9908 | 2025.02.25 03:56:11.731356 [ 124 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 9909 | 2025.02.25 03:56:11.731397 [ 124 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9910 | 2025.02.25 03:56:11.731413 [ 4 ] {fa62339f-c084-4b09-808d-4aa1de916158} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.004557 sec., 7461.048935703313 rows/sec., 517.53 KiB/sec. | ||
| 9911 | 2025.02.25 03:56:11.731426 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
| 9912 | 2025.02.25 03:56:11.731704 [ 4 ] {fa62339f-c084-4b09-808d-4aa1de916158} <Debug> TCPHandler: Processed in 0.005218626 sec. | ||
| 9913 | 2025.02.25 03:56:11.731920 [ 199 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 9914 | 2025.02.25 03:56:11.732260 [ 199 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9915 | 2025.02.25 03:56:11.732328 [ 199 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 4932 rows starting from the beginning of the part | ||
| 9916 | 2025.02.25 03:56:11.732646 [ 199 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 9917 | 2025.02.25 03:56:11.732943 [ 199 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 9918 | 2025.02.25 03:56:11.733256 [ 199 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 9919 | 2025.02.25 03:56:11.733548 [ 199 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
| 9920 | 2025.02.25 03:56:11.733735 [ 199 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 34 rows starting from the beginning of the part | ||
| 9921 | 2025.02.25 03:56:11.737467 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5206 rows, containing 4 columns (4 merged, 0 gathered) in 0.005858061 sec., 888689.9607224984 rows/sec., 59.71 MiB/sec. | ||
| 9922 | 2025.02.25 03:56:11.737858 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 9923 | 2025.02.25 03:56:11.738247 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_101_20} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9924 | 2025.02.25 03:56:11.738412 [ 200 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_101_20} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 9925 | 2025.02.25 03:56:11.738506 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 9926 | 2025.02.25 03:56:11.740559 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28359 rows, containing 5 columns (5 merged, 0 gathered) in 0.014194357 sec., 1997906.6328964392 rows/sec., 136.76 MiB/sec. | ||
| 9927 | 2025.02.25 03:56:11.740961 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 9928 | 2025.02.25 03:56:11.741274 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9929 | 2025.02.25 03:56:11.741354 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 9930 | 2025.02.25 03:56:11.741442 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 9931 | 2025.02.25 03:56:12.000209 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.84 MiB, peak 251.18 MiB, free memory in arenas 0.00 B, will set to 240.98 MiB (RSS), difference: 1.14 MiB | ||
| 9932 | 2025.02.25 03:56:13.762640 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9933 | 2025.02.25 03:56:13.762849 [ 4 ] {b1d12d72-b1d5-429c-a5a5-fe5ae740db5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9934 | 2025.02.25 03:56:13.762924 [ 4 ] {b1d12d72-b1d5-429c-a5a5-fe5ae740db5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9935 | 2025.02.25 03:56:13.763723 [ 4 ] {b1d12d72-b1d5-429c-a5a5-fe5ae740db5b} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9936 | 2025.02.25 03:56:13.763778 [ 4 ] {b1d12d72-b1d5-429c-a5a5-fe5ae740db5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 9937 | 2025.02.25 03:56:13.764223 [ 4 ] {b1d12d72-b1d5-429c-a5a5-fe5ae740db5b} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 9938 | 2025.02.25 03:56:13.764489 [ 4 ] {b1d12d72-b1d5-429c-a5a5-fe5ae740db5b} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9939 | 2025.02.25 03:56:13.764729 [ 4 ] {b1d12d72-b1d5-429c-a5a5-fe5ae740db5b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001926 sec., 29075.80477673936 rows/sec., 2.22 MiB/sec. | ||
| 9940 | 2025.02.25 03:56:13.764804 [ 4 ] {b1d12d72-b1d5-429c-a5a5-fe5ae740db5b} <Debug> TCPHandler: Processed in 0.002295422 sec. | ||
| 9941 | 2025.02.25 03:56:13.764987 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9942 | 2025.02.25 03:56:13.765132 [ 254 ] {afe8445c-324f-4009-afc8-9e5080008091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9943 | 2025.02.25 03:56:13.765181 [ 254 ] {afe8445c-324f-4009-afc8-9e5080008091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9944 | 2025.02.25 03:56:13.765769 [ 254 ] {afe8445c-324f-4009-afc8-9e5080008091} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9945 | 2025.02.25 03:56:13.765810 [ 254 ] {afe8445c-324f-4009-afc8-9e5080008091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 9946 | 2025.02.25 03:56:13.766192 [ 254 ] {afe8445c-324f-4009-afc8-9e5080008091} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 9947 | 2025.02.25 03:56:13.766430 [ 254 ] {afe8445c-324f-4009-afc8-9e5080008091} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9948 | 2025.02.25 03:56:13.766649 [ 254 ] {afe8445c-324f-4009-afc8-9e5080008091} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001547 sec., 41370.39431157078 rows/sec., 3.23 MiB/sec. | ||
| 9949 | 2025.02.25 03:56:13.766703 [ 254 ] {afe8445c-324f-4009-afc8-9e5080008091} <Debug> TCPHandler: Processed in 0.00178967 sec. | ||
| 9950 | 2025.02.25 03:56:13.766865 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9951 | 2025.02.25 03:56:13.766998 [ 4 ] {aaede0ce-9c18-42c4-89ff-4425366d51c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9952 | 2025.02.25 03:56:13.767058 [ 4 ] {aaede0ce-9c18-42c4-89ff-4425366d51c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9953 | 2025.02.25 03:56:13.767632 [ 4 ] {aaede0ce-9c18-42c4-89ff-4425366d51c1} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9954 | 2025.02.25 03:56:13.767673 [ 4 ] {aaede0ce-9c18-42c4-89ff-4425366d51c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 9955 | 2025.02.25 03:56:13.768077 [ 4 ] {aaede0ce-9c18-42c4-89ff-4425366d51c1} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 9956 | 2025.02.25 03:56:13.768318 [ 4 ] {aaede0ce-9c18-42c4-89ff-4425366d51c1} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9957 | 2025.02.25 03:56:13.768531 [ 4 ] {aaede0ce-9c18-42c4-89ff-4425366d51c1} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001564 sec., 42199.48849104859 rows/sec., 2.95 MiB/sec. | ||
| 9958 | 2025.02.25 03:56:13.768583 [ 4 ] {aaede0ce-9c18-42c4-89ff-4425366d51c1} <Debug> TCPHandler: Processed in 0.00178198 sec. | ||
| 9959 | 2025.02.25 03:56:13.768736 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9960 | 2025.02.25 03:56:13.768867 [ 254 ] {1c71ebe0-c8ee-4ea9-bc63-4896852c39cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9961 | 2025.02.25 03:56:13.768923 [ 254 ] {1c71ebe0-c8ee-4ea9-bc63-4896852c39cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9962 | 2025.02.25 03:56:13.769440 [ 254 ] {1c71ebe0-c8ee-4ea9-bc63-4896852c39cd} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9963 | 2025.02.25 03:56:13.769486 [ 254 ] {1c71ebe0-c8ee-4ea9-bc63-4896852c39cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 9964 | 2025.02.25 03:56:13.769854 [ 254 ] {1c71ebe0-c8ee-4ea9-bc63-4896852c39cd} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 9965 | 2025.02.25 03:56:13.770088 [ 254 ] {1c71ebe0-c8ee-4ea9-bc63-4896852c39cd} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9966 | 2025.02.25 03:56:13.770316 [ 254 ] {1c71ebe0-c8ee-4ea9-bc63-4896852c39cd} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001474 sec., 17639.07734056988 rows/sec., 1.18 MiB/sec. | ||
| 9967 | 2025.02.25 03:56:13.770391 [ 254 ] {1c71ebe0-c8ee-4ea9-bc63-4896852c39cd} <Debug> TCPHandler: Processed in 0.001714998 sec. | ||
| 9968 | 2025.02.25 03:56:15.497632 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999 | ||
| 9969 | 2025.02.25 03:56:15.498288 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9970 | 2025.02.25 03:56:15.498326 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 9971 | 2025.02.25 03:56:15.498847 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9972 | 2025.02.25 03:56:15.499100 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9973 | 2025.02.25 03:56:15.499262 [ 120 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9974 | 2025.02.25 03:56:15.499285 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 | ||
| 9975 | 2025.02.25 03:56:15.499311 [ 120 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9976 | 2025.02.25 03:56:15.499339 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 9977 | 2025.02.25 03:56:15.499497 [ 187 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 9978 | 2025.02.25 03:56:15.499749 [ 187 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9979 | 2025.02.25 03:56:15.499809 [ 187 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 9980 | 2025.02.25 03:56:15.499890 [ 187 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part | ||
| 9981 | 2025.02.25 03:56:15.500095 [ 187 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part | ||
| 9982 | 2025.02.25 03:56:15.500324 [ 187 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part | ||
| 9983 | 2025.02.25 03:56:15.500525 [ 187 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part | ||
| 9984 | 2025.02.25 03:56:15.500684 [ 187 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part | ||
| 9985 | 2025.02.25 03:56:15.503507 [ 200 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.004092541 sec., 6841470.861257101 rows/sec., 97.87 MiB/sec. | ||
| 9986 | 2025.02.25 03:56:15.503933 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9987 | 2025.02.25 03:56:15.504362 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_61_12} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9988 | 2025.02.25 03:56:15.504481 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_61_12} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9989 | 2025.02.25 03:56:15.504622 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
| 9990 | 2025.02.25 03:56:17.467251 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 9991 | 2025.02.25 03:56:17.488561 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9992 | 2025.02.25 03:56:17.488629 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 9993 | 2025.02.25 03:56:17.496061 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9994 | 2025.02.25 03:56:17.496866 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9995 | 2025.02.25 03:56:17.497311 [ 118 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9996 | 2025.02.25 03:56:17.497499 [ 118 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9997 | 2025.02.25 03:56:17.497619 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 9998 | 2025.02.25 03:56:17.498402 [ 192 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 9999 | 2025.02.25 03:56:17.511717 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 10000 | 2025.02.25 03:56:17.513807 [ 192 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10001 | 2025.02.25 03:56:17.515571 [ 192 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 10002 | 2025.02.25 03:56:17.521434 [ 192 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 10003 | 2025.02.25 03:56:17.527399 [ 192 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 10004 | 2025.02.25 03:56:17.533117 [ 192 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 10005 | 2025.02.25 03:56:17.539125 [ 192 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 10006 | 2025.02.25 03:56:17.543968 [ 192 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 10007 | 2025.02.25 03:56:17.602491 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.1046183 sec., 4396.936291260707 rows/sec., 22.74 MiB/sec. | ||
| 10008 | 2025.02.25 03:56:17.605620 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10009 | 2025.02.25 03:56:17.608575 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_61_12} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10010 | 2025.02.25 03:56:17.608702 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_61_12} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10011 | 2025.02.25 03:56:17.611266 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10012 | 2025.02.25 03:56:18.127486 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1364 | ||
| 10013 | 2025.02.25 03:56:18.130890 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10014 | 2025.02.25 03:56:18.130938 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10015 | 2025.02.25 03:56:18.132427 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 10016 | 2025.02.25 03:56:18.132726 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10017 | 2025.02.25 03:56:18.134141 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1364 | ||
| 10018 | 2025.02.25 03:56:18.768694 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10019 | 2025.02.25 03:56:18.769001 [ 4 ] {a6f384da-bac9-41c3-b87e-638ffcb0f15b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10020 | 2025.02.25 03:56:18.769118 [ 4 ] {a6f384da-bac9-41c3-b87e-638ffcb0f15b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10021 | 2025.02.25 03:56:18.770174 [ 4 ] {a6f384da-bac9-41c3-b87e-638ffcb0f15b} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10022 | 2025.02.25 03:56:18.770226 [ 4 ] {a6f384da-bac9-41c3-b87e-638ffcb0f15b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10023 | 2025.02.25 03:56:18.770681 [ 4 ] {a6f384da-bac9-41c3-b87e-638ffcb0f15b} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 10024 | 2025.02.25 03:56:18.770942 [ 4 ] {a6f384da-bac9-41c3-b87e-638ffcb0f15b} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10025 | 2025.02.25 03:56:18.771158 [ 4 ] {a6f384da-bac9-41c3-b87e-638ffcb0f15b} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002241 sec., 59794.73449352968 rows/sec., 5.14 MiB/sec. | ||
| 10026 | 2025.02.25 03:56:18.771225 [ 4 ] {a6f384da-bac9-41c3-b87e-638ffcb0f15b} <Debug> TCPHandler: Processed in 0.002717671 sec. | ||
| 10027 | 2025.02.25 03:56:18.771398 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10028 | 2025.02.25 03:56:18.771544 [ 254 ] {773f8bc0-f2f4-4b14-b826-d5b1a18888b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10029 | 2025.02.25 03:56:18.771603 [ 254 ] {773f8bc0-f2f4-4b14-b826-d5b1a18888b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10030 | 2025.02.25 03:56:18.772180 [ 254 ] {773f8bc0-f2f4-4b14-b826-d5b1a18888b3} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10031 | 2025.02.25 03:56:18.772223 [ 254 ] {773f8bc0-f2f4-4b14-b826-d5b1a18888b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10032 | 2025.02.25 03:56:18.772592 [ 254 ] {773f8bc0-f2f4-4b14-b826-d5b1a18888b3} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10033 | 2025.02.25 03:56:18.772835 [ 254 ] {773f8bc0-f2f4-4b14-b826-d5b1a18888b3} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10034 | 2025.02.25 03:56:18.773049 [ 254 ] {773f8bc0-f2f4-4b14-b826-d5b1a18888b3} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001541 sec., 25308.241401687214 rows/sec., 1.86 MiB/sec. | ||
| 10035 | 2025.02.25 03:56:18.773110 [ 254 ] {773f8bc0-f2f4-4b14-b826-d5b1a18888b3} <Debug> TCPHandler: Processed in 0.00178298 sec. | ||
| 10036 | 2025.02.25 03:56:18.773277 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10037 | 2025.02.25 03:56:18.773420 [ 4 ] {066da2a0-9349-4ef1-bbe6-5c227f87f3ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10038 | 2025.02.25 03:56:18.773476 [ 4 ] {066da2a0-9349-4ef1-bbe6-5c227f87f3ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10039 | 2025.02.25 03:56:18.774081 [ 4 ] {066da2a0-9349-4ef1-bbe6-5c227f87f3ec} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10040 | 2025.02.25 03:56:18.774119 [ 4 ] {066da2a0-9349-4ef1-bbe6-5c227f87f3ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10041 | 2025.02.25 03:56:18.774486 [ 4 ] {066da2a0-9349-4ef1-bbe6-5c227f87f3ec} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 10042 | 2025.02.25 03:56:18.774741 [ 4 ] {066da2a0-9349-4ef1-bbe6-5c227f87f3ec} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10043 | 2025.02.25 03:56:18.774945 [ 4 ] {066da2a0-9349-4ef1-bbe6-5c227f87f3ec} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001555 sec., 66237.94212218649 rows/sec., 5.17 MiB/sec. | ||
| 10044 | 2025.02.25 03:56:18.774996 [ 4 ] {066da2a0-9349-4ef1-bbe6-5c227f87f3ec} <Debug> TCPHandler: Processed in 0.00180446 sec. | ||
| 10045 | 2025.02.25 03:56:18.775144 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10046 | 2025.02.25 03:56:18.775276 [ 254 ] {544d819f-dee0-4820-b416-cca8e3137860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10047 | 2025.02.25 03:56:18.775334 [ 254 ] {544d819f-dee0-4820-b416-cca8e3137860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10048 | 2025.02.25 03:56:18.775916 [ 254 ] {544d819f-dee0-4820-b416-cca8e3137860} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10049 | 2025.02.25 03:56:18.775954 [ 254 ] {544d819f-dee0-4820-b416-cca8e3137860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10050 | 2025.02.25 03:56:18.776350 [ 254 ] {544d819f-dee0-4820-b416-cca8e3137860} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 10051 | 2025.02.25 03:56:18.776584 [ 254 ] {544d819f-dee0-4820-b416-cca8e3137860} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10052 | 2025.02.25 03:56:18.776813 [ 254 ] {544d819f-dee0-4820-b416-cca8e3137860} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. | ||
| 10053 | 2025.02.25 03:56:18.776887 [ 254 ] {544d819f-dee0-4820-b416-cca8e3137860} <Debug> TCPHandler: Processed in 0.0017984 sec. | ||
| 10054 | 2025.02.25 03:56:18.777070 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10055 | 2025.02.25 03:56:18.777405 [ 4 ] {2899468f-8448-4ce1-acc1-7446010c9608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10056 | 2025.02.25 03:56:18.777709 [ 4 ] {2899468f-8448-4ce1-acc1-7446010c9608} <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 | ||
| 10057 | 2025.02.25 03:56:18.778994 [ 4 ] {2899468f-8448-4ce1-acc1-7446010c9608} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10058 | 2025.02.25 03:56:18.779034 [ 4 ] {2899468f-8448-4ce1-acc1-7446010c9608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10059 | 2025.02.25 03:56:18.779692 [ 4 ] {2899468f-8448-4ce1-acc1-7446010c9608} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 10060 | 2025.02.25 03:56:18.779964 [ 4 ] {2899468f-8448-4ce1-acc1-7446010c9608} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10061 | 2025.02.25 03:56:18.780207 [ 4 ] {2899468f-8448-4ce1-acc1-7446010c9608} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002924 sec., 13337.893296853625 rows/sec., 23.90 MiB/sec. | ||
| 10062 | 2025.02.25 03:56:18.780324 [ 4 ] {2899468f-8448-4ce1-acc1-7446010c9608} <Debug> TCPHandler: Processed in 0.003346535 sec. | ||
| 10063 | 2025.02.25 03:56:18.780501 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10064 | 2025.02.25 03:56:18.780629 [ 254 ] {9803db6b-052d-4ba7-a02f-3b54ba0348dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10065 | 2025.02.25 03:56:18.780687 [ 254 ] {9803db6b-052d-4ba7-a02f-3b54ba0348dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10066 | 2025.02.25 03:56:18.781207 [ 254 ] {9803db6b-052d-4ba7-a02f-3b54ba0348dd} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10067 | 2025.02.25 03:56:18.781252 [ 254 ] {9803db6b-052d-4ba7-a02f-3b54ba0348dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10068 | 2025.02.25 03:56:18.781680 [ 254 ] {9803db6b-052d-4ba7-a02f-3b54ba0348dd} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 10069 | 2025.02.25 03:56:18.781917 [ 254 ] {9803db6b-052d-4ba7-a02f-3b54ba0348dd} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10070 | 2025.02.25 03:56:18.782131 [ 254 ] {9803db6b-052d-4ba7-a02f-3b54ba0348dd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00153 sec., 39215.686274509804 rows/sec., 2.64 MiB/sec. | ||
| 10071 | 2025.02.25 03:56:18.782180 [ 254 ] {9803db6b-052d-4ba7-a02f-3b54ba0348dd} <Debug> TCPHandler: Processed in 0.001740689 sec. | ||
| 10072 | 2025.02.25 03:56:22.784669 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10073 | 2025.02.25 03:56:22.784729 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10074 | 2025.02.25 03:56:23.000472 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426 | ||
| 10075 | 2025.02.25 03:56:23.001267 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10076 | 2025.02.25 03:56:23.001320 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10077 | 2025.02.25 03:56:23.001846 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10078 | 2025.02.25 03:56:23.002102 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10079 | 2025.02.25 03:56:23.002346 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 10080 | 2025.02.25 03:56:23.766906 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10081 | 2025.02.25 03:56:23.767114 [ 4 ] {a1a99537-4be5-409b-83b2-1e38a4f44346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10082 | 2025.02.25 03:56:23.767196 [ 4 ] {a1a99537-4be5-409b-83b2-1e38a4f44346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10083 | 2025.02.25 03:56:23.768058 [ 4 ] {a1a99537-4be5-409b-83b2-1e38a4f44346} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10084 | 2025.02.25 03:56:23.768103 [ 4 ] {a1a99537-4be5-409b-83b2-1e38a4f44346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10085 | 2025.02.25 03:56:23.768541 [ 4 ] {a1a99537-4be5-409b-83b2-1e38a4f44346} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 10086 | 2025.02.25 03:56:23.768869 [ 4 ] {a1a99537-4be5-409b-83b2-1e38a4f44346} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10087 | 2025.02.25 03:56:23.769134 [ 4 ] {a1a99537-4be5-409b-83b2-1e38a4f44346} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002071 sec., 27040.077257363595 rows/sec., 2.06 MiB/sec. | ||
| 10088 | 2025.02.25 03:56:23.769255 [ 4 ] {a1a99537-4be5-409b-83b2-1e38a4f44346} <Debug> TCPHandler: Processed in 0.002481765 sec. | ||
| 10089 | 2025.02.25 03:56:23.769510 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10090 | 2025.02.25 03:56:23.769738 [ 254 ] {943e11b6-8ab2-4cff-934a-ec77c26f01eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10091 | 2025.02.25 03:56:23.769789 [ 254 ] {943e11b6-8ab2-4cff-934a-ec77c26f01eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10092 | 2025.02.25 03:56:23.770376 [ 254 ] {943e11b6-8ab2-4cff-934a-ec77c26f01eb} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10093 | 2025.02.25 03:56:23.770416 [ 254 ] {943e11b6-8ab2-4cff-934a-ec77c26f01eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10094 | 2025.02.25 03:56:23.770791 [ 254 ] {943e11b6-8ab2-4cff-934a-ec77c26f01eb} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 10095 | 2025.02.25 03:56:23.771039 [ 254 ] {943e11b6-8ab2-4cff-934a-ec77c26f01eb} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10096 | 2025.02.25 03:56:23.771231 [ 254 ] {943e11b6-8ab2-4cff-934a-ec77c26f01eb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001549 sec., 41316.978695932856 rows/sec., 3.22 MiB/sec. | ||
| 10097 | 2025.02.25 03:56:23.771337 [ 254 ] {943e11b6-8ab2-4cff-934a-ec77c26f01eb} <Debug> TCPHandler: Processed in 0.001952984 sec. | ||
| 10098 | 2025.02.25 03:56:23.771537 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10099 | 2025.02.25 03:56:23.771700 [ 4 ] {8a0a7735-18ba-4175-b6e6-ec5f23f2b648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10100 | 2025.02.25 03:56:23.771753 [ 4 ] {8a0a7735-18ba-4175-b6e6-ec5f23f2b648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10101 | 2025.02.25 03:56:23.772291 [ 4 ] {8a0a7735-18ba-4175-b6e6-ec5f23f2b648} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10102 | 2025.02.25 03:56:23.772330 [ 4 ] {8a0a7735-18ba-4175-b6e6-ec5f23f2b648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10103 | 2025.02.25 03:56:23.772712 [ 4 ] {8a0a7735-18ba-4175-b6e6-ec5f23f2b648} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 10104 | 2025.02.25 03:56:23.772959 [ 4 ] {8a0a7735-18ba-4175-b6e6-ec5f23f2b648} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10105 | 2025.02.25 03:56:23.773142 [ 4 ] {8a0a7735-18ba-4175-b6e6-ec5f23f2b648} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001468 sec., 108991.82561307903 rows/sec., 7.59 MiB/sec. | ||
| 10106 | 2025.02.25 03:56:23.773192 [ 4 ] {8a0a7735-18ba-4175-b6e6-ec5f23f2b648} <Debug> TCPHandler: Processed in 0.001760099 sec. | ||
| 10107 | 2025.02.25 03:56:23.773353 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10108 | 2025.02.25 03:56:23.773481 [ 254 ] {133d7222-09b6-430d-8083-aff1066fe106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10109 | 2025.02.25 03:56:23.773537 [ 254 ] {133d7222-09b6-430d-8083-aff1066fe106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10110 | 2025.02.25 03:56:23.774015 [ 254 ] {133d7222-09b6-430d-8083-aff1066fe106} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10111 | 2025.02.25 03:56:23.774051 [ 254 ] {133d7222-09b6-430d-8083-aff1066fe106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10112 | 2025.02.25 03:56:23.774405 [ 254 ] {133d7222-09b6-430d-8083-aff1066fe106} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 10113 | 2025.02.25 03:56:23.774654 [ 254 ] {133d7222-09b6-430d-8083-aff1066fe106} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10114 | 2025.02.25 03:56:23.774836 [ 254 ] {133d7222-09b6-430d-8083-aff1066fe106} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
| 10115 | 2025.02.25 03:56:23.774900 [ 254 ] {133d7222-09b6-430d-8083-aff1066fe106} <Debug> TCPHandler: Processed in 0.001609656 sec. | ||
| 10116 | 2025.02.25 03:56:25.012783 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 10117 | 2025.02.25 03:56:25.032367 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10118 | 2025.02.25 03:56:25.032432 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10119 | 2025.02.25 03:56:25.039507 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10120 | 2025.02.25 03:56:25.040284 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10121 | 2025.02.25 03:56:25.044841 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 10122 | 2025.02.25 03:56:25.567765 [ 112 ] {} <Debug> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 10123 | 2025.02.25 03:56:25.567827 [ 112 ] {} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10124 | 2025.02.25 03:56:25.567848 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10125 | 2025.02.25 03:56:25.568000 [ 198 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 10126 | 2025.02.25 03:56:25.568165 [ 198 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10127 | 2025.02.25 03:56:25.568202 [ 198 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 366 rows starting from the beginning of the part | ||
| 10128 | 2025.02.25 03:56:25.568284 [ 198 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 252 rows starting from the beginning of the part | ||
| 10129 | 2025.02.25 03:56:25.568457 [ 198 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 252 rows starting from the beginning of the part | ||
| 10130 | 2025.02.25 03:56:25.568837 [ 198 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 252 rows starting from the beginning of the part | ||
| 10131 | 2025.02.25 03:56:25.569158 [ 198 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 252 rows starting from the beginning of the part | ||
| 10132 | 2025.02.25 03:56:25.570472 [ 188 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1374 rows, containing 5 columns (5 merged, 0 gathered) in 0.002552717 sec., 538250.0292825253 rows/sec., 39.08 MiB/sec. | ||
| 10133 | 2025.02.25 03:56:25.570629 [ 186 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 10134 | 2025.02.25 03:56:25.570932 [ 186 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_18_4} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10135 | 2025.02.25 03:56:25.571010 [ 186 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_18_4} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 10136 | 2025.02.25 03:56:25.571088 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 10137 | 2025.02.25 03:56:28.135303 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1384 | ||
| 10138 | 2025.02.25 03:56:28.138061 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10139 | 2025.02.25 03:56:28.138104 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10140 | 2025.02.25 03:56:28.139534 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 10141 | 2025.02.25 03:56:28.139841 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10142 | 2025.02.25 03:56:28.140018 [ 109 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 10143 | 2025.02.25 03:56:28.140086 [ 109 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10144 | 2025.02.25 03:56:28.140132 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10145 | 2025.02.25 03:56:28.140557 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::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 | ||
| 10146 | 2025.02.25 03:56:28.141006 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1384 | ||
| 10147 | 2025.02.25 03:56:28.141561 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10148 | 2025.02.25 03:56:28.141761 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1248 rows starting from the beginning of the part | ||
| 10149 | 2025.02.25 03:56:28.142292 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part | ||
| 10150 | 2025.02.25 03:56:28.142958 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 20 rows starting from the beginning of the part | ||
| 10151 | 2025.02.25 03:56:28.143452 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 22 rows starting from the beginning of the part | ||
| 10152 | 2025.02.25 03:56:28.143935 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 38 rows starting from the beginning of the part | ||
| 10153 | 2025.02.25 03:56:28.144402 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 20 rows starting from the beginning of the part | ||
| 10154 | 2025.02.25 03:56:28.152932 [ 186 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1384 rows, containing 72 columns (72 merged, 0 gathered) in 0.012666903 sec., 109261.11931227388 rows/sec., 87.06 MiB/sec. | ||
| 10155 | 2025.02.25 03:56:28.154551 [ 197 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 10156 | 2025.02.25 03:56:28.155297 [ 197 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_46_9} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10157 | 2025.02.25 03:56:28.155389 [ 197 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_46_9} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 10158 | 2025.02.25 03:56:28.155693 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 10159 | 2025.02.25 03:56:28.770067 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10160 | 2025.02.25 03:56:28.770276 [ 4 ] {2b1eed39-56b6-4c66-bec8-fa7743634853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10161 | 2025.02.25 03:56:28.770356 [ 4 ] {2b1eed39-56b6-4c66-bec8-fa7743634853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10162 | 2025.02.25 03:56:28.771158 [ 4 ] {2b1eed39-56b6-4c66-bec8-fa7743634853} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10163 | 2025.02.25 03:56:28.771206 [ 4 ] {2b1eed39-56b6-4c66-bec8-fa7743634853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10164 | 2025.02.25 03:56:28.771621 [ 4 ] {2b1eed39-56b6-4c66-bec8-fa7743634853} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 10165 | 2025.02.25 03:56:28.771887 [ 4 ] {2b1eed39-56b6-4c66-bec8-fa7743634853} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10166 | 2025.02.25 03:56:28.772090 [ 4 ] {2b1eed39-56b6-4c66-bec8-fa7743634853} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001872 sec., 1068.3760683760684 rows/sec., 87.12 KiB/sec. | ||
| 10167 | 2025.02.25 03:56:28.772153 [ 4 ] {2b1eed39-56b6-4c66-bec8-fa7743634853} <Debug> TCPHandler: Processed in 0.002268631 sec. | ||
| 10168 | 2025.02.25 03:56:28.772339 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10169 | 2025.02.25 03:56:28.772484 [ 254 ] {98ce268b-4aaf-4bb2-b959-cf6e2a2a349c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10170 | 2025.02.25 03:56:28.772541 [ 254 ] {98ce268b-4aaf-4bb2-b959-cf6e2a2a349c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10171 | 2025.02.25 03:56:28.773228 [ 254 ] {98ce268b-4aaf-4bb2-b959-cf6e2a2a349c} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10172 | 2025.02.25 03:56:28.773267 [ 254 ] {98ce268b-4aaf-4bb2-b959-cf6e2a2a349c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10173 | 2025.02.25 03:56:28.773662 [ 254 ] {98ce268b-4aaf-4bb2-b959-cf6e2a2a349c} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 10174 | 2025.02.25 03:56:28.773915 [ 254 ] {98ce268b-4aaf-4bb2-b959-cf6e2a2a349c} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10175 | 2025.02.25 03:56:28.774103 [ 254 ] {98ce268b-4aaf-4bb2-b959-cf6e2a2a349c} <Debug> executeQuery: Read 135 rows, 11.88 KiB in 0.001654 sec., 81620.31438935912 rows/sec., 7.01 MiB/sec. | ||
| 10176 | 2025.02.25 03:56:28.774157 [ 254 ] {98ce268b-4aaf-4bb2-b959-cf6e2a2a349c} <Debug> TCPHandler: Processed in 0.001888652 sec. | ||
| 10177 | 2025.02.25 03:56:28.774316 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10178 | 2025.02.25 03:56:28.774448 [ 4 ] {24264723-53fd-425c-9079-6bc0277b4034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10179 | 2025.02.25 03:56:28.774503 [ 4 ] {24264723-53fd-425c-9079-6bc0277b4034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10180 | 2025.02.25 03:56:28.775128 [ 4 ] {24264723-53fd-425c-9079-6bc0277b4034} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10181 | 2025.02.25 03:56:28.775166 [ 4 ] {24264723-53fd-425c-9079-6bc0277b4034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10182 | 2025.02.25 03:56:28.775511 [ 4 ] {24264723-53fd-425c-9079-6bc0277b4034} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10183 | 2025.02.25 03:56:28.775750 [ 4 ] {24264723-53fd-425c-9079-6bc0277b4034} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10184 | 2025.02.25 03:56:28.775930 [ 4 ] {24264723-53fd-425c-9079-6bc0277b4034} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.001511 sec., 27134.3481138319 rows/sec., 1.99 MiB/sec. | ||
| 10185 | 2025.02.25 03:56:28.775982 [ 4 ] {24264723-53fd-425c-9079-6bc0277b4034} <Debug> TCPHandler: Processed in 0.001729119 sec. | ||
| 10186 | 2025.02.25 03:56:28.776128 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10187 | 2025.02.25 03:56:28.776256 [ 254 ] {6fd606b6-f2d9-4801-9f8a-9fa78b185971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10188 | 2025.02.25 03:56:28.776310 [ 254 ] {6fd606b6-f2d9-4801-9f8a-9fa78b185971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10189 | 2025.02.25 03:56:28.776977 [ 254 ] {6fd606b6-f2d9-4801-9f8a-9fa78b185971} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10190 | 2025.02.25 03:56:28.777016 [ 254 ] {6fd606b6-f2d9-4801-9f8a-9fa78b185971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10191 | 2025.02.25 03:56:28.777371 [ 254 ] {6fd606b6-f2d9-4801-9f8a-9fa78b185971} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 10192 | 2025.02.25 03:56:28.777612 [ 254 ] {6fd606b6-f2d9-4801-9f8a-9fa78b185971} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10193 | 2025.02.25 03:56:28.777807 [ 254 ] {6fd606b6-f2d9-4801-9f8a-9fa78b185971} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001575 sec., 66666.66666666667 rows/sec., 5.21 MiB/sec. | ||
| 10194 | 2025.02.25 03:56:28.777866 [ 254 ] {6fd606b6-f2d9-4801-9f8a-9fa78b185971} <Debug> TCPHandler: Processed in 0.00180118 sec. | ||
| 10195 | 2025.02.25 03:56:28.778006 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10196 | 2025.02.25 03:56:28.778324 [ 4 ] {13165ccf-47b2-4120-89bf-3f912bd1d0eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10197 | 2025.02.25 03:56:28.778494 [ 4 ] {13165ccf-47b2-4120-89bf-3f912bd1d0eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10198 | 2025.02.25 03:56:28.779502 [ 4 ] {13165ccf-47b2-4120-89bf-3f912bd1d0eb} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10199 | 2025.02.25 03:56:28.779540 [ 4 ] {13165ccf-47b2-4120-89bf-3f912bd1d0eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10200 | 2025.02.25 03:56:28.779938 [ 4 ] {13165ccf-47b2-4120-89bf-3f912bd1d0eb} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 10201 | 2025.02.25 03:56:28.780183 [ 4 ] {13165ccf-47b2-4120-89bf-3f912bd1d0eb} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10202 | 2025.02.25 03:56:28.780369 [ 4 ] {13165ccf-47b2-4120-89bf-3f912bd1d0eb} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002159 sec., 74571.5609078277 rows/sec., 5.19 MiB/sec. | ||
| 10203 | 2025.02.25 03:56:28.780420 [ 4 ] {13165ccf-47b2-4120-89bf-3f912bd1d0eb} <Debug> TCPHandler: Processed in 0.002473145 sec. | ||
| 10204 | 2025.02.25 03:56:28.780561 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10205 | 2025.02.25 03:56:28.780690 [ 254 ] {36528c7d-26aa-4139-90bd-eb7f82c8d057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10206 | 2025.02.25 03:56:28.780771 [ 254 ] {36528c7d-26aa-4139-90bd-eb7f82c8d057} <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 | ||
| 10207 | 2025.02.25 03:56:28.781942 [ 254 ] {36528c7d-26aa-4139-90bd-eb7f82c8d057} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10208 | 2025.02.25 03:56:28.781980 [ 254 ] {36528c7d-26aa-4139-90bd-eb7f82c8d057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10209 | 2025.02.25 03:56:28.782637 [ 254 ] {36528c7d-26aa-4139-90bd-eb7f82c8d057} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 10210 | 2025.02.25 03:56:28.782908 [ 254 ] {36528c7d-26aa-4139-90bd-eb7f82c8d057} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10211 | 2025.02.25 03:56:28.783150 [ 254 ] {36528c7d-26aa-4139-90bd-eb7f82c8d057} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00248 sec., 15725.806451612903 rows/sec., 28.18 MiB/sec. | ||
| 10212 | 2025.02.25 03:56:28.783550 [ 254 ] {36528c7d-26aa-4139-90bd-eb7f82c8d057} <Debug> TCPHandler: Processed in 0.003048008 sec. | ||
| 10213 | 2025.02.25 03:56:28.783775 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10214 | 2025.02.25 03:56:28.783889 [ 4 ] {1b3b45b2-4212-413a-be5d-96e9edb22633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10215 | 2025.02.25 03:56:28.783941 [ 4 ] {1b3b45b2-4212-413a-be5d-96e9edb22633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10216 | 2025.02.25 03:56:28.784415 [ 4 ] {1b3b45b2-4212-413a-be5d-96e9edb22633} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10217 | 2025.02.25 03:56:28.784453 [ 4 ] {1b3b45b2-4212-413a-be5d-96e9edb22633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10218 | 2025.02.25 03:56:28.784808 [ 4 ] {1b3b45b2-4212-413a-be5d-96e9edb22633} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 10219 | 2025.02.25 03:56:28.785040 [ 4 ] {1b3b45b2-4212-413a-be5d-96e9edb22633} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10220 | 2025.02.25 03:56:28.785221 [ 4 ] {1b3b45b2-4212-413a-be5d-96e9edb22633} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
| 10221 | 2025.02.25 03:56:28.785270 [ 4 ] {1b3b45b2-4212-413a-be5d-96e9edb22633} <Debug> TCPHandler: Processed in 0.001594455 sec. | ||
| 10222 | 2025.02.25 03:56:30.503435 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 | ||
| 10223 | 2025.02.25 03:56:30.504105 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10224 | 2025.02.25 03:56:30.504151 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10225 | 2025.02.25 03:56:30.504744 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10226 | 2025.02.25 03:56:30.505027 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10227 | 2025.02.25 03:56:30.505255 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 | ||
| 10228 | 2025.02.25 03:56:32.545891 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 10229 | 2025.02.25 03:56:32.565866 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10230 | 2025.02.25 03:56:32.565926 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10231 | 2025.02.25 03:56:32.573326 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10232 | 2025.02.25 03:56:32.574092 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10233 | 2025.02.25 03:56:32.576793 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 10234 | 2025.02.25 03:56:33.767211 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10235 | 2025.02.25 03:56:33.767417 [ 4 ] {fd68c82b-4215-4de4-8549-8dde48422d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10236 | 2025.02.25 03:56:33.767514 [ 4 ] {fd68c82b-4215-4de4-8549-8dde48422d30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10237 | 2025.02.25 03:56:33.768267 [ 4 ] {fd68c82b-4215-4de4-8549-8dde48422d30} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10238 | 2025.02.25 03:56:33.768317 [ 4 ] {fd68c82b-4215-4de4-8549-8dde48422d30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10239 | 2025.02.25 03:56:33.768760 [ 4 ] {fd68c82b-4215-4de4-8549-8dde48422d30} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 10240 | 2025.02.25 03:56:33.769014 [ 4 ] {fd68c82b-4215-4de4-8549-8dde48422d30} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10241 | 2025.02.25 03:56:33.769187 [ 104 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 10242 | 2025.02.25 03:56:33.769206 [ 4 ] {fd68c82b-4215-4de4-8549-8dde48422d30} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001842 sec., 30401.73724212812 rows/sec., 2.32 MiB/sec. | ||
| 10243 | 2025.02.25 03:56:33.769235 [ 104 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10244 | 2025.02.25 03:56:33.769283 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10245 | 2025.02.25 03:56:33.769291 [ 4 ] {fd68c82b-4215-4de4-8549-8dde48422d30} <Debug> TCPHandler: Processed in 0.002252351 sec. | ||
| 10246 | 2025.02.25 03:56:33.769505 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 10247 | 2025.02.25 03:56:33.769529 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10248 | 2025.02.25 03:56:33.769646 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10249 | 2025.02.25 03:56:33.769753 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1966 rows starting from the beginning of the part | ||
| 10250 | 2025.02.25 03:56:33.769837 [ 254 ] {21891892-bd69-4669-96e1-7f4aaf6680e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10251 | 2025.02.25 03:56:33.770102 [ 254 ] {21891892-bd69-4669-96e1-7f4aaf6680e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10252 | 2025.02.25 03:56:33.770348 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part | ||
| 10253 | 2025.02.25 03:56:33.771121 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 134 rows starting from the beginning of the part | ||
| 10254 | 2025.02.25 03:56:33.771835 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 56 rows starting from the beginning of the part | ||
| 10255 | 2025.02.25 03:56:33.772441 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 135 rows starting from the beginning of the part | ||
| 10256 | 2025.02.25 03:56:33.773049 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part | ||
| 10257 | 2025.02.25 03:56:33.776243 [ 254 ] {21891892-bd69-4669-96e1-7f4aaf6680e2} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10258 | 2025.02.25 03:56:33.776343 [ 254 ] {21891892-bd69-4669-96e1-7f4aaf6680e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10259 | 2025.02.25 03:56:33.777325 [ 254 ] {21891892-bd69-4669-96e1-7f4aaf6680e2} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 10260 | 2025.02.25 03:56:33.777639 [ 254 ] {21891892-bd69-4669-96e1-7f4aaf6680e2} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10261 | 2025.02.25 03:56:33.777802 [ 189 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.008443489 sec., 284597.9902383955 rows/sec., 24.45 MiB/sec. | ||
| 10262 | 2025.02.25 03:56:33.777886 [ 104 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 10263 | 2025.02.25 03:56:33.777977 [ 104 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10264 | 2025.02.25 03:56:33.778005 [ 254 ] {21891892-bd69-4669-96e1-7f4aaf6680e2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.008318 sec., 7694.157249338783 rows/sec., 614.96 KiB/sec. | ||
| 10265 | 2025.02.25 03:56:33.778022 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10266 | 2025.02.25 03:56:33.778155 [ 254 ] {21891892-bd69-4669-96e1-7f4aaf6680e2} <Debug> TCPHandler: Processed in 0.008760616 sec. | ||
| 10267 | 2025.02.25 03:56:33.778211 [ 196 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 10268 | 2025.02.25 03:56:33.778374 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10269 | 2025.02.25 03:56:33.778432 [ 196 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10270 | 2025.02.25 03:56:33.778455 [ 199 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 10271 | 2025.02.25 03:56:33.778479 [ 196 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 951 rows starting from the beginning of the part | ||
| 10272 | 2025.02.25 03:56:33.778606 [ 4 ] {d68b47de-6f4b-46d9-a4a7-e2b067a03f87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10273 | 2025.02.25 03:56:33.778900 [ 4 ] {d68b47de-6f4b-46d9-a4a7-e2b067a03f87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10274 | 2025.02.25 03:56:33.779012 [ 196 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part | ||
| 10275 | 2025.02.25 03:56:33.779450 [ 196 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 103 rows starting from the beginning of the part | ||
| 10276 | 2025.02.25 03:56:33.779999 [ 196 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 64 rows starting from the beginning of the part | ||
| 10277 | 2025.02.25 03:56:33.780397 [ 196 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 105 rows starting from the beginning of the part | ||
| 10278 | 2025.02.25 03:56:33.780897 [ 196 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part | ||
| 10279 | 2025.02.25 03:56:33.780984 [ 199 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_106_21} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10280 | 2025.02.25 03:56:33.781637 [ 199 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_106_21} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 10281 | 2025.02.25 03:56:33.781942 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 10282 | 2025.02.25 03:56:33.782234 [ 4 ] {d68b47de-6f4b-46d9-a4a7-e2b067a03f87} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10283 | 2025.02.25 03:56:33.782278 [ 4 ] {d68b47de-6f4b-46d9-a4a7-e2b067a03f87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10284 | 2025.02.25 03:56:33.782886 [ 4 ] {d68b47de-6f4b-46d9-a4a7-e2b067a03f87} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 10285 | 2025.02.25 03:56:33.783220 [ 4 ] {d68b47de-6f4b-46d9-a4a7-e2b067a03f87} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10286 | 2025.02.25 03:56:33.783228 [ 196 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1351 rows, containing 5 columns (5 merged, 0 gathered) in 0.005102235 sec., 264785.92224779923 rows/sec., 20.79 MiB/sec. | ||
| 10287 | 2025.02.25 03:56:33.783438 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 10288 | 2025.02.25 03:56:33.783506 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10289 | 2025.02.25 03:56:33.783561 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10290 | 2025.02.25 03:56:33.783561 [ 4 ] {d68b47de-6f4b-46d9-a4a7-e2b067a03f87} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00504 sec., 31746.031746031746 rows/sec., 2.21 MiB/sec. | ||
| 10291 | 2025.02.25 03:56:33.783594 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 10292 | 2025.02.25 03:56:33.783952 [ 4 ] {d68b47de-6f4b-46d9-a4a7-e2b067a03f87} <Debug> TCPHandler: Processed in 0.005687888 sec. | ||
| 10293 | 2025.02.25 03:56:33.784390 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10294 | 2025.02.25 03:56:33.784756 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_106_21} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10295 | 2025.02.25 03:56:33.784771 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 10296 | 2025.02.25 03:56:33.785095 [ 254 ] {79cda01b-a0f2-4b44-b00c-b828781c9f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10297 | 2025.02.25 03:56:33.785215 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_106_21} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 10298 | 2025.02.25 03:56:33.785403 [ 254 ] {79cda01b-a0f2-4b44-b00c-b828781c9f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10299 | 2025.02.25 03:56:33.785615 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 10300 | 2025.02.25 03:56:33.786543 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10301 | 2025.02.25 03:56:33.786680 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 28359 rows starting from the beginning of the part | ||
| 10302 | 2025.02.25 03:56:33.786994 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 66 rows starting from the beginning of the part | ||
| 10303 | 2025.02.25 03:56:33.787405 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part | ||
| 10304 | 2025.02.25 03:56:33.787694 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part | ||
| 10305 | 2025.02.25 03:56:33.788096 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 161 rows starting from the beginning of the part | ||
| 10306 | 2025.02.25 03:56:33.788147 [ 254 ] {79cda01b-a0f2-4b44-b00c-b828781c9f65} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10307 | 2025.02.25 03:56:33.788252 [ 254 ] {79cda01b-a0f2-4b44-b00c-b828781c9f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10308 | 2025.02.25 03:56:33.788335 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part | ||
| 10309 | 2025.02.25 03:56:33.789411 [ 254 ] {79cda01b-a0f2-4b44-b00c-b828781c9f65} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 10310 | 2025.02.25 03:56:33.789927 [ 254 ] {79cda01b-a0f2-4b44-b00c-b828781c9f65} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10311 | 2025.02.25 03:56:33.790122 [ 104 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 10312 | 2025.02.25 03:56:33.790162 [ 104 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10313 | 2025.02.25 03:56:33.790186 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10314 | 2025.02.25 03:56:33.790195 [ 254 ] {79cda01b-a0f2-4b44-b00c-b828781c9f65} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005399 sec., 11113.169105389887 rows/sec., 766.92 KiB/sec. | ||
| 10315 | 2025.02.25 03:56:33.790543 [ 254 ] {79cda01b-a0f2-4b44-b00c-b828781c9f65} <Debug> TCPHandler: Processed in 0.006402433 sec. | ||
| 10316 | 2025.02.25 03:56:33.790557 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 10317 | 2025.02.25 03:56:33.790737 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10318 | 2025.02.25 03:56:33.790769 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5206 rows starting from the beginning of the part | ||
| 10319 | 2025.02.25 03:56:33.791012 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 26 rows starting from the beginning of the part | ||
| 10320 | 2025.02.25 03:56:33.791358 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 10321 | 2025.02.25 03:56:33.791710 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 10322 | 2025.02.25 03:56:33.792031 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 10323 | 2025.02.25 03:56:33.792423 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 10324 | 2025.02.25 03:56:33.795814 [ 202 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5472 rows, containing 4 columns (4 merged, 0 gathered) in 0.005522844 sec., 990793.873591215 rows/sec., 66.58 MiB/sec. | ||
| 10325 | 2025.02.25 03:56:33.796430 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 10326 | 2025.02.25 03:56:33.796989 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_106_21} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10327 | 2025.02.25 03:56:33.797098 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_106_21} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 10328 | 2025.02.25 03:56:33.797216 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 10329 | 2025.02.25 03:56:33.798595 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29066 rows, containing 5 columns (5 merged, 0 gathered) in 0.014802991 sec., 1963522.1017157952 rows/sec., 134.47 MiB/sec. | ||
| 10330 | 2025.02.25 03:56:33.798974 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 10331 | 2025.02.25 03:56:33.799273 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10332 | 2025.02.25 03:56:33.799356 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 10333 | 2025.02.25 03:56:33.799438 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 10334 | 2025.02.25 03:56:34.000150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.01 MiB, peak 255.47 MiB, free memory in arenas 0.00 B, will set to 243.96 MiB (RSS), difference: 1.95 MiB | ||
| 10335 | 2025.02.25 03:56:37.784774 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10336 | 2025.02.25 03:56:37.784828 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10337 | 2025.02.25 03:56:38.001559 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001150715 sec. | ||
| 10338 | 2025.02.25 03:56:38.006356 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29402 | ||
| 10339 | 2025.02.25 03:56:38.007055 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10340 | 2025.02.25 03:56:38.007113 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10341 | 2025.02.25 03:56:38.007673 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10342 | 2025.02.25 03:56:38.007958 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10343 | 2025.02.25 03:56:38.008243 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29402 | ||
| 10344 | 2025.02.25 03:56:38.142123 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1406 | ||
| 10345 | 2025.02.25 03:56:38.145299 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10346 | 2025.02.25 03:56:38.145361 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10347 | 2025.02.25 03:56:38.146855 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10348 | 2025.02.25 03:56:38.147163 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10349 | 2025.02.25 03:56:38.148119 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1406 | ||
| 10350 | 2025.02.25 03:56:38.774587 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10351 | 2025.02.25 03:56:38.774800 [ 4 ] {ef4dea73-7eac-426a-b24b-7b6cb1bebcfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10352 | 2025.02.25 03:56:38.774882 [ 4 ] {ef4dea73-7eac-426a-b24b-7b6cb1bebcfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10353 | 2025.02.25 03:56:38.775772 [ 4 ] {ef4dea73-7eac-426a-b24b-7b6cb1bebcfe} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10354 | 2025.02.25 03:56:38.775825 [ 4 ] {ef4dea73-7eac-426a-b24b-7b6cb1bebcfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10355 | 2025.02.25 03:56:38.776261 [ 4 ] {ef4dea73-7eac-426a-b24b-7b6cb1bebcfe} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10356 | 2025.02.25 03:56:38.776510 [ 4 ] {ef4dea73-7eac-426a-b24b-7b6cb1bebcfe} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10357 | 2025.02.25 03:56:38.776773 [ 4 ] {ef4dea73-7eac-426a-b24b-7b6cb1bebcfe} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002025 sec., 104691.35802469136 rows/sec., 6.66 MiB/sec. | ||
| 10358 | 2025.02.25 03:56:38.776989 [ 4 ] {ef4dea73-7eac-426a-b24b-7b6cb1bebcfe} <Debug> TCPHandler: Processed in 0.002534776 sec. | ||
| 10359 | 2025.02.25 03:56:38.777244 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10360 | 2025.02.25 03:56:38.777394 [ 254 ] {dc52473f-8ff8-44f2-b44d-3626d49b0219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10361 | 2025.02.25 03:56:38.777452 [ 254 ] {dc52473f-8ff8-44f2-b44d-3626d49b0219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10362 | 2025.02.25 03:56:38.778497 [ 254 ] {dc52473f-8ff8-44f2-b44d-3626d49b0219} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10363 | 2025.02.25 03:56:38.778539 [ 254 ] {dc52473f-8ff8-44f2-b44d-3626d49b0219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10364 | 2025.02.25 03:56:38.778967 [ 254 ] {dc52473f-8ff8-44f2-b44d-3626d49b0219} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 10365 | 2025.02.25 03:56:38.779214 [ 254 ] {dc52473f-8ff8-44f2-b44d-3626d49b0219} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10366 | 2025.02.25 03:56:38.779435 [ 254 ] {dc52473f-8ff8-44f2-b44d-3626d49b0219} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.002077 sec., 334617.2363986519 rows/sec., 26.70 MiB/sec. | ||
| 10367 | 2025.02.25 03:56:38.779492 [ 254 ] {dc52473f-8ff8-44f2-b44d-3626d49b0219} <Debug> TCPHandler: Processed in 0.002321731 sec. | ||
| 10368 | 2025.02.25 03:56:38.779643 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10369 | 2025.02.25 03:56:38.779761 [ 4 ] {8e0b1e9d-2a27-4ef2-a4eb-af346ab766a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10370 | 2025.02.25 03:56:38.779809 [ 4 ] {8e0b1e9d-2a27-4ef2-a4eb-af346ab766a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10371 | 2025.02.25 03:56:38.780400 [ 4 ] {8e0b1e9d-2a27-4ef2-a4eb-af346ab766a3} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10372 | 2025.02.25 03:56:38.780440 [ 4 ] {8e0b1e9d-2a27-4ef2-a4eb-af346ab766a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10373 | 2025.02.25 03:56:38.780810 [ 4 ] {8e0b1e9d-2a27-4ef2-a4eb-af346ab766a3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10374 | 2025.02.25 03:56:38.781057 [ 4 ] {8e0b1e9d-2a27-4ef2-a4eb-af346ab766a3} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10375 | 2025.02.25 03:56:38.781269 [ 4 ] {8e0b1e9d-2a27-4ef2-a4eb-af346ab766a3} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001531 sec., 94709.34030045722 rows/sec., 5.94 MiB/sec. | ||
| 10376 | 2025.02.25 03:56:38.781321 [ 4 ] {8e0b1e9d-2a27-4ef2-a4eb-af346ab766a3} <Debug> TCPHandler: Processed in 0.001732188 sec. | ||
| 10377 | 2025.02.25 03:56:38.781465 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10378 | 2025.02.25 03:56:38.781575 [ 254 ] {69ef340e-b309-4339-a1e8-8725c06b2115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10379 | 2025.02.25 03:56:38.781621 [ 254 ] {69ef340e-b309-4339-a1e8-8725c06b2115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10380 | 2025.02.25 03:56:38.782191 [ 254 ] {69ef340e-b309-4339-a1e8-8725c06b2115} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10381 | 2025.02.25 03:56:38.782231 [ 254 ] {69ef340e-b309-4339-a1e8-8725c06b2115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10382 | 2025.02.25 03:56:38.782591 [ 254 ] {69ef340e-b309-4339-a1e8-8725c06b2115} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 10383 | 2025.02.25 03:56:38.782833 [ 254 ] {69ef340e-b309-4339-a1e8-8725c06b2115} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10384 | 2025.02.25 03:56:38.783034 [ 254 ] {69ef340e-b309-4339-a1e8-8725c06b2115} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001469 sec., 76923.07692307692 rows/sec., 4.98 MiB/sec. | ||
| 10385 | 2025.02.25 03:56:38.783153 [ 254 ] {69ef340e-b309-4339-a1e8-8725c06b2115} <Debug> TCPHandler: Processed in 0.001736249 sec. | ||
| 10386 | 2025.02.25 03:56:38.783351 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10387 | 2025.02.25 03:56:38.783463 [ 4 ] {4da587ac-f64a-404c-808c-aa9120ec1248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10388 | 2025.02.25 03:56:38.783509 [ 4 ] {4da587ac-f64a-404c-808c-aa9120ec1248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10389 | 2025.02.25 03:56:38.784090 [ 4 ] {4da587ac-f64a-404c-808c-aa9120ec1248} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10390 | 2025.02.25 03:56:38.784128 [ 4 ] {4da587ac-f64a-404c-808c-aa9120ec1248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10391 | 2025.02.25 03:56:38.784473 [ 4 ] {4da587ac-f64a-404c-808c-aa9120ec1248} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10392 | 2025.02.25 03:56:38.784709 [ 4 ] {4da587ac-f64a-404c-808c-aa9120ec1248} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10393 | 2025.02.25 03:56:38.784939 [ 4 ] {4da587ac-f64a-404c-808c-aa9120ec1248} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001491 sec., 75117.37089201878 rows/sec., 4.28 MiB/sec. | ||
| 10394 | 2025.02.25 03:56:38.785124 [ 4 ] {4da587ac-f64a-404c-808c-aa9120ec1248} <Debug> TCPHandler: Processed in 0.001856301 sec. | ||
| 10395 | 2025.02.25 03:56:38.785265 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10396 | 2025.02.25 03:56:38.785395 [ 254 ] {e579c0e6-95a1-4414-b63a-23c75ceb97c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10397 | 2025.02.25 03:56:38.785447 [ 254 ] {e579c0e6-95a1-4414-b63a-23c75ceb97c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10398 | 2025.02.25 03:56:38.786274 [ 254 ] {e579c0e6-95a1-4414-b63a-23c75ceb97c5} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10399 | 2025.02.25 03:56:38.786311 [ 254 ] {e579c0e6-95a1-4414-b63a-23c75ceb97c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10400 | 2025.02.25 03:56:38.786695 [ 254 ] {e579c0e6-95a1-4414-b63a-23c75ceb97c5} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 10401 | 2025.02.25 03:56:38.786934 [ 254 ] {e579c0e6-95a1-4414-b63a-23c75ceb97c5} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10402 | 2025.02.25 03:56:38.787106 [ 254 ] {e579c0e6-95a1-4414-b63a-23c75ceb97c5} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001741 sec., 241815.04882251582 rows/sec., 17.22 MiB/sec. | ||
| 10403 | 2025.02.25 03:56:38.787158 [ 254 ] {e579c0e6-95a1-4414-b63a-23c75ceb97c5} <Debug> TCPHandler: Processed in 0.001946274 sec. | ||
| 10404 | 2025.02.25 03:56:38.787302 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10405 | 2025.02.25 03:56:38.787430 [ 4 ] {f6023d5f-76c0-42c8-a396-9f95c4e12831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10406 | 2025.02.25 03:56:38.787485 [ 4 ] {f6023d5f-76c0-42c8-a396-9f95c4e12831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10407 | 2025.02.25 03:56:38.788008 [ 4 ] {f6023d5f-76c0-42c8-a396-9f95c4e12831} <Trace> oximeter.measurements_bool (862ccf2f-f011-4614-b070-7f8c6a16912a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10408 | 2025.02.25 03:56:38.788051 [ 4 ] {f6023d5f-76c0-42c8-a396-9f95c4e12831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10409 | 2025.02.25 03:56:38.788427 [ 4 ] {f6023d5f-76c0-42c8-a396-9f95c4e12831} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 10410 | 2025.02.25 03:56:38.788656 [ 4 ] {f6023d5f-76c0-42c8-a396-9f95c4e12831} <Trace> oximeter.measurements_bool (862ccf2f-f011-4614-b070-7f8c6a16912a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10411 | 2025.02.25 03:56:38.788883 [ 4 ] {f6023d5f-76c0-42c8-a396-9f95c4e12831} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001475 sec., 4067.7966101694915 rows/sec., 212.53 KiB/sec. | ||
| 10412 | 2025.02.25 03:56:38.789060 [ 4 ] {f6023d5f-76c0-42c8-a396-9f95c4e12831} <Debug> TCPHandler: Processed in 0.0018124 sec. | ||
| 10413 | 2025.02.25 03:56:38.789204 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10414 | 2025.02.25 03:56:38.789323 [ 254 ] {adfcd276-2f4d-43cc-ac5b-ad418f354983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10415 | 2025.02.25 03:56:38.789380 [ 254 ] {adfcd276-2f4d-43cc-ac5b-ad418f354983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10416 | 2025.02.25 03:56:38.790026 [ 254 ] {adfcd276-2f4d-43cc-ac5b-ad418f354983} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10417 | 2025.02.25 03:56:38.790071 [ 254 ] {adfcd276-2f4d-43cc-ac5b-ad418f354983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10418 | 2025.02.25 03:56:38.790486 [ 254 ] {adfcd276-2f4d-43cc-ac5b-ad418f354983} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 10419 | 2025.02.25 03:56:38.790726 [ 254 ] {adfcd276-2f4d-43cc-ac5b-ad418f354983} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10420 | 2025.02.25 03:56:38.790903 [ 254 ] {adfcd276-2f4d-43cc-ac5b-ad418f354983} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00161 sec., 147204.96894409938 rows/sec., 9.87 MiB/sec. | ||
| 10421 | 2025.02.25 03:56:38.790954 [ 254 ] {adfcd276-2f4d-43cc-ac5b-ad418f354983} <Debug> TCPHandler: Processed in 0.001803411 sec. | ||
| 10422 | 2025.02.25 03:56:38.791091 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10423 | 2025.02.25 03:56:38.791198 [ 4 ] {f97b7055-a4a8-4c84-853c-5c93946e8a63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10424 | 2025.02.25 03:56:38.791244 [ 4 ] {f97b7055-a4a8-4c84-853c-5c93946e8a63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10425 | 2025.02.25 03:56:38.791733 [ 4 ] {f97b7055-a4a8-4c84-853c-5c93946e8a63} <Trace> oximeter.measurements_f64 (9aae37f1-d719-43a0-8da9-accfcd606c35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10426 | 2025.02.25 03:56:38.791775 [ 4 ] {f97b7055-a4a8-4c84-853c-5c93946e8a63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10427 | 2025.02.25 03:56:38.792178 [ 4 ] {f97b7055-a4a8-4c84-853c-5c93946e8a63} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 10428 | 2025.02.25 03:56:38.792433 [ 4 ] {f97b7055-a4a8-4c84-853c-5c93946e8a63} <Trace> oximeter.measurements_f64 (9aae37f1-d719-43a0-8da9-accfcd606c35): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10429 | 2025.02.25 03:56:38.792654 [ 4 ] {f97b7055-a4a8-4c84-853c-5c93946e8a63} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001463 sec., 683.5269993164729 rows/sec., 46.06 KiB/sec. | ||
| 10430 | 2025.02.25 03:56:38.792796 [ 4 ] {f97b7055-a4a8-4c84-853c-5c93946e8a63} <Debug> TCPHandler: Processed in 0.001753889 sec. | ||
| 10431 | 2025.02.25 03:56:38.792924 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10432 | 2025.02.25 03:56:38.793032 [ 254 ] {cb2a612b-e7d2-4c73-81b8-6e2aa3ecda8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10433 | 2025.02.25 03:56:38.793102 [ 254 ] {cb2a612b-e7d2-4c73-81b8-6e2aa3ecda8f} <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 | ||
| 10434 | 2025.02.25 03:56:38.794236 [ 254 ] {cb2a612b-e7d2-4c73-81b8-6e2aa3ecda8f} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10435 | 2025.02.25 03:56:38.794274 [ 254 ] {cb2a612b-e7d2-4c73-81b8-6e2aa3ecda8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10436 | 2025.02.25 03:56:38.794930 [ 254 ] {cb2a612b-e7d2-4c73-81b8-6e2aa3ecda8f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 10437 | 2025.02.25 03:56:38.795188 [ 254 ] {cb2a612b-e7d2-4c73-81b8-6e2aa3ecda8f} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10438 | 2025.02.25 03:56:38.795329 [ 100 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 10439 | 2025.02.25 03:56:38.795379 [ 100 ] {} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10440 | 2025.02.25 03:56:38.795400 [ 254 ] {cb2a612b-e7d2-4c73-81b8-6e2aa3ecda8f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002387 sec., 16338.500209467953 rows/sec., 29.28 MiB/sec. | ||
| 10441 | 2025.02.25 03:56:38.795405 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10442 | 2025.02.25 03:56:38.795772 [ 254 ] {cb2a612b-e7d2-4c73-81b8-6e2aa3ecda8f} <Debug> TCPHandler: Processed in 0.002899054 sec. | ||
| 10443 | 2025.02.25 03:56:38.795801 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::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 | ||
| 10444 | 2025.02.25 03:56:38.795954 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10445 | 2025.02.25 03:56:38.796218 [ 4 ] {510a8d3b-1be0-46bd-994f-af73165d3418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10446 | 2025.02.25 03:56:38.796342 [ 4 ] {510a8d3b-1be0-46bd-994f-af73165d3418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10447 | 2025.02.25 03:56:38.796668 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10448 | 2025.02.25 03:56:38.796939 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1491 rows starting from the beginning of the part | ||
| 10449 | 2025.02.25 03:56:38.797621 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 39 rows starting from the beginning of the part | ||
| 10450 | 2025.02.25 03:56:38.798379 [ 4 ] {510a8d3b-1be0-46bd-994f-af73165d3418} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10451 | 2025.02.25 03:56:38.798417 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 39 rows starting from the beginning of the part | ||
| 10452 | 2025.02.25 03:56:38.798444 [ 4 ] {510a8d3b-1be0-46bd-994f-af73165d3418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10453 | 2025.02.25 03:56:38.799069 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 39 rows starting from the beginning of the part | ||
| 10454 | 2025.02.25 03:56:38.799719 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 39 rows starting from the beginning of the part | ||
| 10455 | 2025.02.25 03:56:38.799790 [ 4 ] {510a8d3b-1be0-46bd-994f-af73165d3418} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 10456 | 2025.02.25 03:56:38.800247 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 39 rows starting from the beginning of the part | ||
| 10457 | 2025.02.25 03:56:38.800556 [ 4 ] {510a8d3b-1be0-46bd-994f-af73165d3418} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10458 | 2025.02.25 03:56:38.801201 [ 4 ] {510a8d3b-1be0-46bd-994f-af73165d3418} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005072 sec., 16167.192429022081 rows/sec., 1.03 MiB/sec. | ||
| 10459 | 2025.02.25 03:56:38.801397 [ 4 ] {510a8d3b-1be0-46bd-994f-af73165d3418} <Debug> TCPHandler: Processed in 0.005524203 sec. | ||
| 10460 | 2025.02.25 03:56:38.809255 [ 202 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1686 rows, containing 19 columns (19 merged, 0 gathered) in 0.013710277 sec., 122973.44539428342 rows/sec., 220.36 MiB/sec. | ||
| 10461 | 2025.02.25 03:56:38.810854 [ 200 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 10462 | 2025.02.25 03:56:38.811289 [ 200 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10463 | 2025.02.25 03:56:38.811368 [ 200 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 10464 | 2025.02.25 03:56:38.811513 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.68 MiB. | ||
| 10465 | 2025.02.25 03:56:39.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 244.80 MiB, peak 256.44 MiB, free memory in arenas 0.00 B, will set to 247.14 MiB (RSS), difference: 2.33 MiB | ||
| 10466 | 2025.02.25 03:56:40.013079 [ 99 ] {} <Debug> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 10467 | 2025.02.25 03:56:40.013177 [ 99 ] {} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10468 | 2025.02.25 03:56:40.013220 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10469 | 2025.02.25 03:56:40.013470 [ 202 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 10470 | 2025.02.25 03:56:40.013761 [ 202 ] {499813d5-c841-4141-9420-e02818928f28::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10471 | 2025.02.25 03:56:40.013825 [ 202 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 10472 | 2025.02.25 03:56:40.013969 [ 202 ] {499813d5-c841-4141-9420-e02818928f28::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
| 10473 | 2025.02.25 03:56:40.014340 [ 202 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 10474 | 2025.02.25 03:56:40.014606 [ 202 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 10475 | 2025.02.25 03:56:40.014792 [ 202 ] {499813d5-c841-4141-9420-e02818928f28::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
| 10476 | 2025.02.25 03:56:40.016456 [ 192 ] {499813d5-c841-4141-9420-e02818928f28::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.00312967 sec., 12780.900222707185 rows/sec., 1.07 MiB/sec. | ||
| 10477 | 2025.02.25 03:56:40.016604 [ 202 ] {499813d5-c841-4141-9420-e02818928f28::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 10478 | 2025.02.25 03:56:40.016888 [ 202 ] {499813d5-c841-4141-9420-e02818928f28::all_1_21_5} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10479 | 2025.02.25 03:56:40.016969 [ 202 ] {499813d5-c841-4141-9420-e02818928f28::all_1_21_5} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 10480 | 2025.02.25 03:56:40.017051 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10481 | 2025.02.25 03:56:40.077828 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 10482 | 2025.02.25 03:56:40.099661 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10483 | 2025.02.25 03:56:40.099713 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10484 | 2025.02.25 03:56:40.107116 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10485 | 2025.02.25 03:56:40.107900 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10486 | 2025.02.25 03:56:40.110723 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 10487 | 2025.02.25 03:56:42.681692 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10488 | 2025.02.25 03:56:42.681904 [ 4 ] {0ff4f0eb-3bb7-4e58-aebf-c694456aa073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10489 | 2025.02.25 03:56:42.681986 [ 4 ] {0ff4f0eb-3bb7-4e58-aebf-c694456aa073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10490 | 2025.02.25 03:56:42.683446 [ 4 ] {0ff4f0eb-3bb7-4e58-aebf-c694456aa073} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10491 | 2025.02.25 03:56:42.683499 [ 4 ] {0ff4f0eb-3bb7-4e58-aebf-c694456aa073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10492 | 2025.02.25 03:56:42.684001 [ 4 ] {0ff4f0eb-3bb7-4e58-aebf-c694456aa073} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 10493 | 2025.02.25 03:56:42.684254 [ 4 ] {0ff4f0eb-3bb7-4e58-aebf-c694456aa073} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10494 | 2025.02.25 03:56:42.684487 [ 4 ] {0ff4f0eb-3bb7-4e58-aebf-c694456aa073} <Debug> executeQuery: Read 1196 rows, 100.50 KiB in 0.002639 sec., 453201.9704433498 rows/sec., 37.19 MiB/sec. | ||
| 10495 | 2025.02.25 03:56:42.684555 [ 4 ] {0ff4f0eb-3bb7-4e58-aebf-c694456aa073} <Debug> TCPHandler: Processed in 0.002999977 sec. | ||
| 10496 | 2025.02.25 03:56:42.684740 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10497 | 2025.02.25 03:56:42.684881 [ 254 ] {fea4b484-8215-4e6d-811e-ccbd6a99bfe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10498 | 2025.02.25 03:56:42.684940 [ 254 ] {fea4b484-8215-4e6d-811e-ccbd6a99bfe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10499 | 2025.02.25 03:56:42.685651 [ 254 ] {fea4b484-8215-4e6d-811e-ccbd6a99bfe6} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10500 | 2025.02.25 03:56:42.685695 [ 254 ] {fea4b484-8215-4e6d-811e-ccbd6a99bfe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10501 | 2025.02.25 03:56:42.686068 [ 254 ] {fea4b484-8215-4e6d-811e-ccbd6a99bfe6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 10502 | 2025.02.25 03:56:42.686319 [ 254 ] {fea4b484-8215-4e6d-811e-ccbd6a99bfe6} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10503 | 2025.02.25 03:56:42.686584 [ 254 ] {fea4b484-8215-4e6d-811e-ccbd6a99bfe6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001733 sec., 131563.76226197346 rows/sec., 8.91 MiB/sec. | ||
| 10504 | 2025.02.25 03:56:42.686826 [ 254 ] {fea4b484-8215-4e6d-811e-ccbd6a99bfe6} <Debug> TCPHandler: Processed in 0.002151568 sec. | ||
| 10505 | 2025.02.25 03:56:42.687025 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10506 | 2025.02.25 03:56:42.687158 [ 4 ] {cc7a935b-2df5-4ac7-bb3a-fac07bfdc027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10507 | 2025.02.25 03:56:42.687216 [ 4 ] {cc7a935b-2df5-4ac7-bb3a-fac07bfdc027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10508 | 2025.02.25 03:56:42.688022 [ 4 ] {cc7a935b-2df5-4ac7-bb3a-fac07bfdc027} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10509 | 2025.02.25 03:56:42.688061 [ 4 ] {cc7a935b-2df5-4ac7-bb3a-fac07bfdc027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10510 | 2025.02.25 03:56:42.688436 [ 4 ] {cc7a935b-2df5-4ac7-bb3a-fac07bfdc027} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 10511 | 2025.02.25 03:56:42.688669 [ 4 ] {cc7a935b-2df5-4ac7-bb3a-fac07bfdc027} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10512 | 2025.02.25 03:56:42.688893 [ 4 ] {cc7a935b-2df5-4ac7-bb3a-fac07bfdc027} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001765 sec., 294617.5637393768 rows/sec., 21.80 MiB/sec. | ||
| 10513 | 2025.02.25 03:56:42.688947 [ 4 ] {cc7a935b-2df5-4ac7-bb3a-fac07bfdc027} <Debug> TCPHandler: Processed in 0.002001385 sec. | ||
| 10514 | 2025.02.25 03:56:42.689096 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10515 | 2025.02.25 03:56:42.689228 [ 254 ] {c32cba41-8f85-4c57-ad15-d6eb5c3162d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10516 | 2025.02.25 03:56:42.689288 [ 254 ] {c32cba41-8f85-4c57-ad15-d6eb5c3162d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10517 | 2025.02.25 03:56:42.690041 [ 254 ] {c32cba41-8f85-4c57-ad15-d6eb5c3162d3} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10518 | 2025.02.25 03:56:42.690080 [ 254 ] {c32cba41-8f85-4c57-ad15-d6eb5c3162d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10519 | 2025.02.25 03:56:42.690509 [ 254 ] {c32cba41-8f85-4c57-ad15-d6eb5c3162d3} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 10520 | 2025.02.25 03:56:42.690745 [ 254 ] {c32cba41-8f85-4c57-ad15-d6eb5c3162d3} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10521 | 2025.02.25 03:56:42.690975 [ 254 ] {c32cba41-8f85-4c57-ad15-d6eb5c3162d3} <Debug> executeQuery: Read 962 rows, 66.10 KiB in 0.001772 sec., 542889.3905191874 rows/sec., 36.43 MiB/sec. | ||
| 10522 | 2025.02.25 03:56:42.691075 [ 254 ] {c32cba41-8f85-4c57-ad15-d6eb5c3162d3} <Debug> TCPHandler: Processed in 0.002044006 sec. | ||
| 10523 | 2025.02.25 03:56:42.691280 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10524 | 2025.02.25 03:56:42.691606 [ 4 ] {f381826d-0afc-4066-91de-fa205b9b4331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10525 | 2025.02.25 03:56:42.691723 [ 4 ] {f381826d-0afc-4066-91de-fa205b9b4331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10526 | 2025.02.25 03:56:42.692359 [ 4 ] {f381826d-0afc-4066-91de-fa205b9b4331} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10527 | 2025.02.25 03:56:42.692402 [ 4 ] {f381826d-0afc-4066-91de-fa205b9b4331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
| 10528 | 2025.02.25 03:56:42.692765 [ 4 ] {f381826d-0afc-4066-91de-fa205b9b4331} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 10529 | 2025.02.25 03:56:42.692992 [ 4 ] {f381826d-0afc-4066-91de-fa205b9b4331} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10530 | 2025.02.25 03:56:42.693202 [ 4 ] {f381826d-0afc-4066-91de-fa205b9b4331} <Debug> executeQuery: Read 42 rows, 2.91 KiB in 0.001705 sec., 24633.43108504399 rows/sec., 1.66 MiB/sec. | ||
| 10531 | 2025.02.25 03:56:42.693261 [ 4 ] {f381826d-0afc-4066-91de-fa205b9b4331} <Debug> TCPHandler: Processed in 0.002101207 sec. | ||
| 10532 | 2025.02.25 03:56:43.761753 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10533 | 2025.02.25 03:56:43.761953 [ 4 ] {16771315-ca6a-479f-a772-04c386e813bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10534 | 2025.02.25 03:56:43.762027 [ 4 ] {16771315-ca6a-479f-a772-04c386e813bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10535 | 2025.02.25 03:56:43.762828 [ 4 ] {16771315-ca6a-479f-a772-04c386e813bb} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10536 | 2025.02.25 03:56:43.762876 [ 4 ] {16771315-ca6a-479f-a772-04c386e813bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10537 | 2025.02.25 03:56:43.763300 [ 4 ] {16771315-ca6a-479f-a772-04c386e813bb} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 10538 | 2025.02.25 03:56:43.763553 [ 4 ] {16771315-ca6a-479f-a772-04c386e813bb} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10539 | 2025.02.25 03:56:43.763793 [ 4 ] {16771315-ca6a-479f-a772-04c386e813bb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001892 sec., 29598.308668076108 rows/sec., 2.26 MiB/sec. | ||
| 10540 | 2025.02.25 03:56:43.763861 [ 4 ] {16771315-ca6a-479f-a772-04c386e813bb} <Debug> TCPHandler: Processed in 0.00223392 sec. | ||
| 10541 | 2025.02.25 03:56:43.764037 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10542 | 2025.02.25 03:56:43.764162 [ 254 ] {6f7a02d7-6c25-42f3-a39f-cc8e8185b92e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10543 | 2025.02.25 03:56:43.764212 [ 254 ] {6f7a02d7-6c25-42f3-a39f-cc8e8185b92e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10544 | 2025.02.25 03:56:43.764791 [ 254 ] {6f7a02d7-6c25-42f3-a39f-cc8e8185b92e} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10545 | 2025.02.25 03:56:43.764834 [ 254 ] {6f7a02d7-6c25-42f3-a39f-cc8e8185b92e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10546 | 2025.02.25 03:56:43.765224 [ 254 ] {6f7a02d7-6c25-42f3-a39f-cc8e8185b92e} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 10547 | 2025.02.25 03:56:43.765467 [ 254 ] {6f7a02d7-6c25-42f3-a39f-cc8e8185b92e} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10548 | 2025.02.25 03:56:43.765693 [ 254 ] {6f7a02d7-6c25-42f3-a39f-cc8e8185b92e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001558 sec., 41078.30551989731 rows/sec., 3.21 MiB/sec. | ||
| 10549 | 2025.02.25 03:56:43.765759 [ 254 ] {6f7a02d7-6c25-42f3-a39f-cc8e8185b92e} <Debug> TCPHandler: Processed in 0.00178133 sec. | ||
| 10550 | 2025.02.25 03:56:43.765933 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10551 | 2025.02.25 03:56:43.766072 [ 4 ] {ae53588d-32aa-481a-86aa-61b6e1d8f306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10552 | 2025.02.25 03:56:43.766148 [ 4 ] {ae53588d-32aa-481a-86aa-61b6e1d8f306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10553 | 2025.02.25 03:56:43.766687 [ 4 ] {ae53588d-32aa-481a-86aa-61b6e1d8f306} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10554 | 2025.02.25 03:56:43.766727 [ 4 ] {ae53588d-32aa-481a-86aa-61b6e1d8f306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10555 | 2025.02.25 03:56:43.767122 [ 4 ] {ae53588d-32aa-481a-86aa-61b6e1d8f306} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 10556 | 2025.02.25 03:56:43.767365 [ 4 ] {ae53588d-32aa-481a-86aa-61b6e1d8f306} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10557 | 2025.02.25 03:56:43.767597 [ 4 ] {ae53588d-32aa-481a-86aa-61b6e1d8f306} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.001552 sec., 28350.515463917527 rows/sec., 1.98 MiB/sec. | ||
| 10558 | 2025.02.25 03:56:43.767687 [ 4 ] {ae53588d-32aa-481a-86aa-61b6e1d8f306} <Debug> TCPHandler: Processed in 0.001826511 sec. | ||
| 10559 | 2025.02.25 03:56:43.767888 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10560 | 2025.02.25 03:56:43.768064 [ 254 ] {3d7c0d30-cdb4-43d5-a908-504d3d7d20b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10561 | 2025.02.25 03:56:43.768114 [ 254 ] {3d7c0d30-cdb4-43d5-a908-504d3d7d20b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10562 | 2025.02.25 03:56:43.768580 [ 254 ] {3d7c0d30-cdb4-43d5-a908-504d3d7d20b9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10563 | 2025.02.25 03:56:43.768623 [ 254 ] {3d7c0d30-cdb4-43d5-a908-504d3d7d20b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10564 | 2025.02.25 03:56:43.769026 [ 254 ] {3d7c0d30-cdb4-43d5-a908-504d3d7d20b9} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 10565 | 2025.02.25 03:56:43.769288 [ 254 ] {3d7c0d30-cdb4-43d5-a908-504d3d7d20b9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10566 | 2025.02.25 03:56:43.769502 [ 254 ] {3d7c0d30-cdb4-43d5-a908-504d3d7d20b9} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.001463 sec., 12303.485987696513 rows/sec., 844.40 KiB/sec. | ||
| 10567 | 2025.02.25 03:56:43.769557 [ 254 ] {3d7c0d30-cdb4-43d5-a908-504d3d7d20b9} <Debug> TCPHandler: Processed in 0.001770289 sec. | ||
| 10568 | 2025.02.25 03:56:45.509342 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29829 | ||
| 10569 | 2025.02.25 03:56:45.509994 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10570 | 2025.02.25 03:56:45.510048 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10571 | 2025.02.25 03:56:45.510575 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10572 | 2025.02.25 03:56:45.510828 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10573 | 2025.02.25 03:56:45.511128 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
| 10574 | 2025.02.25 03:56:47.611752 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 10575 | 2025.02.25 03:56:47.633723 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10576 | 2025.02.25 03:56:47.633788 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10577 | 2025.02.25 03:56:47.641177 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10578 | 2025.02.25 03:56:47.641943 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10579 | 2025.02.25 03:56:47.646030 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 10580 | 2025.02.25 03:56:48.149234 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1446 | ||
| 10581 | 2025.02.25 03:56:48.152558 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10582 | 2025.02.25 03:56:48.152618 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10583 | 2025.02.25 03:56:48.154147 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10584 | 2025.02.25 03:56:48.154456 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10585 | 2025.02.25 03:56:48.155911 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1446 | ||
| 10586 | 2025.02.25 03:56:48.769294 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10587 | 2025.02.25 03:56:48.769597 [ 4 ] {3ba12066-59e2-4772-9306-958c74f1a3a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10588 | 2025.02.25 03:56:48.769685 [ 4 ] {3ba12066-59e2-4772-9306-958c74f1a3a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10589 | 2025.02.25 03:56:48.770483 [ 4 ] {3ba12066-59e2-4772-9306-958c74f1a3a3} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10590 | 2025.02.25 03:56:48.770528 [ 4 ] {3ba12066-59e2-4772-9306-958c74f1a3a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10591 | 2025.02.25 03:56:48.770987 [ 4 ] {3ba12066-59e2-4772-9306-958c74f1a3a3} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 10592 | 2025.02.25 03:56:48.771243 [ 4 ] {3ba12066-59e2-4772-9306-958c74f1a3a3} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10593 | 2025.02.25 03:56:48.771526 [ 4 ] {3ba12066-59e2-4772-9306-958c74f1a3a3} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002004 sec., 66866.26746506986 rows/sec., 5.75 MiB/sec. | ||
| 10594 | 2025.02.25 03:56:48.771614 [ 4 ] {3ba12066-59e2-4772-9306-958c74f1a3a3} <Debug> TCPHandler: Processed in 0.002500086 sec. | ||
| 10595 | 2025.02.25 03:56:48.771811 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10596 | 2025.02.25 03:56:48.772144 [ 254 ] {c08b3bf3-4c03-4ee4-a30a-3ae8644be913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10597 | 2025.02.25 03:56:48.772279 [ 254 ] {c08b3bf3-4c03-4ee4-a30a-3ae8644be913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10598 | 2025.02.25 03:56:48.772924 [ 254 ] {c08b3bf3-4c03-4ee4-a30a-3ae8644be913} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10599 | 2025.02.25 03:56:48.772964 [ 254 ] {c08b3bf3-4c03-4ee4-a30a-3ae8644be913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10600 | 2025.02.25 03:56:48.773332 [ 254 ] {c08b3bf3-4c03-4ee4-a30a-3ae8644be913} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 10601 | 2025.02.25 03:56:48.773579 [ 254 ] {c08b3bf3-4c03-4ee4-a30a-3ae8644be913} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10602 | 2025.02.25 03:56:48.773828 [ 254 ] {c08b3bf3-4c03-4ee4-a30a-3ae8644be913} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001803 sec., 21630.615640599004 rows/sec., 1.59 MiB/sec. | ||
| 10603 | 2025.02.25 03:56:48.773885 [ 254 ] {c08b3bf3-4c03-4ee4-a30a-3ae8644be913} <Debug> TCPHandler: Processed in 0.002169198 sec. | ||
| 10604 | 2025.02.25 03:56:48.774030 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10605 | 2025.02.25 03:56:48.774160 [ 4 ] {33cbb876-c877-4177-ad36-d8f31e3ad5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10606 | 2025.02.25 03:56:48.774215 [ 4 ] {33cbb876-c877-4177-ad36-d8f31e3ad5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10607 | 2025.02.25 03:56:48.774861 [ 4 ] {33cbb876-c877-4177-ad36-d8f31e3ad5ed} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10608 | 2025.02.25 03:56:48.774905 [ 4 ] {33cbb876-c877-4177-ad36-d8f31e3ad5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10609 | 2025.02.25 03:56:48.775342 [ 4 ] {33cbb876-c877-4177-ad36-d8f31e3ad5ed} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 10610 | 2025.02.25 03:56:48.775582 [ 4 ] {33cbb876-c877-4177-ad36-d8f31e3ad5ed} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10611 | 2025.02.25 03:56:48.775810 [ 4 ] {33cbb876-c877-4177-ad36-d8f31e3ad5ed} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001678 sec., 61382.59833134684 rows/sec., 4.79 MiB/sec. | ||
| 10612 | 2025.02.25 03:56:48.775916 [ 4 ] {33cbb876-c877-4177-ad36-d8f31e3ad5ed} <Debug> TCPHandler: Processed in 0.001951024 sec. | ||
| 10613 | 2025.02.25 03:56:48.776114 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10614 | 2025.02.25 03:56:48.776326 [ 254 ] {6b0812c2-e1d0-4d37-b350-7b552fe73ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10615 | 2025.02.25 03:56:48.776387 [ 254 ] {6b0812c2-e1d0-4d37-b350-7b552fe73ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10616 | 2025.02.25 03:56:48.776955 [ 254 ] {6b0812c2-e1d0-4d37-b350-7b552fe73ecb} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10617 | 2025.02.25 03:56:48.776994 [ 254 ] {6b0812c2-e1d0-4d37-b350-7b552fe73ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10618 | 2025.02.25 03:56:48.777380 [ 254 ] {6b0812c2-e1d0-4d37-b350-7b552fe73ecb} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 10619 | 2025.02.25 03:56:48.777613 [ 254 ] {6b0812c2-e1d0-4d37-b350-7b552fe73ecb} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10620 | 2025.02.25 03:56:48.777862 [ 254 ] {6b0812c2-e1d0-4d37-b350-7b552fe73ecb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001574 sec., 101651.84243964421 rows/sec., 7.08 MiB/sec. | ||
| 10621 | 2025.02.25 03:56:48.777914 [ 254 ] {6b0812c2-e1d0-4d37-b350-7b552fe73ecb} <Debug> TCPHandler: Processed in 0.001923123 sec. | ||
| 10622 | 2025.02.25 03:56:48.778054 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10623 | 2025.02.25 03:56:48.778183 [ 4 ] {9230f815-a84a-4de2-8400-46a1f30b98a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10624 | 2025.02.25 03:56:48.778262 [ 4 ] {9230f815-a84a-4de2-8400-46a1f30b98a9} <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 | ||
| 10625 | 2025.02.25 03:56:48.779613 [ 4 ] {9230f815-a84a-4de2-8400-46a1f30b98a9} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10626 | 2025.02.25 03:56:48.779675 [ 4 ] {9230f815-a84a-4de2-8400-46a1f30b98a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10627 | 2025.02.25 03:56:48.780344 [ 4 ] {9230f815-a84a-4de2-8400-46a1f30b98a9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10628 | 2025.02.25 03:56:48.780604 [ 4 ] {9230f815-a84a-4de2-8400-46a1f30b98a9} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10629 | 2025.02.25 03:56:48.780864 [ 4 ] {9230f815-a84a-4de2-8400-46a1f30b98a9} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00271 sec., 14391.143911439114 rows/sec., 25.79 MiB/sec. | ||
| 10630 | 2025.02.25 03:56:48.781189 [ 4 ] {9230f815-a84a-4de2-8400-46a1f30b98a9} <Debug> TCPHandler: Processed in 0.003197582 sec. | ||
| 10631 | 2025.02.25 03:56:48.781339 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10632 | 2025.02.25 03:56:48.781477 [ 254 ] {0dbe90f1-d9a0-4d64-9c18-ffe639934017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10633 | 2025.02.25 03:56:48.781534 [ 254 ] {0dbe90f1-d9a0-4d64-9c18-ffe639934017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10634 | 2025.02.25 03:56:48.782069 [ 254 ] {0dbe90f1-d9a0-4d64-9c18-ffe639934017} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10635 | 2025.02.25 03:56:48.782116 [ 254 ] {0dbe90f1-d9a0-4d64-9c18-ffe639934017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10636 | 2025.02.25 03:56:48.782565 [ 254 ] {0dbe90f1-d9a0-4d64-9c18-ffe639934017} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 10637 | 2025.02.25 03:56:48.782816 [ 254 ] {0dbe90f1-d9a0-4d64-9c18-ffe639934017} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10638 | 2025.02.25 03:56:48.783036 [ 254 ] {0dbe90f1-d9a0-4d64-9c18-ffe639934017} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001584 sec., 37878.78787878788 rows/sec., 2.55 MiB/sec. | ||
| 10639 | 2025.02.25 03:56:48.783108 [ 254 ] {0dbe90f1-d9a0-4d64-9c18-ffe639934017} <Debug> TCPHandler: Processed in 0.001836561 sec. | ||
| 10640 | 2025.02.25 03:56:52.784870 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10641 | 2025.02.25 03:56:52.784915 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10642 | 2025.02.25 03:56:53.003106 [ 84 ] {} <Debug> oximeter.measurements_f64 (9aae37f1-d719-43a0-8da9-accfcd606c35) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 10643 | 2025.02.25 03:56:53.003188 [ 84 ] {} <Trace> oximeter.measurements_f64 (9aae37f1-d719-43a0-8da9-accfcd606c35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10644 | 2025.02.25 03:56:53.003216 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10645 | 2025.02.25 03:56:53.003357 [ 200 ] {9aae37f1-d719-43a0-8da9-accfcd606c35::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 | ||
| 10646 | 2025.02.25 03:56:53.003501 [ 200 ] {9aae37f1-d719-43a0-8da9-accfcd606c35::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10647 | 2025.02.25 03:56:53.003544 [ 200 ] {9aae37f1-d719-43a0-8da9-accfcd606c35::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 | ||
| 10648 | 2025.02.25 03:56:53.003635 [ 200 ] {9aae37f1-d719-43a0-8da9-accfcd606c35::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 | ||
| 10649 | 2025.02.25 03:56:53.003707 [ 200 ] {9aae37f1-d719-43a0-8da9-accfcd606c35::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 | ||
| 10650 | 2025.02.25 03:56:53.003852 [ 200 ] {9aae37f1-d719-43a0-8da9-accfcd606c35::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 | ||
| 10651 | 2025.02.25 03:56:53.003953 [ 200 ] {9aae37f1-d719-43a0-8da9-accfcd606c35::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 | ||
| 10652 | 2025.02.25 03:56:53.004953 [ 192 ] {9aae37f1-d719-43a0-8da9-accfcd606c35::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001671287 sec., 2991.706391541369 rows/sec., 199.25 KiB/sec. | ||
| 10653 | 2025.02.25 03:56:53.005186 [ 186 ] {9aae37f1-d719-43a0-8da9-accfcd606c35::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 10654 | 2025.02.25 03:56:53.005722 [ 186 ] {9aae37f1-d719-43a0-8da9-accfcd606c35::all_1_5_1} <Trace> oximeter.measurements_f64 (9aae37f1-d719-43a0-8da9-accfcd606c35): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10655 | 2025.02.25 03:56:53.005823 [ 186 ] {9aae37f1-d719-43a0-8da9-accfcd606c35::all_1_5_1} <Trace> oximeter.measurements_f64 (9aae37f1-d719-43a0-8da9-accfcd606c35) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 10656 | 2025.02.25 03:56:53.005935 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10657 | 2025.02.25 03:56:53.012208 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30317 | ||
| 10658 | 2025.02.25 03:56:53.012806 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10659 | 2025.02.25 03:56:53.012845 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10660 | 2025.02.25 03:56:53.013338 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10661 | 2025.02.25 03:56:53.013581 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10662 | 2025.02.25 03:56:53.013723 [ 84 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10663 | 2025.02.25 03:56:53.013773 [ 84 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10664 | 2025.02.25 03:56:53.013774 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30317 | ||
| 10665 | 2025.02.25 03:56:53.013797 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10666 | 2025.02.25 03:56:53.013930 [ 198 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 10667 | 2025.02.25 03:56:53.014074 [ 198 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10668 | 2025.02.25 03:56:53.014114 [ 198 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part | ||
| 10669 | 2025.02.25 03:56:53.014228 [ 198 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part | ||
| 10670 | 2025.02.25 03:56:53.014438 [ 198 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part | ||
| 10671 | 2025.02.25 03:56:53.014612 [ 198 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 10672 | 2025.02.25 03:56:53.014783 [ 198 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 10673 | 2025.02.25 03:56:53.014921 [ 198 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 10674 | 2025.02.25 03:56:53.017775 [ 198 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30317 rows, containing 4 columns (4 merged, 0 gathered) in 0.003909857 sec., 7753992.025795316 rows/sec., 110.92 MiB/sec. | ||
| 10675 | 2025.02.25 03:56:53.018010 [ 198 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10676 | 2025.02.25 03:56:53.018316 [ 198 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_66_13} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10677 | 2025.02.25 03:56:53.018405 [ 198 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_66_13} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10678 | 2025.02.25 03:56:53.018501 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. | ||
| 10679 | 2025.02.25 03:56:53.767540 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10680 | 2025.02.25 03:56:53.767728 [ 4 ] {7a5d3437-5c97-438d-a122-9e57992dee60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10681 | 2025.02.25 03:56:53.767802 [ 4 ] {7a5d3437-5c97-438d-a122-9e57992dee60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10682 | 2025.02.25 03:56:53.768552 [ 4 ] {7a5d3437-5c97-438d-a122-9e57992dee60} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10683 | 2025.02.25 03:56:53.768603 [ 4 ] {7a5d3437-5c97-438d-a122-9e57992dee60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10684 | 2025.02.25 03:56:53.769037 [ 4 ] {7a5d3437-5c97-438d-a122-9e57992dee60} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 10685 | 2025.02.25 03:56:53.769289 [ 4 ] {7a5d3437-5c97-438d-a122-9e57992dee60} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10686 | 2025.02.25 03:56:53.769506 [ 81 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 10687 | 2025.02.25 03:56:53.769516 [ 4 ] {7a5d3437-5c97-438d-a122-9e57992dee60} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001835 sec., 30517.711171662126 rows/sec., 2.33 MiB/sec. | ||
| 10688 | 2025.02.25 03:56:53.769584 [ 81 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10689 | 2025.02.25 03:56:53.769650 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10690 | 2025.02.25 03:56:53.769671 [ 4 ] {7a5d3437-5c97-438d-a122-9e57992dee60} <Debug> TCPHandler: Processed in 0.002259291 sec. | ||
| 10691 | 2025.02.25 03:56:53.769821 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 10692 | 2025.02.25 03:56:53.769855 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10693 | 2025.02.25 03:56:53.769969 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10694 | 2025.02.25 03:56:53.770009 [ 254 ] {fd7a3a06-ab70-47b8-b998-02b3151284a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10695 | 2025.02.25 03:56:53.770016 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1966 rows starting from the beginning of the part | ||
| 10696 | 2025.02.25 03:56:53.770072 [ 254 ] {fd7a3a06-ab70-47b8-b998-02b3151284a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10697 | 2025.02.25 03:56:53.770268 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 695 rows starting from the beginning of the part | ||
| 10698 | 2025.02.25 03:56:53.770636 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 1196 rows starting from the beginning of the part | ||
| 10699 | 2025.02.25 03:56:53.770887 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 10700 | 2025.02.25 03:56:53.771100 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 134 rows starting from the beginning of the part | ||
| 10701 | 2025.02.25 03:56:53.771308 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 10702 | 2025.02.25 03:56:53.771973 [ 254 ] {fd7a3a06-ab70-47b8-b998-02b3151284a0} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10703 | 2025.02.25 03:56:53.772019 [ 254 ] {fd7a3a06-ab70-47b8-b998-02b3151284a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10704 | 2025.02.25 03:56:53.772564 [ 254 ] {fd7a3a06-ab70-47b8-b998-02b3151284a0} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 10705 | 2025.02.25 03:56:53.772876 [ 254 ] {fd7a3a06-ab70-47b8-b998-02b3151284a0} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10706 | 2025.02.25 03:56:53.773097 [ 81 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 10707 | 2025.02.25 03:56:53.773158 [ 81 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10708 | 2025.02.25 03:56:53.773188 [ 254 ] {fd7a3a06-ab70-47b8-b998-02b3151284a0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003191 sec., 20056.40864932623 rows/sec., 1.57 MiB/sec. | ||
| 10709 | 2025.02.25 03:56:53.773243 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10710 | 2025.02.25 03:56:53.773436 [ 254 ] {fd7a3a06-ab70-47b8-b998-02b3151284a0} <Debug> TCPHandler: Processed in 0.003643052 sec. | ||
| 10711 | 2025.02.25 03:56:53.773747 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10712 | 2025.02.25 03:56:53.773904 [ 198 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 10713 | 2025.02.25 03:56:53.774174 [ 4 ] {cbeac9ba-f063-4928-a2c7-0656878689b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10714 | 2025.02.25 03:56:53.774296 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4103 rows, containing 5 columns (5 merged, 0 gathered) in 0.004544652 sec., 902819.4017935807 rows/sec., 77.15 MiB/sec. | ||
| 10715 | 2025.02.25 03:56:53.774374 [ 4 ] {cbeac9ba-f063-4928-a2c7-0656878689b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10716 | 2025.02.25 03:56:53.774444 [ 198 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10717 | 2025.02.25 03:56:53.774571 [ 198 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 951 rows starting from the beginning of the part | ||
| 10718 | 2025.02.25 03:56:53.774947 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 10719 | 2025.02.25 03:56:53.775433 [ 198 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 421 rows starting from the beginning of the part | ||
| 10720 | 2025.02.25 03:56:53.775888 [ 198 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 520 rows starting from the beginning of the part | ||
| 10721 | 2025.02.25 03:56:53.776403 [ 198 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 10722 | 2025.02.25 03:56:53.776594 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_111_22} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10723 | 2025.02.25 03:56:53.776890 [ 198 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 103 rows starting from the beginning of the part | ||
| 10724 | 2025.02.25 03:56:53.777068 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_111_22} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 10725 | 2025.02.25 03:56:53.777408 [ 198 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 10726 | 2025.02.25 03:56:53.777475 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 10727 | 2025.02.25 03:56:53.778437 [ 4 ] {cbeac9ba-f063-4928-a2c7-0656878689b6} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10728 | 2025.02.25 03:56:53.778499 [ 4 ] {cbeac9ba-f063-4928-a2c7-0656878689b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10729 | 2025.02.25 03:56:53.779527 [ 4 ] {cbeac9ba-f063-4928-a2c7-0656878689b6} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 10730 | 2025.02.25 03:56:53.780051 [ 4 ] {cbeac9ba-f063-4928-a2c7-0656878689b6} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10731 | 2025.02.25 03:56:53.780271 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 10732 | 2025.02.25 03:56:53.780352 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10733 | 2025.02.25 03:56:53.780418 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10734 | 2025.02.25 03:56:53.780517 [ 4 ] {cbeac9ba-f063-4928-a2c7-0656878689b6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006484 sec., 24676.125848241827 rows/sec., 1.72 MiB/sec. | ||
| 10735 | 2025.02.25 03:56:53.780917 [ 4 ] {cbeac9ba-f063-4928-a2c7-0656878689b6} <Debug> TCPHandler: Processed in 0.007333014 sec. | ||
| 10736 | 2025.02.25 03:56:53.781210 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10737 | 2025.02.25 03:56:53.781342 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 10738 | 2025.02.25 03:56:53.781378 [ 191 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2123 rows, containing 5 columns (5 merged, 0 gathered) in 0.007934767 sec., 267556.69070055865 rows/sec., 20.70 MiB/sec. | ||
| 10739 | 2025.02.25 03:56:53.781530 [ 254 ] {f30a054a-7b03-4891-9bd1-85ae90e4f6ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10740 | 2025.02.25 03:56:53.781704 [ 254 ] {f30a054a-7b03-4891-9bd1-85ae90e4f6ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10741 | 2025.02.25 03:56:53.781773 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10742 | 2025.02.25 03:56:53.781822 [ 196 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 10743 | 2025.02.25 03:56:53.781923 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_106_21, total 29066 rows starting from the beginning of the part | ||
| 10744 | 2025.02.25 03:56:53.782612 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 237 rows starting from the beginning of the part | ||
| 10745 | 2025.02.25 03:56:53.783083 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 962 rows starting from the beginning of the part | ||
| 10746 | 2025.02.25 03:56:53.783105 [ 196 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_111_22} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10747 | 2025.02.25 03:56:53.783609 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 44 rows starting from the beginning of the part | ||
| 10748 | 2025.02.25 03:56:53.783723 [ 196 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_111_22} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 10749 | 2025.02.25 03:56:53.784090 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part | ||
| 10750 | 2025.02.25 03:56:53.784130 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 10751 | 2025.02.25 03:56:53.784630 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
| 10752 | 2025.02.25 03:56:53.785346 [ 254 ] {f30a054a-7b03-4891-9bd1-85ae90e4f6ac} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10753 | 2025.02.25 03:56:53.785415 [ 254 ] {f30a054a-7b03-4891-9bd1-85ae90e4f6ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10754 | 2025.02.25 03:56:53.786196 [ 254 ] {f30a054a-7b03-4891-9bd1-85ae90e4f6ac} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 10755 | 2025.02.25 03:56:53.786510 [ 254 ] {f30a054a-7b03-4891-9bd1-85ae90e4f6ac} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10756 | 2025.02.25 03:56:53.786732 [ 81 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 10757 | 2025.02.25 03:56:53.786822 [ 81 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10758 | 2025.02.25 03:56:53.786898 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10759 | 2025.02.25 03:56:53.786992 [ 254 ] {f30a054a-7b03-4891-9bd1-85ae90e4f6ac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005535 sec., 10840.108401084011 rows/sec., 748.08 KiB/sec. | ||
| 10760 | 2025.02.25 03:56:53.787299 [ 254 ] {f30a054a-7b03-4891-9bd1-85ae90e4f6ac} <Debug> TCPHandler: Processed in 0.00625647 sec. | ||
| 10761 | 2025.02.25 03:56:53.787348 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 10762 | 2025.02.25 03:56:53.787775 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10763 | 2025.02.25 03:56:53.787877 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 5472 rows starting from the beginning of the part | ||
| 10764 | 2025.02.25 03:56:53.788208 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 82 rows starting from the beginning of the part | ||
| 10765 | 2025.02.25 03:56:53.788516 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 42 rows starting from the beginning of the part | ||
| 10766 | 2025.02.25 03:56:53.788776 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 18 rows starting from the beginning of the part | ||
| 10767 | 2025.02.25 03:56:53.789085 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 10768 | 2025.02.25 03:56:53.789274 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 10769 | 2025.02.25 03:56:53.792278 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5734 rows, containing 4 columns (4 merged, 0 gathered) in 0.005254217 sec., 1091313.8912991222 rows/sec., 73.29 MiB/sec. | ||
| 10770 | 2025.02.25 03:56:53.792736 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 10771 | 2025.02.25 03:56:53.793079 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_111_22} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10772 | 2025.02.25 03:56:53.793202 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_111_22} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 10773 | 2025.02.25 03:56:53.793310 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 10774 | 2025.02.25 03:56:53.794755 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30629 rows, containing 5 columns (5 merged, 0 gathered) in 0.014187288 sec., 2158904.5066259317 rows/sec., 147.76 MiB/sec. | ||
| 10775 | 2025.02.25 03:56:53.795259 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 10776 | 2025.02.25 03:56:53.795589 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10777 | 2025.02.25 03:56:53.795690 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 10778 | 2025.02.25 03:56:53.795797 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 10779 | 2025.02.25 03:56:55.147066 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 10780 | 2025.02.25 03:56:55.169402 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10781 | 2025.02.25 03:56:55.169467 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10782 | 2025.02.25 03:56:55.176849 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10783 | 2025.02.25 03:56:55.177672 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10784 | 2025.02.25 03:56:55.178103 [ 77 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10785 | 2025.02.25 03:56:55.178238 [ 77 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10786 | 2025.02.25 03:56:55.178315 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
| 10787 | 2025.02.25 03:56:55.178769 [ 195 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 10788 | 2025.02.25 03:56:55.189825 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 10789 | 2025.02.25 03:56:55.190884 [ 195 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10790 | 2025.02.25 03:56:55.191868 [ 195 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 10791 | 2025.02.25 03:56:55.196945 [ 195 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 10792 | 2025.02.25 03:56:55.201914 [ 195 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 10793 | 2025.02.25 03:56:55.207235 [ 195 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 10794 | 2025.02.25 03:56:55.212936 [ 195 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 10795 | 2025.02.25 03:56:55.217555 [ 195 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 10796 | 2025.02.25 03:56:55.279420 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.100960167 sec., 4932.63843353191 rows/sec., 25.51 MiB/sec. | ||
| 10797 | 2025.02.25 03:56:55.282683 [ 193 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10798 | 2025.02.25 03:56:55.285687 [ 193 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_66_13} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10799 | 2025.02.25 03:56:55.285815 [ 193 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_66_13} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10800 | 2025.02.25 03:56:55.288137 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB. | ||
| 10801 | 2025.02.25 03:56:58.157089 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1466 | ||
| 10802 | 2025.02.25 03:56:58.160060 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10803 | 2025.02.25 03:56:58.160113 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10804 | 2025.02.25 03:56:58.161628 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10805 | 2025.02.25 03:56:58.161967 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10806 | 2025.02.25 03:56:58.162944 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1466 | ||
| 10807 | 2025.02.25 03:56:58.769389 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10808 | 2025.02.25 03:56:58.769698 [ 4 ] {a106022f-052c-404d-9197-2bb75c3f1d4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10809 | 2025.02.25 03:56:58.769819 [ 4 ] {a106022f-052c-404d-9197-2bb75c3f1d4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10810 | 2025.02.25 03:56:58.770600 [ 4 ] {a106022f-052c-404d-9197-2bb75c3f1d4e} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10811 | 2025.02.25 03:56:58.770653 [ 4 ] {a106022f-052c-404d-9197-2bb75c3f1d4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10812 | 2025.02.25 03:56:58.771082 [ 4 ] {a106022f-052c-404d-9197-2bb75c3f1d4e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 10813 | 2025.02.25 03:56:58.771342 [ 4 ] {a106022f-052c-404d-9197-2bb75c3f1d4e} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10814 | 2025.02.25 03:56:58.771574 [ 4 ] {a106022f-052c-404d-9197-2bb75c3f1d4e} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.00196 sec., 6122.448979591837 rows/sec., 499.24 KiB/sec. | ||
| 10815 | 2025.02.25 03:56:58.771640 [ 4 ] {a106022f-052c-404d-9197-2bb75c3f1d4e} <Debug> TCPHandler: Processed in 0.002444814 sec. | ||
| 10816 | 2025.02.25 03:56:58.771813 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10817 | 2025.02.25 03:56:58.771960 [ 254 ] {2014c86f-7248-4080-a958-791a0271bb4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10818 | 2025.02.25 03:56:58.772018 [ 254 ] {2014c86f-7248-4080-a958-791a0271bb4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10819 | 2025.02.25 03:56:58.772743 [ 254 ] {2014c86f-7248-4080-a958-791a0271bb4b} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10820 | 2025.02.25 03:56:58.772795 [ 254 ] {2014c86f-7248-4080-a958-791a0271bb4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10821 | 2025.02.25 03:56:58.773207 [ 254 ] {2014c86f-7248-4080-a958-791a0271bb4b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 10822 | 2025.02.25 03:56:58.773470 [ 254 ] {2014c86f-7248-4080-a958-791a0271bb4b} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10823 | 2025.02.25 03:56:58.773677 [ 254 ] {2014c86f-7248-4080-a958-791a0271bb4b} <Debug> executeQuery: Read 140 rows, 12.25 KiB in 0.001752 sec., 79908.67579908675 rows/sec., 6.83 MiB/sec. | ||
| 10824 | 2025.02.25 03:56:58.773732 [ 254 ] {2014c86f-7248-4080-a958-791a0271bb4b} <Debug> TCPHandler: Processed in 0.001988304 sec. | ||
| 10825 | 2025.02.25 03:56:58.773871 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10826 | 2025.02.25 03:56:58.774001 [ 4 ] {6d16222d-89d0-456b-aa9f-e02870367f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10827 | 2025.02.25 03:56:58.774056 [ 4 ] {6d16222d-89d0-456b-aa9f-e02870367f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10828 | 2025.02.25 03:56:58.774704 [ 4 ] {6d16222d-89d0-456b-aa9f-e02870367f70} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10829 | 2025.02.25 03:56:58.774751 [ 4 ] {6d16222d-89d0-456b-aa9f-e02870367f70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10830 | 2025.02.25 03:56:58.775127 [ 4 ] {6d16222d-89d0-456b-aa9f-e02870367f70} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10831 | 2025.02.25 03:56:58.775392 [ 4 ] {6d16222d-89d0-456b-aa9f-e02870367f70} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10832 | 2025.02.25 03:56:58.775566 [ 73 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10833 | 2025.02.25 03:56:58.775625 [ 4 ] {6d16222d-89d0-456b-aa9f-e02870367f70} <Debug> executeQuery: Read 51 rows, 3.77 KiB in 0.001654 sec., 30834.340991535668 rows/sec., 2.23 MiB/sec. | ||
| 10834 | 2025.02.25 03:56:58.775649 [ 73 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10835 | 2025.02.25 03:56:58.775710 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10836 | 2025.02.25 03:56:58.775742 [ 4 ] {6d16222d-89d0-456b-aa9f-e02870367f70} <Debug> TCPHandler: Processed in 0.001924643 sec. | ||
| 10837 | 2025.02.25 03:56:58.776011 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10838 | 2025.02.25 03:56:58.776098 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 10839 | 2025.02.25 03:56:58.776475 [ 254 ] {4621691d-5397-4f11-b8b5-5bc0aecd3c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10840 | 2025.02.25 03:56:58.776683 [ 254 ] {4621691d-5397-4f11-b8b5-5bc0aecd3c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10841 | 2025.02.25 03:56:58.776691 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10842 | 2025.02.25 03:56:58.776852 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 177 rows starting from the beginning of the part | ||
| 10843 | 2025.02.25 03:56:58.777320 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 39 rows starting from the beginning of the part | ||
| 10844 | 2025.02.25 03:56:58.777644 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 41 rows starting from the beginning of the part | ||
| 10845 | 2025.02.25 03:56:58.778025 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 145 rows starting from the beginning of the part | ||
| 10846 | 2025.02.25 03:56:58.778386 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 39 rows starting from the beginning of the part | ||
| 10847 | 2025.02.25 03:56:58.778787 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 51 rows starting from the beginning of the part | ||
| 10848 | 2025.02.25 03:56:58.780022 [ 254 ] {4621691d-5397-4f11-b8b5-5bc0aecd3c82} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10849 | 2025.02.25 03:56:58.780084 [ 254 ] {4621691d-5397-4f11-b8b5-5bc0aecd3c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10850 | 2025.02.25 03:56:58.781202 [ 254 ] {4621691d-5397-4f11-b8b5-5bc0aecd3c82} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 10851 | 2025.02.25 03:56:58.781630 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 5 columns (5 merged, 0 gathered) in 0.005800439 sec., 84821.16612208144 rows/sec., 6.00 MiB/sec. | ||
| 10852 | 2025.02.25 03:56:58.781763 [ 254 ] {4621691d-5397-4f11-b8b5-5bc0aecd3c82} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10853 | 2025.02.25 03:56:58.781848 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10854 | 2025.02.25 03:56:58.782270 [ 254 ] {4621691d-5397-4f11-b8b5-5bc0aecd3c82} <Debug> executeQuery: Read 115 rows, 9.22 KiB in 0.006004 sec., 19153.897401732178 rows/sec., 1.50 MiB/sec. | ||
| 10855 | 2025.02.25 03:56:58.782551 [ 254 ] {4621691d-5397-4f11-b8b5-5bc0aecd3c82} <Debug> TCPHandler: Processed in 0.006706 sec. | ||
| 10856 | 2025.02.25 03:56:58.782858 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10857 | 2025.02.25 03:56:58.782950 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_61_12} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10858 | 2025.02.25 03:56:58.783273 [ 4 ] {16727177-d593-47ac-8ac9-2f5d2ed80e8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10859 | 2025.02.25 03:56:58.783502 [ 4 ] {16727177-d593-47ac-8ac9-2f5d2ed80e8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10860 | 2025.02.25 03:56:58.783473 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_61_12} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10861 | 2025.02.25 03:56:58.784423 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 10862 | 2025.02.25 03:56:58.784945 [ 4 ] {16727177-d593-47ac-8ac9-2f5d2ed80e8f} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10863 | 2025.02.25 03:56:58.784988 [ 4 ] {16727177-d593-47ac-8ac9-2f5d2ed80e8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10864 | 2025.02.25 03:56:58.785398 [ 4 ] {16727177-d593-47ac-8ac9-2f5d2ed80e8f} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 10865 | 2025.02.25 03:56:58.785643 [ 4 ] {16727177-d593-47ac-8ac9-2f5d2ed80e8f} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10866 | 2025.02.25 03:56:58.785869 [ 4 ] {16727177-d593-47ac-8ac9-2f5d2ed80e8f} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.002771 sec., 59906.17105738001 rows/sec., 4.17 MiB/sec. | ||
| 10867 | 2025.02.25 03:56:58.785952 [ 4 ] {16727177-d593-47ac-8ac9-2f5d2ed80e8f} <Debug> TCPHandler: Processed in 0.003261263 sec. | ||
| 10868 | 2025.02.25 03:56:58.786150 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10869 | 2025.02.25 03:56:58.786474 [ 254 ] {bc7bec4b-413c-4767-945a-b412c906a4ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10870 | 2025.02.25 03:56:58.786577 [ 254 ] {bc7bec4b-413c-4767-945a-b412c906a4ee} <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 | ||
| 10871 | 2025.02.25 03:56:58.787858 [ 254 ] {bc7bec4b-413c-4767-945a-b412c906a4ee} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10872 | 2025.02.25 03:56:58.787898 [ 254 ] {bc7bec4b-413c-4767-945a-b412c906a4ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10873 | 2025.02.25 03:56:58.788583 [ 254 ] {bc7bec4b-413c-4767-945a-b412c906a4ee} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10874 | 2025.02.25 03:56:58.788849 [ 254 ] {bc7bec4b-413c-4767-945a-b412c906a4ee} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10875 | 2025.02.25 03:56:58.789149 [ 254 ] {bc7bec4b-413c-4767-945a-b412c906a4ee} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002769 sec., 14084.507042253521 rows/sec., 25.24 MiB/sec. | ||
| 10876 | 2025.02.25 03:56:58.789692 [ 254 ] {bc7bec4b-413c-4767-945a-b412c906a4ee} <Debug> TCPHandler: Processed in 0.003642822 sec. | ||
| 10877 | 2025.02.25 03:56:58.789892 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10878 | 2025.02.25 03:56:58.790025 [ 4 ] {f91ff2f8-09da-4c0b-abed-43b9b1960e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10879 | 2025.02.25 03:56:58.790081 [ 4 ] {f91ff2f8-09da-4c0b-abed-43b9b1960e55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10880 | 2025.02.25 03:56:58.790655 [ 4 ] {f91ff2f8-09da-4c0b-abed-43b9b1960e55} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10881 | 2025.02.25 03:56:58.790701 [ 4 ] {f91ff2f8-09da-4c0b-abed-43b9b1960e55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10882 | 2025.02.25 03:56:58.791092 [ 4 ] {f91ff2f8-09da-4c0b-abed-43b9b1960e55} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 10883 | 2025.02.25 03:56:58.791326 [ 4 ] {f91ff2f8-09da-4c0b-abed-43b9b1960e55} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10884 | 2025.02.25 03:56:58.791514 [ 4 ] {f91ff2f8-09da-4c0b-abed-43b9b1960e55} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001515 sec., 39603.960396039605 rows/sec., 2.67 MiB/sec. | ||
| 10885 | 2025.02.25 03:56:58.791569 [ 4 ] {f91ff2f8-09da-4c0b-abed-43b9b1960e55} <Debug> TCPHandler: Processed in 0.001740369 sec. | ||
| 10886 | 2025.02.25 03:57:00.514913 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30744 | ||
| 10887 | 2025.02.25 03:57:00.515740 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10888 | 2025.02.25 03:57:00.515783 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10889 | 2025.02.25 03:57:00.516316 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10890 | 2025.02.25 03:57:00.516602 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10891 | 2025.02.25 03:57:00.516910 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
| 10892 | 2025.02.25 03:57:02.690876 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 10893 | 2025.02.25 03:57:02.710284 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10894 | 2025.02.25 03:57:02.710355 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10895 | 2025.02.25 03:57:02.717345 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10896 | 2025.02.25 03:57:02.718127 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10897 | 2025.02.25 03:57:02.721092 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 10898 | 2025.02.25 03:57:03.766906 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10899 | 2025.02.25 03:57:03.767184 [ 4 ] {74b6600c-d6ab-49da-8646-d6d7861eef60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10900 | 2025.02.25 03:57:03.767267 [ 4 ] {74b6600c-d6ab-49da-8646-d6d7861eef60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10901 | 2025.02.25 03:57:03.768131 [ 4 ] {74b6600c-d6ab-49da-8646-d6d7861eef60} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10902 | 2025.02.25 03:57:03.768179 [ 4 ] {74b6600c-d6ab-49da-8646-d6d7861eef60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10903 | 2025.02.25 03:57:03.768612 [ 4 ] {74b6600c-d6ab-49da-8646-d6d7861eef60} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 10904 | 2025.02.25 03:57:03.768871 [ 4 ] {74b6600c-d6ab-49da-8646-d6d7861eef60} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10905 | 2025.02.25 03:57:03.769112 [ 4 ] {74b6600c-d6ab-49da-8646-d6d7861eef60} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001986 sec., 28197.381671701914 rows/sec., 2.15 MiB/sec. | ||
| 10906 | 2025.02.25 03:57:03.769177 [ 4 ] {74b6600c-d6ab-49da-8646-d6d7861eef60} <Debug> TCPHandler: Processed in 0.002452235 sec. | ||
| 10907 | 2025.02.25 03:57:03.769358 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10908 | 2025.02.25 03:57:03.769535 [ 254 ] {da317cfd-49c1-407c-af88-7ca3d62728c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10909 | 2025.02.25 03:57:03.769594 [ 254 ] {da317cfd-49c1-407c-af88-7ca3d62728c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10910 | 2025.02.25 03:57:03.770241 [ 254 ] {da317cfd-49c1-407c-af88-7ca3d62728c9} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10911 | 2025.02.25 03:57:03.770282 [ 254 ] {da317cfd-49c1-407c-af88-7ca3d62728c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10912 | 2025.02.25 03:57:03.770660 [ 254 ] {da317cfd-49c1-407c-af88-7ca3d62728c9} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 10913 | 2025.02.25 03:57:03.770912 [ 254 ] {da317cfd-49c1-407c-af88-7ca3d62728c9} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10914 | 2025.02.25 03:57:03.771128 [ 254 ] {da317cfd-49c1-407c-af88-7ca3d62728c9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001628 sec., 39312.03931203931 rows/sec., 3.07 MiB/sec. | ||
| 10915 | 2025.02.25 03:57:03.771182 [ 254 ] {da317cfd-49c1-407c-af88-7ca3d62728c9} <Debug> TCPHandler: Processed in 0.001893472 sec. | ||
| 10916 | 2025.02.25 03:57:03.771351 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10917 | 2025.02.25 03:57:03.771508 [ 4 ] {cd39dc80-fbd1-4d65-8da6-206d2f28cabb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10918 | 2025.02.25 03:57:03.771567 [ 4 ] {cd39dc80-fbd1-4d65-8da6-206d2f28cabb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10919 | 2025.02.25 03:57:03.772151 [ 4 ] {cd39dc80-fbd1-4d65-8da6-206d2f28cabb} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10920 | 2025.02.25 03:57:03.772189 [ 4 ] {cd39dc80-fbd1-4d65-8da6-206d2f28cabb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10921 | 2025.02.25 03:57:03.772578 [ 4 ] {cd39dc80-fbd1-4d65-8da6-206d2f28cabb} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 10922 | 2025.02.25 03:57:03.772817 [ 4 ] {cd39dc80-fbd1-4d65-8da6-206d2f28cabb} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10923 | 2025.02.25 03:57:03.773019 [ 4 ] {cd39dc80-fbd1-4d65-8da6-206d2f28cabb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001541 sec., 103828.68267358857 rows/sec., 7.23 MiB/sec. | ||
| 10924 | 2025.02.25 03:57:03.773070 [ 4 ] {cd39dc80-fbd1-4d65-8da6-206d2f28cabb} <Debug> TCPHandler: Processed in 0.00178303 sec. | ||
| 10925 | 2025.02.25 03:57:03.773237 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10926 | 2025.02.25 03:57:03.773366 [ 254 ] {507a9d21-4b2e-46c7-ab80-9eaef5bc3fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10927 | 2025.02.25 03:57:03.773423 [ 254 ] {507a9d21-4b2e-46c7-ab80-9eaef5bc3fb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10928 | 2025.02.25 03:57:03.773947 [ 254 ] {507a9d21-4b2e-46c7-ab80-9eaef5bc3fb8} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10929 | 2025.02.25 03:57:03.773995 [ 254 ] {507a9d21-4b2e-46c7-ab80-9eaef5bc3fb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10930 | 2025.02.25 03:57:03.774360 [ 254 ] {507a9d21-4b2e-46c7-ab80-9eaef5bc3fb8} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 10931 | 2025.02.25 03:57:03.774612 [ 254 ] {507a9d21-4b2e-46c7-ab80-9eaef5bc3fb8} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10932 | 2025.02.25 03:57:03.774818 [ 254 ] {507a9d21-4b2e-46c7-ab80-9eaef5bc3fb8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00148 sec., 40540.54054054054 rows/sec., 2.73 MiB/sec. | ||
| 10933 | 2025.02.25 03:57:03.774867 [ 254 ] {507a9d21-4b2e-46c7-ab80-9eaef5bc3fb8} <Debug> TCPHandler: Processed in 0.001695048 sec. | ||
| 10934 | 2025.02.25 03:57:07.785171 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10935 | 2025.02.25 03:57:07.785230 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10936 | 2025.02.25 03:57:08.018011 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31232 | ||
| 10937 | 2025.02.25 03:57:08.018752 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10938 | 2025.02.25 03:57:08.018815 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10939 | 2025.02.25 03:57:08.019377 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10940 | 2025.02.25 03:57:08.019637 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10941 | 2025.02.25 03:57:08.019874 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31232 | ||
| 10942 | 2025.02.25 03:57:08.164058 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1488 | ||
| 10943 | 2025.02.25 03:57:08.166898 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10944 | 2025.02.25 03:57:08.166941 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10945 | 2025.02.25 03:57:08.168380 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10946 | 2025.02.25 03:57:08.168692 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10947 | 2025.02.25 03:57:08.169184 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1488 | ||
| 10948 | 2025.02.25 03:57:08.768952 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10949 | 2025.02.25 03:57:08.769235 [ 4 ] {d55d1d33-2956-4e60-8f99-cfd0c5de1202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10950 | 2025.02.25 03:57:08.769307 [ 4 ] {d55d1d33-2956-4e60-8f99-cfd0c5de1202} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10951 | 2025.02.25 03:57:08.770128 [ 4 ] {d55d1d33-2956-4e60-8f99-cfd0c5de1202} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10952 | 2025.02.25 03:57:08.770174 [ 4 ] {d55d1d33-2956-4e60-8f99-cfd0c5de1202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10953 | 2025.02.25 03:57:08.770617 [ 4 ] {d55d1d33-2956-4e60-8f99-cfd0c5de1202} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 10954 | 2025.02.25 03:57:08.770879 [ 4 ] {d55d1d33-2956-4e60-8f99-cfd0c5de1202} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10955 | 2025.02.25 03:57:08.771080 [ 4 ] {d55d1d33-2956-4e60-8f99-cfd0c5de1202} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001911 sec., 70120.35583464155 rows/sec., 6.03 MiB/sec. | ||
| 10956 | 2025.02.25 03:57:08.771145 [ 4 ] {d55d1d33-2956-4e60-8f99-cfd0c5de1202} <Debug> TCPHandler: Processed in 0.002376934 sec. | ||
| 10957 | 2025.02.25 03:57:08.771332 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10958 | 2025.02.25 03:57:08.771472 [ 254 ] {49317e32-8af1-4523-8cd6-99959fe68309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10959 | 2025.02.25 03:57:08.771531 [ 254 ] {49317e32-8af1-4523-8cd6-99959fe68309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10960 | 2025.02.25 03:57:08.772193 [ 254 ] {49317e32-8af1-4523-8cd6-99959fe68309} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10961 | 2025.02.25 03:57:08.772232 [ 254 ] {49317e32-8af1-4523-8cd6-99959fe68309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10962 | 2025.02.25 03:57:08.772598 [ 254 ] {49317e32-8af1-4523-8cd6-99959fe68309} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10963 | 2025.02.25 03:57:08.772838 [ 254 ] {49317e32-8af1-4523-8cd6-99959fe68309} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10964 | 2025.02.25 03:57:08.773016 [ 254 ] {49317e32-8af1-4523-8cd6-99959fe68309} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001579 sec., 24699.176694110196 rows/sec., 1.81 MiB/sec. | ||
| 10965 | 2025.02.25 03:57:08.773068 [ 254 ] {49317e32-8af1-4523-8cd6-99959fe68309} <Debug> TCPHandler: Processed in 0.001805811 sec. | ||
| 10966 | 2025.02.25 03:57:08.773231 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10967 | 2025.02.25 03:57:08.773361 [ 4 ] {fe57cfca-9914-4e4a-867a-752baa23ed8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10968 | 2025.02.25 03:57:08.773416 [ 4 ] {fe57cfca-9914-4e4a-867a-752baa23ed8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10969 | 2025.02.25 03:57:08.774099 [ 4 ] {fe57cfca-9914-4e4a-867a-752baa23ed8a} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10970 | 2025.02.25 03:57:08.774144 [ 4 ] {fe57cfca-9914-4e4a-867a-752baa23ed8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10971 | 2025.02.25 03:57:08.774510 [ 4 ] {fe57cfca-9914-4e4a-867a-752baa23ed8a} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 10972 | 2025.02.25 03:57:08.774748 [ 4 ] {fe57cfca-9914-4e4a-867a-752baa23ed8a} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10973 | 2025.02.25 03:57:08.774928 [ 4 ] {fe57cfca-9914-4e4a-867a-752baa23ed8a} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001596 sec., 64536.34085213033 rows/sec., 5.04 MiB/sec. | ||
| 10974 | 2025.02.25 03:57:08.774993 [ 4 ] {fe57cfca-9914-4e4a-867a-752baa23ed8a} <Debug> TCPHandler: Processed in 0.001827541 sec. | ||
| 10975 | 2025.02.25 03:57:08.775141 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10976 | 2025.02.25 03:57:08.775310 [ 254 ] {3f4af3dc-e9ef-4b95-9e3e-0d303e93d2c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10977 | 2025.02.25 03:57:08.775370 [ 254 ] {3f4af3dc-e9ef-4b95-9e3e-0d303e93d2c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10978 | 2025.02.25 03:57:08.775986 [ 254 ] {3f4af3dc-e9ef-4b95-9e3e-0d303e93d2c0} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10979 | 2025.02.25 03:57:08.776031 [ 254 ] {3f4af3dc-e9ef-4b95-9e3e-0d303e93d2c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10980 | 2025.02.25 03:57:08.776434 [ 254 ] {3f4af3dc-e9ef-4b95-9e3e-0d303e93d2c0} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 10981 | 2025.02.25 03:57:08.776674 [ 254 ] {3f4af3dc-e9ef-4b95-9e3e-0d303e93d2c0} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10982 | 2025.02.25 03:57:08.776861 [ 254 ] {3f4af3dc-e9ef-4b95-9e3e-0d303e93d2c0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec. | ||
| 10983 | 2025.02.25 03:57:08.776925 [ 254 ] {3f4af3dc-e9ef-4b95-9e3e-0d303e93d2c0} <Debug> TCPHandler: Processed in 0.001846982 sec. | ||
| 10984 | 2025.02.25 03:57:08.777092 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10985 | 2025.02.25 03:57:08.777454 [ 4 ] {87b5bb89-0534-4b59-b008-f8e22b4f4b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10986 | 2025.02.25 03:57:08.777798 [ 4 ] {87b5bb89-0534-4b59-b008-f8e22b4f4b73} <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 | ||
| 10987 | 2025.02.25 03:57:08.779260 [ 4 ] {87b5bb89-0534-4b59-b008-f8e22b4f4b73} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10988 | 2025.02.25 03:57:08.779297 [ 4 ] {87b5bb89-0534-4b59-b008-f8e22b4f4b73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10989 | 2025.02.25 03:57:08.779974 [ 4 ] {87b5bb89-0534-4b59-b008-f8e22b4f4b73} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10990 | 2025.02.25 03:57:08.780227 [ 4 ] {87b5bb89-0534-4b59-b008-f8e22b4f4b73} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10991 | 2025.02.25 03:57:08.780437 [ 4 ] {87b5bb89-0534-4b59-b008-f8e22b4f4b73} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003127 sec., 12472.017908538535 rows/sec., 22.35 MiB/sec. | ||
| 10992 | 2025.02.25 03:57:08.780754 [ 4 ] {87b5bb89-0534-4b59-b008-f8e22b4f4b73} <Debug> TCPHandler: Processed in 0.003739514 sec. | ||
| 10993 | 2025.02.25 03:57:08.780895 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10994 | 2025.02.25 03:57:08.781003 [ 254 ] {40f6c211-6af0-4abe-9230-3cb7009858b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10995 | 2025.02.25 03:57:08.781052 [ 254 ] {40f6c211-6af0-4abe-9230-3cb7009858b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10996 | 2025.02.25 03:57:08.781561 [ 254 ] {40f6c211-6af0-4abe-9230-3cb7009858b5} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10997 | 2025.02.25 03:57:08.781605 [ 254 ] {40f6c211-6af0-4abe-9230-3cb7009858b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 10998 | 2025.02.25 03:57:08.782036 [ 254 ] {40f6c211-6af0-4abe-9230-3cb7009858b5} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 10999 | 2025.02.25 03:57:08.782298 [ 254 ] {40f6c211-6af0-4abe-9230-3cb7009858b5} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11000 | 2025.02.25 03:57:08.782475 [ 254 ] {40f6c211-6af0-4abe-9230-3cb7009858b5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001494 sec., 40160.642570281125 rows/sec., 2.71 MiB/sec. | ||
| 11001 | 2025.02.25 03:57:08.782524 [ 254 ] {40f6c211-6af0-4abe-9230-3cb7009858b5} <Debug> TCPHandler: Processed in 0.001679938 sec. | ||
| 11002 | 2025.02.25 03:57:10.222121 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 11003 | 2025.02.25 03:57:10.243376 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11004 | 2025.02.25 03:57:10.243440 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11005 | 2025.02.25 03:57:10.250918 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11006 | 2025.02.25 03:57:10.251694 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11007 | 2025.02.25 03:57:10.255970 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 11008 | 2025.02.25 03:57:10.717554 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11009 | 2025.02.25 03:57:10.717752 [ 4 ] {7ba39e24-d636-40fb-b41d-ac97090a0138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11010 | 2025.02.25 03:57:10.717825 [ 4 ] {7ba39e24-d636-40fb-b41d-ac97090a0138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11011 | 2025.02.25 03:57:10.718593 [ 4 ] {7ba39e24-d636-40fb-b41d-ac97090a0138} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11012 | 2025.02.25 03:57:10.718647 [ 4 ] {7ba39e24-d636-40fb-b41d-ac97090a0138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11013 | 2025.02.25 03:57:10.719079 [ 4 ] {7ba39e24-d636-40fb-b41d-ac97090a0138} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 11014 | 2025.02.25 03:57:10.719330 [ 4 ] {7ba39e24-d636-40fb-b41d-ac97090a0138} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11015 | 2025.02.25 03:57:10.719604 [ 4 ] {7ba39e24-d636-40fb-b41d-ac97090a0138} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001894 sec., 12671.594508975712 rows/sec., 1.05 MiB/sec. | ||
| 11016 | 2025.02.25 03:57:10.719709 [ 4 ] {7ba39e24-d636-40fb-b41d-ac97090a0138} <Debug> TCPHandler: Processed in 0.002285242 sec. | ||
| 11017 | 2025.02.25 03:57:10.719909 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11018 | 2025.02.25 03:57:10.720032 [ 254 ] {ec5494aa-4e7b-4336-8426-7657e9ca4025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11019 | 2025.02.25 03:57:10.720080 [ 254 ] {ec5494aa-4e7b-4336-8426-7657e9ca4025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11020 | 2025.02.25 03:57:10.720644 [ 254 ] {ec5494aa-4e7b-4336-8426-7657e9ca4025} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11021 | 2025.02.25 03:57:10.720685 [ 254 ] {ec5494aa-4e7b-4336-8426-7657e9ca4025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11022 | 2025.02.25 03:57:10.721053 [ 254 ] {ec5494aa-4e7b-4336-8426-7657e9ca4025} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 11023 | 2025.02.25 03:57:10.721303 [ 254 ] {ec5494aa-4e7b-4336-8426-7657e9ca4025} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11024 | 2025.02.25 03:57:10.721576 [ 254 ] {ec5494aa-4e7b-4336-8426-7657e9ca4025} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001559 sec., 2565.747273893521 rows/sec., 209.22 KiB/sec. | ||
| 11025 | 2025.02.25 03:57:10.721771 [ 254 ] {ec5494aa-4e7b-4336-8426-7657e9ca4025} <Debug> TCPHandler: Processed in 0.001920463 sec. | ||
| 11026 | 2025.02.25 03:57:10.721970 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11027 | 2025.02.25 03:57:10.722103 [ 4 ] {b9ae6db4-9669-4245-b6ed-7071a7e656b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11028 | 2025.02.25 03:57:10.722157 [ 4 ] {b9ae6db4-9669-4245-b6ed-7071a7e656b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11029 | 2025.02.25 03:57:10.723496 [ 4 ] {b9ae6db4-9669-4245-b6ed-7071a7e656b9} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11030 | 2025.02.25 03:57:10.723536 [ 4 ] {b9ae6db4-9669-4245-b6ed-7071a7e656b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11031 | 2025.02.25 03:57:10.723980 [ 4 ] {b9ae6db4-9669-4245-b6ed-7071a7e656b9} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 11032 | 2025.02.25 03:57:10.724221 [ 4 ] {b9ae6db4-9669-4245-b6ed-7071a7e656b9} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11033 | 2025.02.25 03:57:10.724442 [ 4 ] {b9ae6db4-9669-4245-b6ed-7071a7e656b9} <Debug> executeQuery: Read 1318 rows, 112.08 KiB in 0.00237 sec., 556118.1434599155 rows/sec., 46.18 MiB/sec. | ||
| 11034 | 2025.02.25 03:57:10.724500 [ 4 ] {b9ae6db4-9669-4245-b6ed-7071a7e656b9} <Debug> TCPHandler: Processed in 0.002607558 sec. | ||
| 11035 | 2025.02.25 03:57:10.724644 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11036 | 2025.02.25 03:57:10.724775 [ 254 ] {4f791968-1898-4616-b024-64e8db1f0d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11037 | 2025.02.25 03:57:10.724829 [ 254 ] {4f791968-1898-4616-b024-64e8db1f0d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11038 | 2025.02.25 03:57:10.725423 [ 254 ] {4f791968-1898-4616-b024-64e8db1f0d08} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11039 | 2025.02.25 03:57:10.725462 [ 254 ] {4f791968-1898-4616-b024-64e8db1f0d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11040 | 2025.02.25 03:57:10.725813 [ 254 ] {4f791968-1898-4616-b024-64e8db1f0d08} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11041 | 2025.02.25 03:57:10.726052 [ 254 ] {4f791968-1898-4616-b024-64e8db1f0d08} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11042 | 2025.02.25 03:57:10.726297 [ 254 ] {4f791968-1898-4616-b024-64e8db1f0d08} <Debug> executeQuery: Read 16 rows, 1.24 KiB in 0.001549 sec., 10329.244673983214 rows/sec., 800.67 KiB/sec. | ||
| 11043 | 2025.02.25 03:57:10.726378 [ 254 ] {4f791968-1898-4616-b024-64e8db1f0d08} <Debug> TCPHandler: Processed in 0.00179641 sec. | ||
| 11044 | 2025.02.25 03:57:10.726597 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11045 | 2025.02.25 03:57:10.726778 [ 4 ] {774877a4-e7a1-4da7-8ac7-d8cddc06ce15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11046 | 2025.02.25 03:57:10.726825 [ 4 ] {774877a4-e7a1-4da7-8ac7-d8cddc06ce15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11047 | 2025.02.25 03:57:10.727455 [ 4 ] {774877a4-e7a1-4da7-8ac7-d8cddc06ce15} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11048 | 2025.02.25 03:57:10.727494 [ 4 ] {774877a4-e7a1-4da7-8ac7-d8cddc06ce15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11049 | 2025.02.25 03:57:10.727849 [ 4 ] {774877a4-e7a1-4da7-8ac7-d8cddc06ce15} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 11050 | 2025.02.25 03:57:10.728116 [ 4 ] {774877a4-e7a1-4da7-8ac7-d8cddc06ce15} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11051 | 2025.02.25 03:57:10.728365 [ 4 ] {774877a4-e7a1-4da7-8ac7-d8cddc06ce15} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00161 sec., 156521.73913043478 rows/sec., 10.83 MiB/sec. | ||
| 11052 | 2025.02.25 03:57:10.728473 [ 4 ] {774877a4-e7a1-4da7-8ac7-d8cddc06ce15} <Debug> TCPHandler: Processed in 0.001996314 sec. | ||
| 11053 | 2025.02.25 03:57:10.728688 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11054 | 2025.02.25 03:57:10.728821 [ 254 ] {3ce11425-5beb-432a-a620-9d505bfce0d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11055 | 2025.02.25 03:57:10.728876 [ 254 ] {3ce11425-5beb-432a-a620-9d505bfce0d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11056 | 2025.02.25 03:57:10.729471 [ 254 ] {3ce11425-5beb-432a-a620-9d505bfce0d4} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11057 | 2025.02.25 03:57:10.729511 [ 254 ] {3ce11425-5beb-432a-a620-9d505bfce0d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11058 | 2025.02.25 03:57:10.729860 [ 254 ] {3ce11425-5beb-432a-a620-9d505bfce0d4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 11059 | 2025.02.25 03:57:10.730096 [ 254 ] {3ce11425-5beb-432a-a620-9d505bfce0d4} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11060 | 2025.02.25 03:57:10.730315 [ 254 ] {3ce11425-5beb-432a-a620-9d505bfce0d4} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001519 sec., 7899.934167215273 rows/sec., 617.18 KiB/sec. | ||
| 11061 | 2025.02.25 03:57:10.730409 [ 254 ] {3ce11425-5beb-432a-a620-9d505bfce0d4} <Debug> TCPHandler: Processed in 0.001823821 sec. | ||
| 11062 | 2025.02.25 03:57:10.730567 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11063 | 2025.02.25 03:57:10.730696 [ 4 ] {a0f8d4ce-0b03-4a66-b53c-779409e0cd66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11064 | 2025.02.25 03:57:10.730749 [ 4 ] {a0f8d4ce-0b03-4a66-b53c-779409e0cd66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11065 | 2025.02.25 03:57:10.731551 [ 4 ] {a0f8d4ce-0b03-4a66-b53c-779409e0cd66} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11066 | 2025.02.25 03:57:10.731589 [ 4 ] {a0f8d4ce-0b03-4a66-b53c-779409e0cd66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11067 | 2025.02.25 03:57:10.731959 [ 4 ] {a0f8d4ce-0b03-4a66-b53c-779409e0cd66} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 11068 | 2025.02.25 03:57:10.732197 [ 4 ] {a0f8d4ce-0b03-4a66-b53c-779409e0cd66} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11069 | 2025.02.25 03:57:10.732413 [ 4 ] {a0f8d4ce-0b03-4a66-b53c-779409e0cd66} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.001745 sec., 320916.90544412605 rows/sec., 24.06 MiB/sec. | ||
| 11070 | 2025.02.25 03:57:10.732466 [ 4 ] {a0f8d4ce-0b03-4a66-b53c-779409e0cd66} <Debug> TCPHandler: Processed in 0.001968834 sec. | ||
| 11071 | 2025.02.25 03:57:10.732609 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11072 | 2025.02.25 03:57:10.732739 [ 254 ] {2b7da7a4-83a3-485e-adcd-39711fb1044e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11073 | 2025.02.25 03:57:10.732797 [ 254 ] {2b7da7a4-83a3-485e-adcd-39711fb1044e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11074 | 2025.02.25 03:57:10.733584 [ 254 ] {2b7da7a4-83a3-485e-adcd-39711fb1044e} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11075 | 2025.02.25 03:57:10.733624 [ 254 ] {2b7da7a4-83a3-485e-adcd-39711fb1044e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11076 | 2025.02.25 03:57:10.734068 [ 254 ] {2b7da7a4-83a3-485e-adcd-39711fb1044e} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 11077 | 2025.02.25 03:57:10.734303 [ 254 ] {2b7da7a4-83a3-485e-adcd-39711fb1044e} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11078 | 2025.02.25 03:57:10.734515 [ 254 ] {2b7da7a4-83a3-485e-adcd-39711fb1044e} <Debug> executeQuery: Read 984 rows, 68.51 KiB in 0.001805 sec., 545152.3545706371 rows/sec., 37.07 MiB/sec. | ||
| 11079 | 2025.02.25 03:57:10.734568 [ 254 ] {2b7da7a4-83a3-485e-adcd-39711fb1044e} <Debug> TCPHandler: Processed in 0.002021585 sec. | ||
| 11080 | 2025.02.25 03:57:10.734713 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11081 | 2025.02.25 03:57:10.734842 [ 4 ] {7e5296d9-bc89-4656-be4f-0c7c25d268c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11082 | 2025.02.25 03:57:10.734896 [ 4 ] {7e5296d9-bc89-4656-be4f-0c7c25d268c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11083 | 2025.02.25 03:57:10.735374 [ 4 ] {7e5296d9-bc89-4656-be4f-0c7c25d268c5} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11084 | 2025.02.25 03:57:10.735412 [ 4 ] {7e5296d9-bc89-4656-be4f-0c7c25d268c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11085 | 2025.02.25 03:57:10.735772 [ 4 ] {7e5296d9-bc89-4656-be4f-0c7c25d268c5} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 11086 | 2025.02.25 03:57:10.736003 [ 4 ] {7e5296d9-bc89-4656-be4f-0c7c25d268c5} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11087 | 2025.02.25 03:57:10.736223 [ 4 ] {7e5296d9-bc89-4656-be4f-0c7c25d268c5} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001406 sec., 17069.701280227597 rows/sec., 1.15 MiB/sec. | ||
| 11088 | 2025.02.25 03:57:10.736314 [ 4 ] {7e5296d9-bc89-4656-be4f-0c7c25d268c5} <Debug> TCPHandler: Processed in 0.001662647 sec. | ||
| 11089 | 2025.02.25 03:57:11.000149 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 249.14 MiB, peak 262.59 MiB, free memory in arenas 0.00 B, will set to 247.98 MiB (RSS), difference: -1.16 MiB | ||
| 11090 | 2025.02.25 03:57:13.763467 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11091 | 2025.02.25 03:57:13.763675 [ 4 ] {d452cb04-fbd2-4e3f-b7a4-964b4e67f93a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11092 | 2025.02.25 03:57:13.763749 [ 4 ] {d452cb04-fbd2-4e3f-b7a4-964b4e67f93a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11093 | 2025.02.25 03:57:13.764504 [ 4 ] {d452cb04-fbd2-4e3f-b7a4-964b4e67f93a} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11094 | 2025.02.25 03:57:13.764559 [ 4 ] {d452cb04-fbd2-4e3f-b7a4-964b4e67f93a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11095 | 2025.02.25 03:57:13.764984 [ 4 ] {d452cb04-fbd2-4e3f-b7a4-964b4e67f93a} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 11096 | 2025.02.25 03:57:13.765236 [ 4 ] {d452cb04-fbd2-4e3f-b7a4-964b4e67f93a} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11097 | 2025.02.25 03:57:13.765451 [ 51 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 11098 | 2025.02.25 03:57:13.765476 [ 4 ] {d452cb04-fbd2-4e3f-b7a4-964b4e67f93a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001848 sec., 30303.030303030304 rows/sec., 2.31 MiB/sec. | ||
| 11099 | 2025.02.25 03:57:13.765551 [ 51 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11100 | 2025.02.25 03:57:13.765629 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11101 | 2025.02.25 03:57:13.765630 [ 4 ] {d452cb04-fbd2-4e3f-b7a4-964b4e67f93a} <Debug> TCPHandler: Processed in 0.002291702 sec. | ||
| 11102 | 2025.02.25 03:57:13.765926 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11103 | 2025.02.25 03:57:13.766014 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 11104 | 2025.02.25 03:57:13.766217 [ 254 ] {75bec314-9469-4557-a163-27e339ede4fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11105 | 2025.02.25 03:57:13.766393 [ 254 ] {75bec314-9469-4557-a163-27e339ede4fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11106 | 2025.02.25 03:57:13.766702 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11107 | 2025.02.25 03:57:13.766885 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1966 rows starting from the beginning of the part | ||
| 11108 | 2025.02.25 03:57:13.767442 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 140 rows starting from the beginning of the part | ||
| 11109 | 2025.02.25 03:57:13.767990 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part | ||
| 11110 | 2025.02.25 03:57:13.768443 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 134 rows starting from the beginning of the part | ||
| 11111 | 2025.02.25 03:57:13.768953 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 1318 rows starting from the beginning of the part | ||
| 11112 | 2025.02.25 03:57:13.769533 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 56 rows starting from the beginning of the part | ||
| 11113 | 2025.02.25 03:57:13.771359 [ 254 ] {75bec314-9469-4557-a163-27e339ede4fd} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11114 | 2025.02.25 03:57:13.771431 [ 254 ] {75bec314-9469-4557-a163-27e339ede4fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11115 | 2025.02.25 03:57:13.772505 [ 254 ] {75bec314-9469-4557-a163-27e339ede4fd} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 11116 | 2025.02.25 03:57:13.772875 [ 254 ] {75bec314-9469-4557-a163-27e339ede4fd} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11117 | 2025.02.25 03:57:13.773103 [ 51 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 11118 | 2025.02.25 03:57:13.773200 [ 51 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11119 | 2025.02.25 03:57:13.773233 [ 254 ] {75bec314-9469-4557-a163-27e339ede4fd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.007122 sec., 8986.239820275203 rows/sec., 718.23 KiB/sec. | ||
| 11120 | 2025.02.25 03:57:13.773266 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11121 | 2025.02.25 03:57:13.773582 [ 254 ] {75bec314-9469-4557-a163-27e339ede4fd} <Debug> TCPHandler: Processed in 0.007811264 sec. | ||
| 11122 | 2025.02.25 03:57:13.773879 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11123 | 2025.02.25 03:57:13.774114 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 11124 | 2025.02.25 03:57:13.774233 [ 4 ] {9cf5b906-a25a-4308-86ab-afc54ab5fe70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11125 | 2025.02.25 03:57:13.774302 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3670 rows, containing 5 columns (5 merged, 0 gathered) in 0.008535511 sec., 429968.3990800316 rows/sec., 37.11 MiB/sec. | ||
| 11126 | 2025.02.25 03:57:13.774343 [ 4 ] {9cf5b906-a25a-4308-86ab-afc54ab5fe70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11127 | 2025.02.25 03:57:13.774381 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11128 | 2025.02.25 03:57:13.774460 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 951 rows starting from the beginning of the part | ||
| 11129 | 2025.02.25 03:57:13.774773 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 115 rows starting from the beginning of the part | ||
| 11130 | 2025.02.25 03:57:13.774904 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 11131 | 2025.02.25 03:57:13.775402 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part | ||
| 11132 | 2025.02.25 03:57:13.775829 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 103 rows starting from the beginning of the part | ||
| 11133 | 2025.02.25 03:57:13.776146 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 560 rows starting from the beginning of the part | ||
| 11134 | 2025.02.25 03:57:13.776248 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_116_23} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11135 | 2025.02.25 03:57:13.776715 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_116_23} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 11136 | 2025.02.25 03:57:13.776756 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 64 rows starting from the beginning of the part | ||
| 11137 | 2025.02.25 03:57:13.777130 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 11138 | 2025.02.25 03:57:13.777478 [ 4 ] {9cf5b906-a25a-4308-86ab-afc54ab5fe70} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11139 | 2025.02.25 03:57:13.777528 [ 4 ] {9cf5b906-a25a-4308-86ab-afc54ab5fe70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11140 | 2025.02.25 03:57:13.778100 [ 4 ] {9cf5b906-a25a-4308-86ab-afc54ab5fe70} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 11141 | 2025.02.25 03:57:13.778413 [ 4 ] {9cf5b906-a25a-4308-86ab-afc54ab5fe70} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11142 | 2025.02.25 03:57:13.778609 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 5 parts from all_1_111_22 to all_115_115_0 | ||
| 11143 | 2025.02.25 03:57:13.778694 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11144 | 2025.02.25 03:57:13.778753 [ 4 ] {9cf5b906-a25a-4308-86ab-afc54ab5fe70} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.004602 sec., 20860.49543676662 rows/sec., 1.45 MiB/sec. | ||
| 11145 | 2025.02.25 03:57:13.778760 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11146 | 2025.02.25 03:57:13.779157 [ 4 ] {9cf5b906-a25a-4308-86ab-afc54ab5fe70} <Debug> TCPHandler: Processed in 0.005448461 sec. | ||
| 11147 | 2025.02.25 03:57:13.779280 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_115_23} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_111_22 to all_115_115_0 into Compact with storage Full | ||
| 11148 | 2025.02.25 03:57:13.779467 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11149 | 2025.02.25 03:57:13.779846 [ 254 ] {3b681c8c-eeac-4892-9607-da7f63ce6b35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11150 | 2025.02.25 03:57:13.779854 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11151 | 2025.02.25 03:57:13.779875 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1857 rows, containing 5 columns (5 merged, 0 gathered) in 0.006233779 sec., 297893.1399396738 rows/sec., 23.38 MiB/sec. | ||
| 11152 | 2025.02.25 03:57:13.779910 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_111_22, total 30629 rows starting from the beginning of the part | ||
| 11153 | 2025.02.25 03:57:13.779950 [ 254 ] {3b681c8c-eeac-4892-9607-da7f63ce6b35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11154 | 2025.02.25 03:57:13.780299 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 166 rows starting from the beginning of the part | ||
| 11155 | 2025.02.25 03:57:13.780405 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 11156 | 2025.02.25 03:57:13.780950 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part | ||
| 11157 | 2025.02.25 03:57:13.781444 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::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 | ||
| 11158 | 2025.02.25 03:57:13.781852 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_116_23} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11159 | 2025.02.25 03:57:13.781891 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 984 rows starting from the beginning of the part | ||
| 11160 | 2025.02.25 03:57:13.782332 [ 187 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_116_23} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 11161 | 2025.02.25 03:57:13.782668 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 11162 | 2025.02.25 03:57:13.782941 [ 254 ] {3b681c8c-eeac-4892-9607-da7f63ce6b35} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11163 | 2025.02.25 03:57:13.782995 [ 254 ] {3b681c8c-eeac-4892-9607-da7f63ce6b35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11164 | 2025.02.25 03:57:13.783502 [ 254 ] {3b681c8c-eeac-4892-9607-da7f63ce6b35} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 11165 | 2025.02.25 03:57:13.783897 [ 254 ] {3b681c8c-eeac-4892-9607-da7f63ce6b35} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11166 | 2025.02.25 03:57:13.784097 [ 51 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 11167 | 2025.02.25 03:57:13.784159 [ 51 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11168 | 2025.02.25 03:57:13.784189 [ 254 ] {3b681c8c-eeac-4892-9607-da7f63ce6b35} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.004428 sec., 8130.081300813009 rows/sec., 561.06 KiB/sec. | ||
| 11169 | 2025.02.25 03:57:13.784260 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11170 | 2025.02.25 03:57:13.784469 [ 254 ] {3b681c8c-eeac-4892-9607-da7f63ce6b35} <Debug> TCPHandler: Processed in 0.005184936 sec. | ||
| 11171 | 2025.02.25 03:57:13.784958 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 11172 | 2025.02.25 03:57:13.785493 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11173 | 2025.02.25 03:57:13.785619 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 5734 rows starting from the beginning of the part | ||
| 11174 | 2025.02.25 03:57:13.785940 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 11175 | 2025.02.25 03:57:13.786194 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 11176 | 2025.02.25 03:57:13.786392 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 11177 | 2025.02.25 03:57:13.786599 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 24 rows starting from the beginning of the part | ||
| 11178 | 2025.02.25 03:57:13.786698 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 36 rows starting from the beginning of the part | ||
| 11179 | 2025.02.25 03:57:13.789899 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5974 rows, containing 4 columns (4 merged, 0 gathered) in 0.005456642 sec., 1094812.5238928997 rows/sec., 73.53 MiB/sec. | ||
| 11180 | 2025.02.25 03:57:13.790592 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 11181 | 2025.02.25 03:57:13.790924 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_116_23} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11182 | 2025.02.25 03:57:13.791014 [ 191 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_116_23} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 11183 | 2025.02.25 03:57:13.791105 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 11184 | 2025.02.25 03:57:13.793135 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32099 rows, containing 5 columns (5 merged, 0 gathered) in 0.014207018 sec., 2259376.316690807 rows/sec., 154.64 MiB/sec. | ||
| 11185 | 2025.02.25 03:57:13.793857 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) | ||
| 11186 | 2025.02.25 03:57:13.794157 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11187 | 2025.02.25 03:57:13.794235 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 5 parts: [all_1_111_22, all_115_115_0] -> all_1_115_23 | ||
| 11188 | 2025.02.25 03:57:13.794318 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 11189 | 2025.02.25 03:57:14.000150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 248.33 MiB, peak 262.59 MiB, free memory in arenas 0.00 B, will set to 249.87 MiB (RSS), difference: 1.54 MiB | ||
| 11190 | 2025.02.25 03:57:15.520971 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31659 | ||
| 11191 | 2025.02.25 03:57:15.521631 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11192 | 2025.02.25 03:57:15.521681 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11193 | 2025.02.25 03:57:15.522222 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11194 | 2025.02.25 03:57:15.522487 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11195 | 2025.02.25 03:57:15.522758 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
| 11196 | 2025.02.25 03:57:17.757017 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 11197 | 2025.02.25 03:57:17.778169 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11198 | 2025.02.25 03:57:17.778237 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
| 11199 | 2025.02.25 03:57:17.785624 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11200 | 2025.02.25 03:57:17.786381 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11201 | 2025.02.25 03:57:17.789108 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 11202 | 2025.02.25 03:57:18.170295 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1526 | ||
| 11203 | 2025.02.25 03:57:18.173595 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11204 | 2025.02.25 03:57:18.173644 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11205 | 2025.02.25 03:57:18.175134 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 11206 | 2025.02.25 03:57:18.175445 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11207 | 2025.02.25 03:57:18.175717 [ 44 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 11208 | 2025.02.25 03:57:18.175848 [ 44 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11209 | 2025.02.25 03:57:18.175928 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11210 | 2025.02.25 03:57:18.176372 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::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 | ||
| 11211 | 2025.02.25 03:57:18.176919 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1526 | ||
| 11212 | 2025.02.25 03:57:18.177402 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11213 | 2025.02.25 03:57:18.177586 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1384 rows starting from the beginning of the part | ||
| 11214 | 2025.02.25 03:57:18.178219 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 22 rows starting from the beginning of the part | ||
| 11215 | 2025.02.25 03:57:18.178811 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::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 | ||
| 11216 | 2025.02.25 03:57:18.179304 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 20 rows starting from the beginning of the part | ||
| 11217 | 2025.02.25 03:57:18.179783 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 22 rows starting from the beginning of the part | ||
| 11218 | 2025.02.25 03:57:18.180267 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 38 rows starting from the beginning of the part | ||
| 11219 | 2025.02.25 03:57:18.188913 [ 196 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1526 rows, containing 72 columns (72 merged, 0 gathered) in 0.012821937 sec., 119014.7791242462 rows/sec., 93.83 MiB/sec. | ||
| 11220 | 2025.02.25 03:57:18.190842 [ 190 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 11221 | 2025.02.25 03:57:18.191700 [ 190 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_51_10} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11222 | 2025.02.25 03:57:18.191806 [ 190 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_51_10} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 11223 | 2025.02.25 03:57:18.192144 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
| 11224 | 2025.02.25 03:57:18.769323 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11225 | 2025.02.25 03:57:18.769513 [ 4 ] {4a7b3df7-a2cb-4895-b478-ce5defdf4073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11226 | 2025.02.25 03:57:18.769591 [ 4 ] {4a7b3df7-a2cb-4895-b478-ce5defdf4073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11227 | 2025.02.25 03:57:18.770426 [ 4 ] {4a7b3df7-a2cb-4895-b478-ce5defdf4073} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11228 | 2025.02.25 03:57:18.770470 [ 4 ] {4a7b3df7-a2cb-4895-b478-ce5defdf4073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11229 | 2025.02.25 03:57:18.770930 [ 4 ] {4a7b3df7-a2cb-4895-b478-ce5defdf4073} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 11230 | 2025.02.25 03:57:18.771200 [ 4 ] {4a7b3df7-a2cb-4895-b478-ce5defdf4073} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11231 | 2025.02.25 03:57:18.771402 [ 4 ] {4a7b3df7-a2cb-4895-b478-ce5defdf4073} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001941 sec., 69036.57908294693 rows/sec., 5.94 MiB/sec. | ||
| 11232 | 2025.02.25 03:57:18.771467 [ 4 ] {4a7b3df7-a2cb-4895-b478-ce5defdf4073} <Debug> TCPHandler: Processed in 0.002275031 sec. | ||
| 11233 | 2025.02.25 03:57:18.771647 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11234 | 2025.02.25 03:57:18.771767 [ 254 ] {c696eed4-edd6-4c41-b12e-994f40dfa883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11235 | 2025.02.25 03:57:18.771817 [ 254 ] {c696eed4-edd6-4c41-b12e-994f40dfa883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11236 | 2025.02.25 03:57:18.772388 [ 254 ] {c696eed4-edd6-4c41-b12e-994f40dfa883} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11237 | 2025.02.25 03:57:18.772427 [ 254 ] {c696eed4-edd6-4c41-b12e-994f40dfa883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11238 | 2025.02.25 03:57:18.772816 [ 254 ] {c696eed4-edd6-4c41-b12e-994f40dfa883} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11239 | 2025.02.25 03:57:18.773062 [ 254 ] {c696eed4-edd6-4c41-b12e-994f40dfa883} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11240 | 2025.02.25 03:57:18.773227 [ 254 ] {c696eed4-edd6-4c41-b12e-994f40dfa883} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00149 sec., 26174.4966442953 rows/sec., 1.92 MiB/sec. | ||
| 11241 | 2025.02.25 03:57:18.773279 [ 254 ] {c696eed4-edd6-4c41-b12e-994f40dfa883} <Debug> TCPHandler: Processed in 0.001689948 sec. | ||
| 11242 | 2025.02.25 03:57:18.773432 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11243 | 2025.02.25 03:57:18.773566 [ 4 ] {25ab808c-6ed1-43b8-8a98-7fcf1f74524a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11244 | 2025.02.25 03:57:18.773616 [ 4 ] {25ab808c-6ed1-43b8-8a98-7fcf1f74524a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11245 | 2025.02.25 03:57:18.774178 [ 4 ] {25ab808c-6ed1-43b8-8a98-7fcf1f74524a} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11246 | 2025.02.25 03:57:18.774216 [ 4 ] {25ab808c-6ed1-43b8-8a98-7fcf1f74524a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11247 | 2025.02.25 03:57:18.774587 [ 4 ] {25ab808c-6ed1-43b8-8a98-7fcf1f74524a} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 11248 | 2025.02.25 03:57:18.774837 [ 4 ] {25ab808c-6ed1-43b8-8a98-7fcf1f74524a} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11249 | 2025.02.25 03:57:18.775021 [ 4 ] {25ab808c-6ed1-43b8-8a98-7fcf1f74524a} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001484 sec., 69407.00808625337 rows/sec., 5.42 MiB/sec. | ||
| 11250 | 2025.02.25 03:57:18.775074 [ 4 ] {25ab808c-6ed1-43b8-8a98-7fcf1f74524a} <Debug> TCPHandler: Processed in 0.001698947 sec. | ||
| 11251 | 2025.02.25 03:57:18.775216 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11252 | 2025.02.25 03:57:18.775327 [ 254 ] {1d7ede44-cf0f-40cb-9433-1826e6537255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11253 | 2025.02.25 03:57:18.775378 [ 254 ] {1d7ede44-cf0f-40cb-9433-1826e6537255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11254 | 2025.02.25 03:57:18.775907 [ 254 ] {1d7ede44-cf0f-40cb-9433-1826e6537255} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11255 | 2025.02.25 03:57:18.775945 [ 254 ] {1d7ede44-cf0f-40cb-9433-1826e6537255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11256 | 2025.02.25 03:57:18.776336 [ 254 ] {1d7ede44-cf0f-40cb-9433-1826e6537255} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 11257 | 2025.02.25 03:57:18.776579 [ 254 ] {1d7ede44-cf0f-40cb-9433-1826e6537255} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11258 | 2025.02.25 03:57:18.776758 [ 254 ] {1d7ede44-cf0f-40cb-9433-1826e6537255} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001454 sec., 110041.26547455296 rows/sec., 7.66 MiB/sec. | ||
| 11259 | 2025.02.25 03:57:18.776807 [ 254 ] {1d7ede44-cf0f-40cb-9433-1826e6537255} <Debug> TCPHandler: Processed in 0.001644036 sec. | ||
| 11260 | 2025.02.25 03:57:18.776953 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11261 | 2025.02.25 03:57:18.777067 [ 4 ] {380661af-eab9-46c7-978e-cac31b7beb2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11262 | 2025.02.25 03:57:18.777133 [ 4 ] {380661af-eab9-46c7-978e-cac31b7beb2a} <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 | ||
| 11263 | 2025.02.25 03:57:18.778254 [ 4 ] {380661af-eab9-46c7-978e-cac31b7beb2a} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11264 | 2025.02.25 03:57:18.778291 [ 4 ] {380661af-eab9-46c7-978e-cac31b7beb2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11265 | 2025.02.25 03:57:18.778964 [ 4 ] {380661af-eab9-46c7-978e-cac31b7beb2a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 11266 | 2025.02.25 03:57:18.779222 [ 4 ] {380661af-eab9-46c7-978e-cac31b7beb2a} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11267 | 2025.02.25 03:57:18.779455 [ 4 ] {380661af-eab9-46c7-978e-cac31b7beb2a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00241 sec., 16182.572614107885 rows/sec., 29.00 MiB/sec. | ||
| 11268 | 2025.02.25 03:57:18.779565 [ 4 ] {380661af-eab9-46c7-978e-cac31b7beb2a} <Debug> TCPHandler: Processed in 0.00266514 sec. | ||
| 11269 | 2025.02.25 03:57:18.779711 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11270 | 2025.02.25 03:57:18.779826 [ 254 ] {9a409c3c-313e-4c7c-bcca-33f94736e303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11271 | 2025.02.25 03:57:18.779874 [ 254 ] {9a409c3c-313e-4c7c-bcca-33f94736e303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11272 | 2025.02.25 03:57:18.780324 [ 254 ] {9a409c3c-313e-4c7c-bcca-33f94736e303} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11273 | 2025.02.25 03:57:18.780364 [ 254 ] {9a409c3c-313e-4c7c-bcca-33f94736e303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11274 | 2025.02.25 03:57:18.780742 [ 254 ] {9a409c3c-313e-4c7c-bcca-33f94736e303} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 11275 | 2025.02.25 03:57:18.780992 [ 254 ] {9a409c3c-313e-4c7c-bcca-33f94736e303} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11276 | 2025.02.25 03:57:18.781200 [ 254 ] {9a409c3c-313e-4c7c-bcca-33f94736e303} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
| 11277 | 2025.02.25 03:57:18.781251 [ 254 ] {9a409c3c-313e-4c7c-bcca-33f94736e303} <Debug> TCPHandler: Processed in 0.001593816 sec. | ||
| 11278 | 2025.02.25 03:57:21.154150 [ 42 ] {} <Debug> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 11279 | 2025.02.25 03:57:21.154220 [ 42 ] {} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11280 | 2025.02.25 03:57:21.154243 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11281 | 2025.02.25 03:57:21.154442 [ 192 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 11282 | 2025.02.25 03:57:21.154634 [ 192 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11283 | 2025.02.25 03:57:21.154677 [ 192 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 11284 | 2025.02.25 03:57:21.154761 [ 192 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 11285 | 2025.02.25 03:57:21.154864 [ 192 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 11286 | 2025.02.25 03:57:21.154994 [ 192 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 11287 | 2025.02.25 03:57:21.155078 [ 192 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 11288 | 2025.02.25 03:57:21.156044 [ 190 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.001720759 sec., 158069.7819973628 rows/sec., 10.15 MiB/sec. | ||
| 11289 | 2025.02.25 03:57:21.156194 [ 196 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 11290 | 2025.02.25 03:57:21.156510 [ 196 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_17_4} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11291 | 2025.02.25 03:57:21.156606 [ 196 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_17_4} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 11292 | 2025.02.25 03:57:21.156699 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11293 | 2025.02.25 03:57:22.785480 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11294 | 2025.02.25 03:57:22.785536 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11295 | 2025.02.25 03:57:23.007805 [ 221 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): 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] | ||
| 11296 | 2025.02.25 03:57:23.007872 [ 221 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): 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] | ||
| 11297 | 2025.02.25 03:57:23.016212 [ 221 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): 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] | ||
| 11298 | 2025.02.25 03:57:23.023851 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32147 | ||
| 11299 | 2025.02.25 03:57:23.024533 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11300 | 2025.02.25 03:57:23.024582 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11301 | 2025.02.25 03:57:23.025131 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11302 | 2025.02.25 03:57:23.025394 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11303 | 2025.02.25 03:57:23.025692 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32147 | ||
| 11304 | 2025.02.25 03:57:23.025764 [ 225 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): 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] | ||
| 11305 | 2025.02.25 03:57:23.025815 [ 225 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): 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] | ||
| 11306 | 2025.02.25 03:57:23.028059 [ 225 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): 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] | ||
| 11307 | 2025.02.25 03:57:23.252261 [ 219 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 11308 | 2025.02.25 03:57:23.252308 [ 219 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 11309 | 2025.02.25 03:57:23.254771 [ 219 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 11310 | 2025.02.25 03:57:23.314786 [ 224 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 11311 | 2025.02.25 03:57:23.314842 [ 224 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 11312 | 2025.02.25 03:57:23.317255 [ 224 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 11313 | 2025.02.25 03:57:23.575323 [ 39 ] {} <Debug> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 11314 | 2025.02.25 03:57:23.575395 [ 39 ] {} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11315 | 2025.02.25 03:57:23.575423 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11316 | 2025.02.25 03:57:23.575644 [ 190 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 11317 | 2025.02.25 03:57:23.575865 [ 190 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11318 | 2025.02.25 03:57:23.575904 [ 190 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 11319 | 2025.02.25 03:57:23.575990 [ 190 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 11320 | 2025.02.25 03:57:23.576275 [ 190 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 11321 | 2025.02.25 03:57:23.576469 [ 190 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 11322 | 2025.02.25 03:57:23.576639 [ 190 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 11323 | 2025.02.25 03:57:23.577902 [ 196 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.002391094 sec., 217473.67522983204 rows/sec., 15.44 MiB/sec. | ||
| 11324 | 2025.02.25 03:57:23.578105 [ 196 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 11325 | 2025.02.25 03:57:23.578461 [ 196 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_17_4} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11326 | 2025.02.25 03:57:23.578566 [ 196 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_17_4} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 11327 | 2025.02.25 03:57:23.578665 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 11328 | 2025.02.25 03:57:23.766850 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11329 | 2025.02.25 03:57:23.767122 [ 4 ] {04f0cbd9-dbac-4bf6-8c07-6275f2d02f08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11330 | 2025.02.25 03:57:23.767229 [ 4 ] {04f0cbd9-dbac-4bf6-8c07-6275f2d02f08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11331 | 2025.02.25 03:57:23.768112 [ 4 ] {04f0cbd9-dbac-4bf6-8c07-6275f2d02f08} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11332 | 2025.02.25 03:57:23.768157 [ 4 ] {04f0cbd9-dbac-4bf6-8c07-6275f2d02f08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11333 | 2025.02.25 03:57:23.768585 [ 4 ] {04f0cbd9-dbac-4bf6-8c07-6275f2d02f08} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 11334 | 2025.02.25 03:57:23.768834 [ 4 ] {04f0cbd9-dbac-4bf6-8c07-6275f2d02f08} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11335 | 2025.02.25 03:57:23.769049 [ 4 ] {04f0cbd9-dbac-4bf6-8c07-6275f2d02f08} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002006 sec., 27916.251246261218 rows/sec., 2.13 MiB/sec. | ||
| 11336 | 2025.02.25 03:57:23.769114 [ 4 ] {04f0cbd9-dbac-4bf6-8c07-6275f2d02f08} <Debug> TCPHandler: Processed in 0.002445724 sec. | ||
| 11337 | 2025.02.25 03:57:23.769272 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11338 | 2025.02.25 03:57:23.769391 [ 254 ] {adb3ec3a-448a-4e77-b5f1-107d5eee8d29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11339 | 2025.02.25 03:57:23.769442 [ 254 ] {adb3ec3a-448a-4e77-b5f1-107d5eee8d29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11340 | 2025.02.25 03:57:23.770005 [ 254 ] {adb3ec3a-448a-4e77-b5f1-107d5eee8d29} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11341 | 2025.02.25 03:57:23.770045 [ 254 ] {adb3ec3a-448a-4e77-b5f1-107d5eee8d29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11342 | 2025.02.25 03:57:23.770412 [ 254 ] {adb3ec3a-448a-4e77-b5f1-107d5eee8d29} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 11343 | 2025.02.25 03:57:23.770658 [ 254 ] {adb3ec3a-448a-4e77-b5f1-107d5eee8d29} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11344 | 2025.02.25 03:57:23.770888 [ 254 ] {adb3ec3a-448a-4e77-b5f1-107d5eee8d29} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001524 sec., 41994.75065616798 rows/sec., 3.28 MiB/sec. | ||
| 11345 | 2025.02.25 03:57:23.770942 [ 254 ] {adb3ec3a-448a-4e77-b5f1-107d5eee8d29} <Debug> TCPHandler: Processed in 0.001727938 sec. | ||
| 11346 | 2025.02.25 03:57:23.771085 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11347 | 2025.02.25 03:57:23.771215 [ 4 ] {6e9a1077-08ac-4752-91e2-688915409a94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11348 | 2025.02.25 03:57:23.771274 [ 4 ] {6e9a1077-08ac-4752-91e2-688915409a94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11349 | 2025.02.25 03:57:23.771842 [ 4 ] {6e9a1077-08ac-4752-91e2-688915409a94} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11350 | 2025.02.25 03:57:23.771881 [ 4 ] {6e9a1077-08ac-4752-91e2-688915409a94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11351 | 2025.02.25 03:57:23.772274 [ 4 ] {6e9a1077-08ac-4752-91e2-688915409a94} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 11352 | 2025.02.25 03:57:23.772516 [ 4 ] {6e9a1077-08ac-4752-91e2-688915409a94} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11353 | 2025.02.25 03:57:23.772745 [ 4 ] {6e9a1077-08ac-4752-91e2-688915409a94} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec. | ||
| 11354 | 2025.02.25 03:57:23.772802 [ 4 ] {6e9a1077-08ac-4752-91e2-688915409a94} <Debug> TCPHandler: Processed in 0.00178002 sec. | ||
| 11355 | 2025.02.25 03:57:23.772815 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 11356 | 2025.02.25 03:57:23.772854 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 11357 | 2025.02.25 03:57:23.772954 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11358 | 2025.02.25 03:57:23.773089 [ 254 ] {f0f89c6a-6a31-46e8-a133-c4f3a8ac8161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11359 | 2025.02.25 03:57:23.773146 [ 254 ] {f0f89c6a-6a31-46e8-a133-c4f3a8ac8161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11360 | 2025.02.25 03:57:23.773822 [ 254 ] {f0f89c6a-6a31-46e8-a133-c4f3a8ac8161} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11361 | 2025.02.25 03:57:23.773866 [ 254 ] {f0f89c6a-6a31-46e8-a133-c4f3a8ac8161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11362 | 2025.02.25 03:57:23.774284 [ 254 ] {f0f89c6a-6a31-46e8-a133-c4f3a8ac8161} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 11363 | 2025.02.25 03:57:23.774534 [ 254 ] {f0f89c6a-6a31-46e8-a133-c4f3a8ac8161} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11364 | 2025.02.25 03:57:23.774746 [ 254 ] {f0f89c6a-6a31-46e8-a133-c4f3a8ac8161} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001686 sec., 35587.18861209964 rows/sec., 2.40 MiB/sec. | ||
| 11365 | 2025.02.25 03:57:23.774797 [ 254 ] {f0f89c6a-6a31-46e8-a133-c4f3a8ac8161} <Debug> TCPHandler: Processed in 0.001912232 sec. | ||
| 11366 | 2025.02.25 03:57:23.775600 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 11367 | 2025.02.25 03:57:24.537098 [ 225 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 11368 | 2025.02.25 03:57:24.537179 [ 225 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 11369 | 2025.02.25 03:57:24.539385 [ 225 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 11370 | 2025.02.25 03:57:25.290147 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 11371 | 2025.02.25 03:57:25.310955 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11372 | 2025.02.25 03:57:25.311014 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11373 | 2025.02.25 03:57:25.318091 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11374 | 2025.02.25 03:57:25.318864 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11375 | 2025.02.25 03:57:25.324025 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 11376 | 2025.02.25 03:57:28.178104 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1546 | ||
| 11377 | 2025.02.25 03:57:28.180928 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11378 | 2025.02.25 03:57:28.180981 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11379 | 2025.02.25 03:57:28.182466 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11380 | 2025.02.25 03:57:28.182779 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11381 | 2025.02.25 03:57:28.183332 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1546 | ||
| 11382 | 2025.02.25 03:57:28.768731 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11383 | 2025.02.25 03:57:28.768950 [ 4 ] {0fb9419e-fa1b-41e6-9464-8a1efd7b2456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11384 | 2025.02.25 03:57:28.769034 [ 4 ] {0fb9419e-fa1b-41e6-9464-8a1efd7b2456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11385 | 2025.02.25 03:57:28.769844 [ 4 ] {0fb9419e-fa1b-41e6-9464-8a1efd7b2456} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11386 | 2025.02.25 03:57:28.769899 [ 4 ] {0fb9419e-fa1b-41e6-9464-8a1efd7b2456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11387 | 2025.02.25 03:57:28.770329 [ 4 ] {0fb9419e-fa1b-41e6-9464-8a1efd7b2456} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 11388 | 2025.02.25 03:57:28.770584 [ 4 ] {0fb9419e-fa1b-41e6-9464-8a1efd7b2456} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11389 | 2025.02.25 03:57:28.770831 [ 4 ] {0fb9419e-fa1b-41e6-9464-8a1efd7b2456} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001937 sec., 1032.5245224574085 rows/sec., 84.20 KiB/sec. | ||
| 11390 | 2025.02.25 03:57:28.770949 [ 4 ] {0fb9419e-fa1b-41e6-9464-8a1efd7b2456} <Debug> TCPHandler: Processed in 0.002358693 sec. | ||
| 11391 | 2025.02.25 03:57:28.771114 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11392 | 2025.02.25 03:57:28.771230 [ 254 ] {3aa3f7cf-e2b9-4ec4-8fce-61c3739cf9dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11393 | 2025.02.25 03:57:28.771277 [ 254 ] {3aa3f7cf-e2b9-4ec4-8fce-61c3739cf9dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11394 | 2025.02.25 03:57:28.771874 [ 254 ] {3aa3f7cf-e2b9-4ec4-8fce-61c3739cf9dd} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11395 | 2025.02.25 03:57:28.771914 [ 254 ] {3aa3f7cf-e2b9-4ec4-8fce-61c3739cf9dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11396 | 2025.02.25 03:57:28.772303 [ 254 ] {3aa3f7cf-e2b9-4ec4-8fce-61c3739cf9dd} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 11397 | 2025.02.25 03:57:28.772544 [ 254 ] {3aa3f7cf-e2b9-4ec4-8fce-61c3739cf9dd} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11398 | 2025.02.25 03:57:28.772744 [ 254 ] {3aa3f7cf-e2b9-4ec4-8fce-61c3739cf9dd} <Debug> executeQuery: Read 135 rows, 11.88 KiB in 0.001535 sec., 87947.88273615636 rows/sec., 7.56 MiB/sec. | ||
| 11399 | 2025.02.25 03:57:28.772823 [ 254 ] {3aa3f7cf-e2b9-4ec4-8fce-61c3739cf9dd} <Debug> TCPHandler: Processed in 0.00176546 sec. | ||
| 11400 | 2025.02.25 03:57:28.772974 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11401 | 2025.02.25 03:57:28.773268 [ 4 ] {dea56f35-924a-461c-ab81-6e24a56dd9e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11402 | 2025.02.25 03:57:28.773411 [ 4 ] {dea56f35-924a-461c-ab81-6e24a56dd9e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11403 | 2025.02.25 03:57:28.774424 [ 4 ] {dea56f35-924a-461c-ab81-6e24a56dd9e2} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11404 | 2025.02.25 03:57:28.774466 [ 4 ] {dea56f35-924a-461c-ab81-6e24a56dd9e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11405 | 2025.02.25 03:57:28.774836 [ 4 ] {dea56f35-924a-461c-ab81-6e24a56dd9e2} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 11406 | 2025.02.25 03:57:28.775101 [ 4 ] {dea56f35-924a-461c-ab81-6e24a56dd9e2} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11407 | 2025.02.25 03:57:28.775332 [ 4 ] {dea56f35-924a-461c-ab81-6e24a56dd9e2} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.002184 sec., 18772.89377289377 rows/sec., 1.37 MiB/sec. | ||
| 11408 | 2025.02.25 03:57:28.775392 [ 4 ] {dea56f35-924a-461c-ab81-6e24a56dd9e2} <Debug> TCPHandler: Processed in 0.002477325 sec. | ||
| 11409 | 2025.02.25 03:57:28.775552 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11410 | 2025.02.25 03:57:28.775689 [ 254 ] {7658e70b-6712-4b97-9f7d-cedda8b33c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11411 | 2025.02.25 03:57:28.775743 [ 254 ] {7658e70b-6712-4b97-9f7d-cedda8b33c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11412 | 2025.02.25 03:57:28.776433 [ 254 ] {7658e70b-6712-4b97-9f7d-cedda8b33c20} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11413 | 2025.02.25 03:57:28.776479 [ 254 ] {7658e70b-6712-4b97-9f7d-cedda8b33c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11414 | 2025.02.25 03:57:28.776879 [ 254 ] {7658e70b-6712-4b97-9f7d-cedda8b33c20} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 11415 | 2025.02.25 03:57:28.777111 [ 254 ] {7658e70b-6712-4b97-9f7d-cedda8b33c20} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11416 | 2025.02.25 03:57:28.777324 [ 254 ] {7658e70b-6712-4b97-9f7d-cedda8b33c20} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001664 sec., 63100.96153846154 rows/sec., 4.93 MiB/sec. | ||
| 11417 | 2025.02.25 03:57:28.777377 [ 254 ] {7658e70b-6712-4b97-9f7d-cedda8b33c20} <Debug> TCPHandler: Processed in 0.001906983 sec. | ||
| 11418 | 2025.02.25 03:57:28.777544 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11419 | 2025.02.25 03:57:28.777652 [ 4 ] {bb3e2a5f-57a4-4417-a729-3ff66a1019a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11420 | 2025.02.25 03:57:28.777701 [ 4 ] {bb3e2a5f-57a4-4417-a729-3ff66a1019a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11421 | 2025.02.25 03:57:28.778215 [ 4 ] {bb3e2a5f-57a4-4417-a729-3ff66a1019a0} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11422 | 2025.02.25 03:57:28.778254 [ 4 ] {bb3e2a5f-57a4-4417-a729-3ff66a1019a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11423 | 2025.02.25 03:57:28.778724 [ 4 ] {bb3e2a5f-57a4-4417-a729-3ff66a1019a0} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 11424 | 2025.02.25 03:57:28.779040 [ 4 ] {bb3e2a5f-57a4-4417-a729-3ff66a1019a0} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11425 | 2025.02.25 03:57:28.779281 [ 4 ] {bb3e2a5f-57a4-4417-a729-3ff66a1019a0} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001649 sec., 97634.9302607641 rows/sec., 6.80 MiB/sec. | ||
| 11426 | 2025.02.25 03:57:28.779345 [ 4 ] {bb3e2a5f-57a4-4417-a729-3ff66a1019a0} <Debug> TCPHandler: Processed in 0.001854252 sec. | ||
| 11427 | 2025.02.25 03:57:28.779486 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11428 | 2025.02.25 03:57:28.779596 [ 254 ] {5305984b-8d20-4202-bf22-219679d5f453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11429 | 2025.02.25 03:57:28.779662 [ 254 ] {5305984b-8d20-4202-bf22-219679d5f453} <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 | ||
| 11430 | 2025.02.25 03:57:28.780790 [ 254 ] {5305984b-8d20-4202-bf22-219679d5f453} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11431 | 2025.02.25 03:57:28.780830 [ 254 ] {5305984b-8d20-4202-bf22-219679d5f453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11432 | 2025.02.25 03:57:28.781498 [ 254 ] {5305984b-8d20-4202-bf22-219679d5f453} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 11433 | 2025.02.25 03:57:28.781753 [ 254 ] {5305984b-8d20-4202-bf22-219679d5f453} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11434 | 2025.02.25 03:57:28.781939 [ 33 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 11435 | 2025.02.25 03:57:28.782011 [ 254 ] {5305984b-8d20-4202-bf22-219679d5f453} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002431 sec., 16042.7807486631 rows/sec., 28.75 MiB/sec. | ||
| 11436 | 2025.02.25 03:57:28.782022 [ 33 ] {} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11437 | 2025.02.25 03:57:28.782092 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11438 | 2025.02.25 03:57:28.782366 [ 254 ] {5305984b-8d20-4202-bf22-219679d5f453} <Debug> TCPHandler: Processed in 0.002926105 sec. | ||
| 11439 | 2025.02.25 03:57:28.782436 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::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 | ||
| 11440 | 2025.02.25 03:57:28.782579 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11441 | 2025.02.25 03:57:28.782861 [ 4 ] {480ca687-c3bc-4538-8d3f-dc5706a0a232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11442 | 2025.02.25 03:57:28.783011 [ 4 ] {480ca687-c3bc-4538-8d3f-dc5706a0a232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11443 | 2025.02.25 03:57:28.783306 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11444 | 2025.02.25 03:57:28.783586 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1686 rows starting from the beginning of the part | ||
| 11445 | 2025.02.25 03:57:28.784417 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 39 rows starting from the beginning of the part | ||
| 11446 | 2025.02.25 03:57:28.785274 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 39 rows starting from the beginning of the part | ||
| 11447 | 2025.02.25 03:57:28.785358 [ 4 ] {480ca687-c3bc-4538-8d3f-dc5706a0a232} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11448 | 2025.02.25 03:57:28.785443 [ 4 ] {480ca687-c3bc-4538-8d3f-dc5706a0a232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11449 | 2025.02.25 03:57:28.786054 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 39 rows starting from the beginning of the part | ||
| 11450 | 2025.02.25 03:57:28.786867 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 39 rows starting from the beginning of the part | ||
| 11451 | 2025.02.25 03:57:28.787074 [ 4 ] {480ca687-c3bc-4538-8d3f-dc5706a0a232} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 11452 | 2025.02.25 03:57:28.787505 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 39 rows starting from the beginning of the part | ||
| 11453 | 2025.02.25 03:57:28.787989 [ 4 ] {480ca687-c3bc-4538-8d3f-dc5706a0a232} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11454 | 2025.02.25 03:57:28.788744 [ 4 ] {480ca687-c3bc-4538-8d3f-dc5706a0a232} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005981 sec., 10031.767262999498 rows/sec., 692.30 KiB/sec. | ||
| 11455 | 2025.02.25 03:57:28.789032 [ 4 ] {480ca687-c3bc-4538-8d3f-dc5706a0a232} <Debug> TCPHandler: Processed in 0.006546136 sec. | ||
| 11456 | 2025.02.25 03:57:28.799579 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1881 rows, containing 19 columns (19 merged, 0 gathered) in 0.017325357 sec., 108569.19138809088 rows/sec., 194.55 MiB/sec. | ||
| 11457 | 2025.02.25 03:57:28.801072 [ 195 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 11458 | 2025.02.25 03:57:28.801500 [ 195 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11459 | 2025.02.25 03:57:28.801592 [ 195 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 11460 | 2025.02.25 03:57:28.801719 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.46 MiB. | ||
| 11461 | 2025.02.25 03:57:29.000149 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.60 MiB, peak 268.02 MiB, free memory in arenas 0.00 B, will set to 255.66 MiB (RSS), difference: 5.06 MiB | ||
| 11462 | 2025.02.25 03:57:30.526837 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32574 | ||
| 11463 | 2025.02.25 03:57:30.527661 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11464 | 2025.02.25 03:57:30.527711 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11465 | 2025.02.25 03:57:30.528250 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11466 | 2025.02.25 03:57:30.528521 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11467 | 2025.02.25 03:57:30.528796 [ 30 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11468 | 2025.02.25 03:57:30.528823 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 | ||
| 11469 | 2025.02.25 03:57:30.528900 [ 30 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11470 | 2025.02.25 03:57:30.528933 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11471 | 2025.02.25 03:57:30.529064 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 11472 | 2025.02.25 03:57:30.529208 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11473 | 2025.02.25 03:57:30.529253 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30317 rows starting from the beginning of the part | ||
| 11474 | 2025.02.25 03:57:30.529340 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 11475 | 2025.02.25 03:57:30.529625 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 11476 | 2025.02.25 03:57:30.529819 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 11477 | 2025.02.25 03:57:30.529997 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 11478 | 2025.02.25 03:57:30.530113 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 11479 | 2025.02.25 03:57:30.532856 [ 193 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.003850906 sec., 8458788.659084382 rows/sec., 121.00 MiB/sec. | ||
| 11480 | 2025.02.25 03:57:30.533198 [ 202 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11481 | 2025.02.25 03:57:30.533538 [ 202 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_71_14} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11482 | 2025.02.25 03:57:30.533635 [ 202 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_71_14} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11483 | 2025.02.25 03:57:30.533735 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. | ||
| 11484 | 2025.02.25 03:57:32.825065 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536 | ||
| 11485 | 2025.02.25 03:57:32.847262 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11486 | 2025.02.25 03:57:32.847331 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11487 | 2025.02.25 03:57:32.854666 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11488 | 2025.02.25 03:57:32.855455 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11489 | 2025.02.25 03:57:32.855851 [ 26 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11490 | 2025.02.25 03:57:32.856008 [ 26 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11491 | 2025.02.25 03:57:32.856088 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11492 | 2025.02.25 03:57:32.856490 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 11493 | 2025.02.25 03:57:32.871775 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536 | ||
| 11494 | 2025.02.25 03:57:32.873347 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11495 | 2025.02.25 03:57:32.875106 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 11496 | 2025.02.25 03:57:32.880808 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 11497 | 2025.02.25 03:57:32.886495 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 11498 | 2025.02.25 03:57:32.892177 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 11499 | 2025.02.25 03:57:32.898058 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 11500 | 2025.02.25 03:57:32.904117 [ 194 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 11501 | 2025.02.25 03:57:32.967013 [ 193 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.110772258 sec., 4838.75664970195 rows/sec., 25.02 MiB/sec. | ||
| 11502 | 2025.02.25 03:57:32.970245 [ 193 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11503 | 2025.02.25 03:57:32.973293 [ 193 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_71_14} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11504 | 2025.02.25 03:57:32.973420 [ 193 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_71_14} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11505 | 2025.02.25 03:57:32.975997 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 11506 | 2025.02.25 03:57:33.767195 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11507 | 2025.02.25 03:57:33.767390 [ 4 ] {c33d5ba9-606f-451b-ad70-879b73dcaeba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11508 | 2025.02.25 03:57:33.767464 [ 4 ] {c33d5ba9-606f-451b-ad70-879b73dcaeba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11509 | 2025.02.25 03:57:33.768250 [ 4 ] {c33d5ba9-606f-451b-ad70-879b73dcaeba} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11510 | 2025.02.25 03:57:33.768303 [ 4 ] {c33d5ba9-606f-451b-ad70-879b73dcaeba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11511 | 2025.02.25 03:57:33.768752 [ 4 ] {c33d5ba9-606f-451b-ad70-879b73dcaeba} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 11512 | 2025.02.25 03:57:33.769011 [ 4 ] {c33d5ba9-606f-451b-ad70-879b73dcaeba} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11513 | 2025.02.25 03:57:33.769251 [ 4 ] {c33d5ba9-606f-451b-ad70-879b73dcaeba} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001912 sec., 29288.70292887029 rows/sec., 2.24 MiB/sec. | ||
| 11514 | 2025.02.25 03:57:33.769316 [ 4 ] {c33d5ba9-606f-451b-ad70-879b73dcaeba} <Debug> TCPHandler: Processed in 0.00226098 sec. | ||
| 11515 | 2025.02.25 03:57:33.769492 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11516 | 2025.02.25 03:57:33.769616 [ 254 ] {3c70c3fb-a45a-4201-a40a-9b818d0f9094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11517 | 2025.02.25 03:57:33.769665 [ 254 ] {3c70c3fb-a45a-4201-a40a-9b818d0f9094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11518 | 2025.02.25 03:57:33.770242 [ 254 ] {3c70c3fb-a45a-4201-a40a-9b818d0f9094} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11519 | 2025.02.25 03:57:33.770284 [ 254 ] {3c70c3fb-a45a-4201-a40a-9b818d0f9094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11520 | 2025.02.25 03:57:33.770672 [ 254 ] {3c70c3fb-a45a-4201-a40a-9b818d0f9094} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 11521 | 2025.02.25 03:57:33.770924 [ 254 ] {3c70c3fb-a45a-4201-a40a-9b818d0f9094} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11522 | 2025.02.25 03:57:33.771141 [ 254 ] {3c70c3fb-a45a-4201-a40a-9b818d0f9094} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001553 sec., 41210.5602060528 rows/sec., 3.22 MiB/sec. | ||
| 11523 | 2025.02.25 03:57:33.771194 [ 254 ] {3c70c3fb-a45a-4201-a40a-9b818d0f9094} <Debug> TCPHandler: Processed in 0.00175955 sec. | ||
| 11524 | 2025.02.25 03:57:33.771345 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11525 | 2025.02.25 03:57:33.771454 [ 4 ] {c265b089-9e99-41a3-8f55-0431b8d4fe73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11526 | 2025.02.25 03:57:33.771504 [ 4 ] {c265b089-9e99-41a3-8f55-0431b8d4fe73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11527 | 2025.02.25 03:57:33.772028 [ 4 ] {c265b089-9e99-41a3-8f55-0431b8d4fe73} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11528 | 2025.02.25 03:57:33.772068 [ 4 ] {c265b089-9e99-41a3-8f55-0431b8d4fe73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11529 | 2025.02.25 03:57:33.772459 [ 4 ] {c265b089-9e99-41a3-8f55-0431b8d4fe73} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 11530 | 2025.02.25 03:57:33.772707 [ 4 ] {c265b089-9e99-41a3-8f55-0431b8d4fe73} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11531 | 2025.02.25 03:57:33.772893 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_115_23 to all_120_120_0 | ||
| 11532 | 2025.02.25 03:57:33.772944 [ 4 ] {c265b089-9e99-41a3-8f55-0431b8d4fe73} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001508 sec., 106100.79575596817 rows/sec., 7.39 MiB/sec. | ||
| 11533 | 2025.02.25 03:57:33.772989 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11534 | 2025.02.25 03:57:33.773062 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11535 | 2025.02.25 03:57:33.773062 [ 4 ] {c265b089-9e99-41a3-8f55-0431b8d4fe73} <Debug> TCPHandler: Processed in 0.001766989 sec. | ||
| 11536 | 2025.02.25 03:57:33.773295 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11537 | 2025.02.25 03:57:33.773387 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_120_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_115_23 to all_120_120_0 into Compact with storage Full | ||
| 11538 | 2025.02.25 03:57:33.773478 [ 254 ] {b597dbbb-d652-4a55-ba43-f649340bb14f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11539 | 2025.02.25 03:57:33.773599 [ 254 ] {b597dbbb-d652-4a55-ba43-f649340bb14f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11540 | 2025.02.25 03:57:33.773808 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_120_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11541 | 2025.02.25 03:57:33.773925 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_115_23, total 32099 rows starting from the beginning of the part | ||
| 11542 | 2025.02.25 03:57:33.774255 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 96 rows starting from the beginning of the part | ||
| 11543 | 2025.02.25 03:57:33.774603 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part | ||
| 11544 | 2025.02.25 03:57:33.774962 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part | ||
| 11545 | 2025.02.25 03:57:33.775319 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 161 rows starting from the beginning of the part | ||
| 11546 | 2025.02.25 03:57:33.775668 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part | ||
| 11547 | 2025.02.25 03:57:33.776188 [ 254 ] {b597dbbb-d652-4a55-ba43-f649340bb14f} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11548 | 2025.02.25 03:57:33.776258 [ 254 ] {b597dbbb-d652-4a55-ba43-f649340bb14f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11549 | 2025.02.25 03:57:33.777022 [ 254 ] {b597dbbb-d652-4a55-ba43-f649340bb14f} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 11550 | 2025.02.25 03:57:33.777433 [ 254 ] {b597dbbb-d652-4a55-ba43-f649340bb14f} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11551 | 2025.02.25 03:57:33.777716 [ 254 ] {b597dbbb-d652-4a55-ba43-f649340bb14f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004287 sec., 13995.801259622114 rows/sec., 965.86 KiB/sec. | ||
| 11552 | 2025.02.25 03:57:33.777868 [ 254 ] {b597dbbb-d652-4a55-ba43-f649340bb14f} <Debug> TCPHandler: Processed in 0.004684515 sec. | ||
| 11553 | 2025.02.25 03:57:33.783135 [ 187 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_120_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32836 rows, containing 5 columns (5 merged, 0 gathered) in 0.009926282 sec., 3307985.8097926294 rows/sec., 226.51 MiB/sec. | ||
| 11554 | 2025.02.25 03:57:33.783463 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_120_24} <Trace> MergedBlockOutputStream: filled checksums all_1_120_24 (state Temporary) | ||
| 11555 | 2025.02.25 03:57:33.783851 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_120_24} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_120_24 to all_1_120_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11556 | 2025.02.25 03:57:33.783952 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_120_24} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_115_23, all_120_120_0] -> all_1_120_24 | ||
| 11557 | 2025.02.25 03:57:33.784077 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 11558 | 2025.02.25 03:57:37.785583 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11559 | 2025.02.25 03:57:37.785640 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11560 | 2025.02.25 03:57:38.029971 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33062 | ||
| 11561 | 2025.02.25 03:57:38.030666 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11562 | 2025.02.25 03:57:38.030715 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11563 | 2025.02.25 03:57:38.031248 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11564 | 2025.02.25 03:57:38.031503 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11565 | 2025.02.25 03:57:38.031767 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33062 | ||
| 11566 | 2025.02.25 03:57:38.184436 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1568 | ||
| 11567 | 2025.02.25 03:57:38.187386 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11568 | 2025.02.25 03:57:38.187447 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11569 | 2025.02.25 03:57:38.188929 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11570 | 2025.02.25 03:57:38.189254 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11571 | 2025.02.25 03:57:38.190829 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1568 | ||
| 11572 | 2025.02.25 03:57:38.769509 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11573 | 2025.02.25 03:57:38.769704 [ 4 ] {891aeca7-3621-47f9-ab72-7b3000104a3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11574 | 2025.02.25 03:57:38.769776 [ 4 ] {891aeca7-3621-47f9-ab72-7b3000104a3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11575 | 2025.02.25 03:57:38.770589 [ 4 ] {891aeca7-3621-47f9-ab72-7b3000104a3e} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11576 | 2025.02.25 03:57:38.770636 [ 4 ] {891aeca7-3621-47f9-ab72-7b3000104a3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11577 | 2025.02.25 03:57:38.771079 [ 4 ] {891aeca7-3621-47f9-ab72-7b3000104a3e} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 11578 | 2025.02.25 03:57:38.771330 [ 4 ] {891aeca7-3621-47f9-ab72-7b3000104a3e} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11579 | 2025.02.25 03:57:38.771549 [ 97 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 11580 | 2025.02.25 03:57:38.771592 [ 4 ] {891aeca7-3621-47f9-ab72-7b3000104a3e} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001939 sec., 69107.78751933986 rows/sec., 5.95 MiB/sec. | ||
| 11581 | 2025.02.25 03:57:38.771630 [ 97 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11582 | 2025.02.25 03:57:38.771699 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11583 | 2025.02.25 03:57:38.771731 [ 4 ] {891aeca7-3621-47f9-ab72-7b3000104a3e} <Debug> TCPHandler: Processed in 0.002345062 sec. | ||
| 11584 | 2025.02.25 03:57:38.771999 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11585 | 2025.02.25 03:57:38.772074 [ 189 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 11586 | 2025.02.25 03:57:38.772303 [ 254 ] {a8791fc6-005e-451b-ba6b-ebe3090614df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11587 | 2025.02.25 03:57:38.772510 [ 254 ] {a8791fc6-005e-451b-ba6b-ebe3090614df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11588 | 2025.02.25 03:57:38.772876 [ 189 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11589 | 2025.02.25 03:57:38.773065 [ 189 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1966 rows starting from the beginning of the part | ||
| 11590 | 2025.02.25 03:57:38.773505 [ 189 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 134 rows starting from the beginning of the part | ||
| 11591 | 2025.02.25 03:57:38.773984 [ 189 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 56 rows starting from the beginning of the part | ||
| 11592 | 2025.02.25 03:57:38.774542 [ 189 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 135 rows starting from the beginning of the part | ||
| 11593 | 2025.02.25 03:57:38.775106 [ 189 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part | ||
| 11594 | 2025.02.25 03:57:38.775556 [ 189 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 134 rows starting from the beginning of the part | ||
| 11595 | 2025.02.25 03:57:38.776733 [ 254 ] {a8791fc6-005e-451b-ba6b-ebe3090614df} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11596 | 2025.02.25 03:57:38.776806 [ 254 ] {a8791fc6-005e-451b-ba6b-ebe3090614df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11597 | 2025.02.25 03:57:38.777500 [ 254 ] {a8791fc6-005e-451b-ba6b-ebe3090614df} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 11598 | 2025.02.25 03:57:38.777998 [ 254 ] {a8791fc6-005e-451b-ba6b-ebe3090614df} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11599 | 2025.02.25 03:57:38.778306 [ 97 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 11600 | 2025.02.25 03:57:38.778428 [ 97 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11601 | 2025.02.25 03:57:38.778501 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11602 | 2025.02.25 03:57:38.778667 [ 254 ] {a8791fc6-005e-451b-ba6b-ebe3090614df} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.006438 sec., 6057.781919850885 rows/sec., 455.52 KiB/sec. | ||
| 11603 | 2025.02.25 03:57:38.778920 [ 254 ] {a8791fc6-005e-451b-ba6b-ebe3090614df} <Debug> TCPHandler: Processed in 0.007068879 sec. | ||
| 11604 | 2025.02.25 03:57:38.778943 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 11605 | 2025.02.25 03:57:38.779134 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11606 | 2025.02.25 03:57:38.779175 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11607 | 2025.02.25 03:57:38.779264 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 177 rows starting from the beginning of the part | ||
| 11608 | 2025.02.25 03:57:38.779478 [ 4 ] {ecc1e464-08a4-48e0-9807-204d88347f3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11609 | 2025.02.25 03:57:38.779778 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 39 rows starting from the beginning of the part | ||
| 11610 | 2025.02.25 03:57:38.779802 [ 4 ] {ecc1e464-08a4-48e0-9807-204d88347f3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11611 | 2025.02.25 03:57:38.780379 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 11612 | 2025.02.25 03:57:38.780468 [ 187 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2481 rows, containing 5 columns (5 merged, 0 gathered) in 0.008664234 sec., 286349.6069011987 rows/sec., 24.70 MiB/sec. | ||
| 11613 | 2025.02.25 03:57:38.780698 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 39 rows starting from the beginning of the part | ||
| 11614 | 2025.02.25 03:57:38.780889 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 41 rows starting from the beginning of the part | ||
| 11615 | 2025.02.25 03:57:38.781117 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 11616 | 2025.02.25 03:57:38.781191 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 39 rows starting from the beginning of the part | ||
| 11617 | 2025.02.25 03:57:38.782021 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_121_24} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11618 | 2025.02.25 03:57:38.782194 [ 188 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_121_24} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 11619 | 2025.02.25 03:57:38.782394 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 11620 | 2025.02.25 03:57:38.782720 [ 4 ] {ecc1e464-08a4-48e0-9807-204d88347f3a} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11621 | 2025.02.25 03:57:38.782773 [ 4 ] {ecc1e464-08a4-48e0-9807-204d88347f3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11622 | 2025.02.25 03:57:38.783121 [ 188 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 351 rows, containing 5 columns (5 merged, 0 gathered) in 0.00445734 sec., 78746.5169809797 rows/sec., 5.73 MiB/sec. | ||
| 11623 | 2025.02.25 03:57:38.783272 [ 188 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 11624 | 2025.02.25 03:57:38.783297 [ 4 ] {ecc1e464-08a4-48e0-9807-204d88347f3a} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 11625 | 2025.02.25 03:57:38.783600 [ 4 ] {ecc1e464-08a4-48e0-9807-204d88347f3a} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11626 | 2025.02.25 03:57:38.783610 [ 188 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_66_13} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11627 | 2025.02.25 03:57:38.783709 [ 188 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_66_13} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 11628 | 2025.02.25 03:57:38.783839 [ 97 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 11629 | 2025.02.25 03:57:38.783909 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11630 | 2025.02.25 03:57:38.783929 [ 97 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11631 | 2025.02.25 03:57:38.783988 [ 4 ] {ecc1e464-08a4-48e0-9807-204d88347f3a} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.004665 sec., 22079.314040728834 rows/sec., 1.72 MiB/sec. | ||
| 11632 | 2025.02.25 03:57:38.783996 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11633 | 2025.02.25 03:57:38.784154 [ 4 ] {ecc1e464-08a4-48e0-9807-204d88347f3a} <Debug> TCPHandler: Processed in 0.005126965 sec. | ||
| 11634 | 2025.02.25 03:57:38.784206 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 11635 | 2025.02.25 03:57:38.784316 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11636 | 2025.02.25 03:57:38.784344 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 951 rows starting from the beginning of the part | ||
| 11637 | 2025.02.25 03:57:38.784364 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11638 | 2025.02.25 03:57:38.784443 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 103 rows starting from the beginning of the part | ||
| 11639 | 2025.02.25 03:57:38.784606 [ 254 ] {cd1fedd5-5660-47c1-9bce-b3808736cca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11640 | 2025.02.25 03:57:38.784674 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 64 rows starting from the beginning of the part | ||
| 11641 | 2025.02.25 03:57:38.784777 [ 254 ] {cd1fedd5-5660-47c1-9bce-b3808736cca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11642 | 2025.02.25 03:57:38.785074 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 105 rows starting from the beginning of the part | ||
| 11643 | 2025.02.25 03:57:38.785329 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part | ||
| 11644 | 2025.02.25 03:57:38.785652 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 103 rows starting from the beginning of the part | ||
| 11645 | 2025.02.25 03:57:38.786529 [ 254 ] {cd1fedd5-5660-47c1-9bce-b3808736cca0} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11646 | 2025.02.25 03:57:38.786571 [ 254 ] {cd1fedd5-5660-47c1-9bce-b3808736cca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11647 | 2025.02.25 03:57:38.787154 [ 254 ] {cd1fedd5-5660-47c1-9bce-b3808736cca0} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 11648 | 2025.02.25 03:57:38.787489 [ 254 ] {cd1fedd5-5660-47c1-9bce-b3808736cca0} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11649 | 2025.02.25 03:57:38.787552 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1390 rows, containing 5 columns (5 merged, 0 gathered) in 0.003419627 sec., 406477.0806874551 rows/sec., 31.95 MiB/sec. | ||
| 11650 | 2025.02.25 03:57:38.787761 [ 254 ] {cd1fedd5-5660-47c1-9bce-b3808736cca0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003255 sec., 49155.14592933948 rows/sec., 3.42 MiB/sec. | ||
| 11651 | 2025.02.25 03:57:38.787766 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 11652 | 2025.02.25 03:57:38.787873 [ 254 ] {cd1fedd5-5660-47c1-9bce-b3808736cca0} <Debug> TCPHandler: Processed in 0.00357938 sec. | ||
| 11653 | 2025.02.25 03:57:38.788034 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11654 | 2025.02.25 03:57:38.788124 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_121_24} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11655 | 2025.02.25 03:57:38.788178 [ 4 ] {b844752b-54be-4e12-abb4-256c4aafc405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11656 | 2025.02.25 03:57:38.788217 [ 200 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_121_24} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 11657 | 2025.02.25 03:57:38.788262 [ 4 ] {b844752b-54be-4e12-abb4-256c4aafc405} <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 | ||
| 11658 | 2025.02.25 03:57:38.788305 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 11659 | 2025.02.25 03:57:38.789515 [ 4 ] {b844752b-54be-4e12-abb4-256c4aafc405} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11660 | 2025.02.25 03:57:38.789555 [ 4 ] {b844752b-54be-4e12-abb4-256c4aafc405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11661 | 2025.02.25 03:57:38.790262 [ 4 ] {b844752b-54be-4e12-abb4-256c4aafc405} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11662 | 2025.02.25 03:57:38.790529 [ 4 ] {b844752b-54be-4e12-abb4-256c4aafc405} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11663 | 2025.02.25 03:57:38.790777 [ 4 ] {b844752b-54be-4e12-abb4-256c4aafc405} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002635 sec., 14800.759013282732 rows/sec., 26.52 MiB/sec. | ||
| 11664 | 2025.02.25 03:57:38.790883 [ 4 ] {b844752b-54be-4e12-abb4-256c4aafc405} <Debug> TCPHandler: Processed in 0.002906594 sec. | ||
| 11665 | 2025.02.25 03:57:38.791043 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11666 | 2025.02.25 03:57:38.791154 [ 254 ] {cc3f336d-82a0-4ae3-ba42-c6423831de47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11667 | 2025.02.25 03:57:38.791202 [ 254 ] {cc3f336d-82a0-4ae3-ba42-c6423831de47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11668 | 2025.02.25 03:57:38.791636 [ 254 ] {cc3f336d-82a0-4ae3-ba42-c6423831de47} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11669 | 2025.02.25 03:57:38.791676 [ 254 ] {cc3f336d-82a0-4ae3-ba42-c6423831de47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11670 | 2025.02.25 03:57:38.792040 [ 254 ] {cc3f336d-82a0-4ae3-ba42-c6423831de47} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 11671 | 2025.02.25 03:57:38.792281 [ 254 ] {cc3f336d-82a0-4ae3-ba42-c6423831de47} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11672 | 2025.02.25 03:57:38.792463 [ 97 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 11673 | 2025.02.25 03:57:38.792500 [ 254 ] {cc3f336d-82a0-4ae3-ba42-c6423831de47} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. | ||
| 11674 | 2025.02.25 03:57:38.792529 [ 97 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11675 | 2025.02.25 03:57:38.792589 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11676 | 2025.02.25 03:57:38.792602 [ 254 ] {cc3f336d-82a0-4ae3-ba42-c6423831de47} <Debug> TCPHandler: Processed in 0.001612176 sec. | ||
| 11677 | 2025.02.25 03:57:38.792754 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 11678 | 2025.02.25 03:57:38.792851 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11679 | 2025.02.25 03:57:38.792879 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 5974 rows starting from the beginning of the part | ||
| 11680 | 2025.02.25 03:57:38.792945 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 11681 | 2025.02.25 03:57:38.793135 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 11682 | 2025.02.25 03:57:38.793214 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 11683 | 2025.02.25 03:57:38.793412 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 11684 | 2025.02.25 03:57:38.793480 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 11685 | 2025.02.25 03:57:38.795402 [ 188 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6274 rows, containing 4 columns (4 merged, 0 gathered) in 0.002716581 sec., 2309520.6805907865 rows/sec., 155.14 MiB/sec. | ||
| 11686 | 2025.02.25 03:57:38.795901 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 11687 | 2025.02.25 03:57:38.796293 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_121_24} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11688 | 2025.02.25 03:57:38.796398 [ 198 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_121_24} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 11689 | 2025.02.25 03:57:38.796513 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 11690 | 2025.02.25 03:57:40.372832 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543 | ||
| 11691 | 2025.02.25 03:57:40.394684 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11692 | 2025.02.25 03:57:40.394747 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11693 | 2025.02.25 03:57:40.402237 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11694 | 2025.02.25 03:57:40.403039 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11695 | 2025.02.25 03:57:40.405921 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 11696 | 2025.02.25 03:57:41.694422 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11697 | 2025.02.25 03:57:41.694721 [ 4 ] {49730726-7778-4326-be86-f72bf425d0c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11698 | 2025.02.25 03:57:41.694833 [ 4 ] {49730726-7778-4326-be86-f72bf425d0c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11699 | 2025.02.25 03:57:41.695701 [ 4 ] {49730726-7778-4326-be86-f72bf425d0c8} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11700 | 2025.02.25 03:57:41.695745 [ 4 ] {49730726-7778-4326-be86-f72bf425d0c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11701 | 2025.02.25 03:57:41.696180 [ 4 ] {49730726-7778-4326-be86-f72bf425d0c8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11702 | 2025.02.25 03:57:41.696438 [ 4 ] {49730726-7778-4326-be86-f72bf425d0c8} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11703 | 2025.02.25 03:57:41.696652 [ 4 ] {49730726-7778-4326-be86-f72bf425d0c8} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002016 sec., 11904.761904761905 rows/sec., 1011.44 KiB/sec. | ||
| 11704 | 2025.02.25 03:57:41.696792 [ 4 ] {49730726-7778-4326-be86-f72bf425d0c8} <Debug> TCPHandler: Processed in 0.002554137 sec. | ||
| 11705 | 2025.02.25 03:57:41.696970 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11706 | 2025.02.25 03:57:41.697114 [ 254 ] {aa33f5e6-9712-47fd-b860-6e31d158130f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11707 | 2025.02.25 03:57:41.697165 [ 254 ] {aa33f5e6-9712-47fd-b860-6e31d158130f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11708 | 2025.02.25 03:57:41.698198 [ 254 ] {aa33f5e6-9712-47fd-b860-6e31d158130f} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11709 | 2025.02.25 03:57:41.698236 [ 254 ] {aa33f5e6-9712-47fd-b860-6e31d158130f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11710 | 2025.02.25 03:57:41.698693 [ 254 ] {aa33f5e6-9712-47fd-b860-6e31d158130f} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 11711 | 2025.02.25 03:57:41.698938 [ 254 ] {aa33f5e6-9712-47fd-b860-6e31d158130f} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11712 | 2025.02.25 03:57:41.699123 [ 254 ] {aa33f5e6-9712-47fd-b860-6e31d158130f} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.002044 sec., 643835.6164383562 rows/sec., 53.48 MiB/sec. | ||
| 11713 | 2025.02.25 03:57:41.699193 [ 254 ] {aa33f5e6-9712-47fd-b860-6e31d158130f} <Debug> TCPHandler: Processed in 0.002289491 sec. | ||
| 11714 | 2025.02.25 03:57:41.699357 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11715 | 2025.02.25 03:57:41.699554 [ 4 ] {244fbe26-24da-4c37-92f6-d31d4ef91b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11716 | 2025.02.25 03:57:41.699616 [ 4 ] {244fbe26-24da-4c37-92f6-d31d4ef91b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11717 | 2025.02.25 03:57:41.700229 [ 4 ] {244fbe26-24da-4c37-92f6-d31d4ef91b60} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11718 | 2025.02.25 03:57:41.700266 [ 4 ] {244fbe26-24da-4c37-92f6-d31d4ef91b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11719 | 2025.02.25 03:57:41.700609 [ 4 ] {244fbe26-24da-4c37-92f6-d31d4ef91b60} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 11720 | 2025.02.25 03:57:41.700862 [ 4 ] {244fbe26-24da-4c37-92f6-d31d4ef91b60} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11721 | 2025.02.25 03:57:41.701033 [ 4 ] {244fbe26-24da-4c37-92f6-d31d4ef91b60} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.001537 sec., 7807.417046193885 rows/sec., 625.20 KiB/sec. | ||
| 11722 | 2025.02.25 03:57:41.701084 [ 4 ] {244fbe26-24da-4c37-92f6-d31d4ef91b60} <Debug> TCPHandler: Processed in 0.00180778 sec. | ||
| 11723 | 2025.02.25 03:57:41.701242 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11724 | 2025.02.25 03:57:41.701372 [ 254 ] {bf00586b-af9f-405f-b73d-edf6a7a19197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11725 | 2025.02.25 03:57:41.701426 [ 254 ] {bf00586b-af9f-405f-b73d-edf6a7a19197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11726 | 2025.02.25 03:57:41.702126 [ 254 ] {bf00586b-af9f-405f-b73d-edf6a7a19197} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11727 | 2025.02.25 03:57:41.702164 [ 254 ] {bf00586b-af9f-405f-b73d-edf6a7a19197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11728 | 2025.02.25 03:57:41.702542 [ 254 ] {bf00586b-af9f-405f-b73d-edf6a7a19197} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 11729 | 2025.02.25 03:57:41.702797 [ 254 ] {bf00586b-af9f-405f-b73d-edf6a7a19197} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11730 | 2025.02.25 03:57:41.702991 [ 254 ] {bf00586b-af9f-405f-b73d-edf6a7a19197} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001647 sec., 153005.4644808743 rows/sec., 10.58 MiB/sec. | ||
| 11731 | 2025.02.25 03:57:41.703109 [ 254 ] {bf00586b-af9f-405f-b73d-edf6a7a19197} <Debug> TCPHandler: Processed in 0.001930503 sec. | ||
| 11732 | 2025.02.25 03:57:41.703283 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11733 | 2025.02.25 03:57:41.703414 [ 4 ] {af435bd4-0a1b-4eee-be65-dc24a1c1a4a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11734 | 2025.02.25 03:57:41.703467 [ 4 ] {af435bd4-0a1b-4eee-be65-dc24a1c1a4a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11735 | 2025.02.25 03:57:41.704123 [ 4 ] {af435bd4-0a1b-4eee-be65-dc24a1c1a4a7} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11736 | 2025.02.25 03:57:41.704162 [ 4 ] {af435bd4-0a1b-4eee-be65-dc24a1c1a4a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11737 | 2025.02.25 03:57:41.704514 [ 4 ] {af435bd4-0a1b-4eee-be65-dc24a1c1a4a7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11738 | 2025.02.25 03:57:41.704762 [ 4 ] {af435bd4-0a1b-4eee-be65-dc24a1c1a4a7} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11739 | 2025.02.25 03:57:41.704955 [ 4 ] {af435bd4-0a1b-4eee-be65-dc24a1c1a4a7} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001563 sec., 7677.543186180423 rows/sec., 599.81 KiB/sec. | ||
| 11740 | 2025.02.25 03:57:41.705042 [ 4 ] {af435bd4-0a1b-4eee-be65-dc24a1c1a4a7} <Debug> TCPHandler: Processed in 0.001821941 sec. | ||
| 11741 | 2025.02.25 03:57:41.705186 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11742 | 2025.02.25 03:57:41.705296 [ 254 ] {7d74de6e-b3fc-4dcd-8c05-0266d72fd5fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11743 | 2025.02.25 03:57:41.705340 [ 254 ] {7d74de6e-b3fc-4dcd-8c05-0266d72fd5fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11744 | 2025.02.25 03:57:41.706098 [ 254 ] {7d74de6e-b3fc-4dcd-8c05-0266d72fd5fa} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11745 | 2025.02.25 03:57:41.706136 [ 254 ] {7d74de6e-b3fc-4dcd-8c05-0266d72fd5fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11746 | 2025.02.25 03:57:41.706514 [ 254 ] {7d74de6e-b3fc-4dcd-8c05-0266d72fd5fa} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 11747 | 2025.02.25 03:57:41.706758 [ 254 ] {7d74de6e-b3fc-4dcd-8c05-0266d72fd5fa} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11748 | 2025.02.25 03:57:41.706933 [ 254 ] {7d74de6e-b3fc-4dcd-8c05-0266d72fd5fa} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.00166 sec., 334939.7590361446 rows/sec., 25.10 MiB/sec. | ||
| 11749 | 2025.02.25 03:57:41.706984 [ 254 ] {7d74de6e-b3fc-4dcd-8c05-0266d72fd5fa} <Debug> TCPHandler: Processed in 0.001851841 sec. | ||
| 11750 | 2025.02.25 03:57:41.707120 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11751 | 2025.02.25 03:57:41.707228 [ 4 ] {72e86a20-751b-4aef-8444-b362478dc088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11752 | 2025.02.25 03:57:41.707277 [ 4 ] {72e86a20-751b-4aef-8444-b362478dc088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11753 | 2025.02.25 03:57:41.707971 [ 4 ] {72e86a20-751b-4aef-8444-b362478dc088} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11754 | 2025.02.25 03:57:41.708008 [ 4 ] {72e86a20-751b-4aef-8444-b362478dc088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11755 | 2025.02.25 03:57:41.708439 [ 4 ] {72e86a20-751b-4aef-8444-b362478dc088} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 11756 | 2025.02.25 03:57:41.708686 [ 4 ] {72e86a20-751b-4aef-8444-b362478dc088} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11757 | 2025.02.25 03:57:41.708866 [ 4 ] {72e86a20-751b-4aef-8444-b362478dc088} <Debug> executeQuery: Read 976 rows, 67.51 KiB in 0.001659 sec., 588306.208559373 rows/sec., 39.74 MiB/sec. | ||
| 11758 | 2025.02.25 03:57:41.708928 [ 4 ] {72e86a20-751b-4aef-8444-b362478dc088} <Debug> TCPHandler: Processed in 0.001859772 sec. | ||
| 11759 | 2025.02.25 03:57:41.709078 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11760 | 2025.02.25 03:57:41.709272 [ 254 ] {12c83025-67cc-4a6a-bcff-1013f6b9a497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11761 | 2025.02.25 03:57:41.709328 [ 254 ] {12c83025-67cc-4a6a-bcff-1013f6b9a497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11762 | 2025.02.25 03:57:41.709846 [ 254 ] {12c83025-67cc-4a6a-bcff-1013f6b9a497} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11763 | 2025.02.25 03:57:41.709891 [ 254 ] {12c83025-67cc-4a6a-bcff-1013f6b9a497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11764 | 2025.02.25 03:57:41.710287 [ 254 ] {12c83025-67cc-4a6a-bcff-1013f6b9a497} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 11765 | 2025.02.25 03:57:41.710529 [ 254 ] {12c83025-67cc-4a6a-bcff-1013f6b9a497} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11766 | 2025.02.25 03:57:41.710707 [ 254 ] {12c83025-67cc-4a6a-bcff-1013f6b9a497} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001484 sec., 22911.051212938004 rows/sec., 1.55 MiB/sec. | ||
| 11767 | 2025.02.25 03:57:41.710759 [ 254 ] {12c83025-67cc-4a6a-bcff-1013f6b9a497} <Debug> TCPHandler: Processed in 0.001751649 sec. | ||
| 11768 | 2025.02.25 03:57:43.439672 [ 221 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 11769 | 2025.02.25 03:57:43.439768 [ 221 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 11770 | 2025.02.25 03:57:43.442873 [ 221 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 11771 | 2025.02.25 03:57:43.467418 [ 222 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 11772 | 2025.02.25 03:57:43.467533 [ 222 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 11773 | 2025.02.25 03:57:43.470300 [ 222 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 11774 | 2025.02.25 03:57:43.762659 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11775 | 2025.02.25 03:57:43.762860 [ 4 ] {1c4dc4c6-fe20-43d0-b8be-ce4a5928abdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11776 | 2025.02.25 03:57:43.762939 [ 4 ] {1c4dc4c6-fe20-43d0-b8be-ce4a5928abdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11777 | 2025.02.25 03:57:43.763751 [ 4 ] {1c4dc4c6-fe20-43d0-b8be-ce4a5928abdf} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11778 | 2025.02.25 03:57:43.763809 [ 4 ] {1c4dc4c6-fe20-43d0-b8be-ce4a5928abdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11779 | 2025.02.25 03:57:43.764249 [ 4 ] {1c4dc4c6-fe20-43d0-b8be-ce4a5928abdf} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 11780 | 2025.02.25 03:57:43.764526 [ 4 ] {1c4dc4c6-fe20-43d0-b8be-ce4a5928abdf} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11781 | 2025.02.25 03:57:43.764754 [ 4 ] {1c4dc4c6-fe20-43d0-b8be-ce4a5928abdf} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.20 MiB/sec. | ||
| 11782 | 2025.02.25 03:57:43.764828 [ 4 ] {1c4dc4c6-fe20-43d0-b8be-ce4a5928abdf} <Debug> TCPHandler: Processed in 0.002306131 sec. | ||
| 11783 | 2025.02.25 03:57:43.764997 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11784 | 2025.02.25 03:57:43.765124 [ 254 ] {c1f87e7d-96a8-4a6d-88be-b75324ad4842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11785 | 2025.02.25 03:57:43.765176 [ 254 ] {c1f87e7d-96a8-4a6d-88be-b75324ad4842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11786 | 2025.02.25 03:57:43.765784 [ 254 ] {c1f87e7d-96a8-4a6d-88be-b75324ad4842} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11787 | 2025.02.25 03:57:43.765828 [ 254 ] {c1f87e7d-96a8-4a6d-88be-b75324ad4842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11788 | 2025.02.25 03:57:43.766210 [ 254 ] {c1f87e7d-96a8-4a6d-88be-b75324ad4842} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 11789 | 2025.02.25 03:57:43.766466 [ 254 ] {c1f87e7d-96a8-4a6d-88be-b75324ad4842} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11790 | 2025.02.25 03:57:43.766676 [ 254 ] {c1f87e7d-96a8-4a6d-88be-b75324ad4842} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001583 sec., 40429.564118761846 rows/sec., 3.16 MiB/sec. | ||
| 11791 | 2025.02.25 03:57:43.766733 [ 254 ] {c1f87e7d-96a8-4a6d-88be-b75324ad4842} <Debug> TCPHandler: Processed in 0.00179759 sec. | ||
| 11792 | 2025.02.25 03:57:43.766901 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11793 | 2025.02.25 03:57:43.767053 [ 4 ] {c7a11f23-3c6f-4e8a-998d-b800cc1f8907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11794 | 2025.02.25 03:57:43.767124 [ 4 ] {c7a11f23-3c6f-4e8a-998d-b800cc1f8907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11795 | 2025.02.25 03:57:43.767657 [ 4 ] {c7a11f23-3c6f-4e8a-998d-b800cc1f8907} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11796 | 2025.02.25 03:57:43.767699 [ 4 ] {c7a11f23-3c6f-4e8a-998d-b800cc1f8907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11797 | 2025.02.25 03:57:43.768097 [ 4 ] {c7a11f23-3c6f-4e8a-998d-b800cc1f8907} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 11798 | 2025.02.25 03:57:43.768343 [ 4 ] {c7a11f23-3c6f-4e8a-998d-b800cc1f8907} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11799 | 2025.02.25 03:57:43.768557 [ 4 ] {c7a11f23-3c6f-4e8a-998d-b800cc1f8907} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001538 sec., 42912.873862158645 rows/sec., 2.99 MiB/sec. | ||
| 11800 | 2025.02.25 03:57:43.768611 [ 4 ] {c7a11f23-3c6f-4e8a-998d-b800cc1f8907} <Debug> TCPHandler: Processed in 0.00178146 sec. | ||
| 11801 | 2025.02.25 03:57:43.768757 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11802 | 2025.02.25 03:57:43.768871 [ 254 ] {8c6b677a-47ef-4fb6-a7b6-0ffcf1ddf2e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11803 | 2025.02.25 03:57:43.768919 [ 254 ] {8c6b677a-47ef-4fb6-a7b6-0ffcf1ddf2e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11804 | 2025.02.25 03:57:43.769351 [ 254 ] {8c6b677a-47ef-4fb6-a7b6-0ffcf1ddf2e7} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11805 | 2025.02.25 03:57:43.769390 [ 254 ] {8c6b677a-47ef-4fb6-a7b6-0ffcf1ddf2e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11806 | 2025.02.25 03:57:43.769748 [ 254 ] {8c6b677a-47ef-4fb6-a7b6-0ffcf1ddf2e7} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 11807 | 2025.02.25 03:57:43.769982 [ 254 ] {8c6b677a-47ef-4fb6-a7b6-0ffcf1ddf2e7} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11808 | 2025.02.25 03:57:43.770186 [ 254 ] {8c6b677a-47ef-4fb6-a7b6-0ffcf1ddf2e7} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001338 sec., 19431.988041853514 rows/sec., 1.30 MiB/sec. | ||
| 11809 | 2025.02.25 03:57:43.770244 [ 254 ] {8c6b677a-47ef-4fb6-a7b6-0ffcf1ddf2e7} <Debug> TCPHandler: Processed in 0.001541444 sec. | ||
| 11810 | 2025.02.25 03:57:44.461680 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 11811 | 2025.02.25 03:57:44.461729 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 11812 | 2025.02.25 03:57:44.463662 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 11813 | 2025.02.25 03:57:44.668018 [ 224 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 11814 | 2025.02.25 03:57:44.668061 [ 224 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 11815 | 2025.02.25 03:57:44.670134 [ 224 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 11816 | 2025.02.25 03:57:45.532859 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33489 | ||
| 11817 | 2025.02.25 03:57:45.533498 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11818 | 2025.02.25 03:57:45.533541 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11819 | 2025.02.25 03:57:45.534062 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11820 | 2025.02.25 03:57:45.534319 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11821 | 2025.02.25 03:57:45.534508 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 | ||
| 11822 | 2025.02.25 03:57:47.906958 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 11823 | 2025.02.25 03:57:47.928863 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11824 | 2025.02.25 03:57:47.928924 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11825 | 2025.02.25 03:57:47.935943 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11826 | 2025.02.25 03:57:47.936750 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11827 | 2025.02.25 03:57:47.941023 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 11828 | 2025.02.25 03:57:48.019115 [ 220 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): 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] | ||
| 11829 | 2025.02.25 03:57:48.019183 [ 220 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): 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] | ||
| 11830 | 2025.02.25 03:57:48.021081 [ 220 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): 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] | ||
| 11831 | 2025.02.25 03:57:48.140168 [ 225 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): 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] | ||
| 11832 | 2025.02.25 03:57:48.140227 [ 225 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): 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] | ||
| 11833 | 2025.02.25 03:57:48.142319 [ 225 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): 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] | ||
| 11834 | 2025.02.25 03:57:48.191939 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1604 | ||
| 11835 | 2025.02.25 03:57:48.194960 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11836 | 2025.02.25 03:57:48.195010 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11837 | 2025.02.25 03:57:48.196517 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11838 | 2025.02.25 03:57:48.196823 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11839 | 2025.02.25 03:57:48.198140 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1604 | ||
| 11840 | 2025.02.25 03:57:48.769279 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11841 | 2025.02.25 03:57:48.769475 [ 4 ] {b3c320cc-7e18-483c-b06a-cdcfa4558705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11842 | 2025.02.25 03:57:48.769547 [ 4 ] {b3c320cc-7e18-483c-b06a-cdcfa4558705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11843 | 2025.02.25 03:57:48.770391 [ 4 ] {b3c320cc-7e18-483c-b06a-cdcfa4558705} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11844 | 2025.02.25 03:57:48.770439 [ 4 ] {b3c320cc-7e18-483c-b06a-cdcfa4558705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11845 | 2025.02.25 03:57:48.770893 [ 4 ] {b3c320cc-7e18-483c-b06a-cdcfa4558705} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 11846 | 2025.02.25 03:57:48.771150 [ 4 ] {b3c320cc-7e18-483c-b06a-cdcfa4558705} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11847 | 2025.02.25 03:57:48.771381 [ 4 ] {b3c320cc-7e18-483c-b06a-cdcfa4558705} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001956 sec., 68507.15746421268 rows/sec., 5.89 MiB/sec. | ||
| 11848 | 2025.02.25 03:57:48.771450 [ 4 ] {b3c320cc-7e18-483c-b06a-cdcfa4558705} <Debug> TCPHandler: Processed in 0.002309181 sec. | ||
| 11849 | 2025.02.25 03:57:48.771637 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11850 | 2025.02.25 03:57:48.771778 [ 254 ] {a2e2ba9a-f7f0-4cbe-845d-4619302dc2e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11851 | 2025.02.25 03:57:48.771836 [ 254 ] {a2e2ba9a-f7f0-4cbe-845d-4619302dc2e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11852 | 2025.02.25 03:57:48.772478 [ 254 ] {a2e2ba9a-f7f0-4cbe-845d-4619302dc2e8} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11853 | 2025.02.25 03:57:48.772519 [ 254 ] {a2e2ba9a-f7f0-4cbe-845d-4619302dc2e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11854 | 2025.02.25 03:57:48.772886 [ 254 ] {a2e2ba9a-f7f0-4cbe-845d-4619302dc2e8} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11855 | 2025.02.25 03:57:48.773133 [ 254 ] {a2e2ba9a-f7f0-4cbe-845d-4619302dc2e8} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11856 | 2025.02.25 03:57:48.773350 [ 254 ] {a2e2ba9a-f7f0-4cbe-845d-4619302dc2e8} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001607 sec., 24268.823895457375 rows/sec., 1.78 MiB/sec. | ||
| 11857 | 2025.02.25 03:57:48.773404 [ 254 ] {a2e2ba9a-f7f0-4cbe-845d-4619302dc2e8} <Debug> TCPHandler: Processed in 0.001838141 sec. | ||
| 11858 | 2025.02.25 03:57:48.773550 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11859 | 2025.02.25 03:57:48.773660 [ 4 ] {1742f45c-ed2a-4ca8-8f7c-b813926d874b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11860 | 2025.02.25 03:57:48.773707 [ 4 ] {1742f45c-ed2a-4ca8-8f7c-b813926d874b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11861 | 2025.02.25 03:57:48.774259 [ 4 ] {1742f45c-ed2a-4ca8-8f7c-b813926d874b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11862 | 2025.02.25 03:57:48.774299 [ 4 ] {1742f45c-ed2a-4ca8-8f7c-b813926d874b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11863 | 2025.02.25 03:57:48.774676 [ 4 ] {1742f45c-ed2a-4ca8-8f7c-b813926d874b} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 11864 | 2025.02.25 03:57:48.774916 [ 4 ] {1742f45c-ed2a-4ca8-8f7c-b813926d874b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11865 | 2025.02.25 03:57:48.775120 [ 4 ] {1742f45c-ed2a-4ca8-8f7c-b813926d874b} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001483 sec., 69453.80984490897 rows/sec., 5.42 MiB/sec. | ||
| 11866 | 2025.02.25 03:57:48.775175 [ 4 ] {1742f45c-ed2a-4ca8-8f7c-b813926d874b} <Debug> TCPHandler: Processed in 0.001677618 sec. | ||
| 11867 | 2025.02.25 03:57:48.775304 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11868 | 2025.02.25 03:57:48.775435 [ 254 ] {7db5a82a-6191-4e77-809d-5d3bd20a8c7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11869 | 2025.02.25 03:57:48.775493 [ 254 ] {7db5a82a-6191-4e77-809d-5d3bd20a8c7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11870 | 2025.02.25 03:57:48.776115 [ 254 ] {7db5a82a-6191-4e77-809d-5d3bd20a8c7e} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11871 | 2025.02.25 03:57:48.776161 [ 254 ] {7db5a82a-6191-4e77-809d-5d3bd20a8c7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11872 | 2025.02.25 03:57:48.776574 [ 254 ] {7db5a82a-6191-4e77-809d-5d3bd20a8c7e} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 11873 | 2025.02.25 03:57:48.776809 [ 254 ] {7db5a82a-6191-4e77-809d-5d3bd20a8c7e} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11874 | 2025.02.25 03:57:48.777042 [ 254 ] {7db5a82a-6191-4e77-809d-5d3bd20a8c7e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001616 sec., 99009.900990099 rows/sec., 6.90 MiB/sec. | ||
| 11875 | 2025.02.25 03:57:48.777115 [ 254 ] {7db5a82a-6191-4e77-809d-5d3bd20a8c7e} <Debug> TCPHandler: Processed in 0.001863941 sec. | ||
| 11876 | 2025.02.25 03:57:48.777277 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11877 | 2025.02.25 03:57:48.777558 [ 4 ] {5396a860-bfb1-44fd-84c1-60f43438aab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11878 | 2025.02.25 03:57:48.777890 [ 4 ] {5396a860-bfb1-44fd-84c1-60f43438aab9} <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 | ||
| 11879 | 2025.02.25 03:57:48.780296 [ 4 ] {5396a860-bfb1-44fd-84c1-60f43438aab9} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11880 | 2025.02.25 03:57:48.780336 [ 4 ] {5396a860-bfb1-44fd-84c1-60f43438aab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11881 | 2025.02.25 03:57:48.781057 [ 4 ] {5396a860-bfb1-44fd-84c1-60f43438aab9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11882 | 2025.02.25 03:57:48.781333 [ 4 ] {5396a860-bfb1-44fd-84c1-60f43438aab9} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11883 | 2025.02.25 03:57:48.781613 [ 4 ] {5396a860-bfb1-44fd-84c1-60f43438aab9} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004187 sec., 9314.545020300931 rows/sec., 16.69 MiB/sec. | ||
| 11884 | 2025.02.25 03:57:48.782150 [ 4 ] {5396a860-bfb1-44fd-84c1-60f43438aab9} <Debug> TCPHandler: Processed in 0.004944701 sec. | ||
| 11885 | 2025.02.25 03:57:48.782342 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11886 | 2025.02.25 03:57:48.782454 [ 254 ] {3e9dd7da-4880-4fb7-add6-dddd7d0d6fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11887 | 2025.02.25 03:57:48.782502 [ 254 ] {3e9dd7da-4880-4fb7-add6-dddd7d0d6fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11888 | 2025.02.25 03:57:48.782973 [ 254 ] {3e9dd7da-4880-4fb7-add6-dddd7d0d6fa4} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11889 | 2025.02.25 03:57:48.783013 [ 254 ] {3e9dd7da-4880-4fb7-add6-dddd7d0d6fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
| 11890 | 2025.02.25 03:57:48.783373 [ 254 ] {3e9dd7da-4880-4fb7-add6-dddd7d0d6fa4} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 11891 | 2025.02.25 03:57:48.783610 [ 254 ] {3e9dd7da-4880-4fb7-add6-dddd7d0d6fa4} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11892 | 2025.02.25 03:57:48.783848 [ 254 ] {3e9dd7da-4880-4fb7-add6-dddd7d0d6fa4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
| 11893 | 2025.02.25 03:57:48.783918 [ 254 ] {3e9dd7da-4880-4fb7-add6-dddd7d0d6fa4} <Debug> TCPHandler: Processed in 0.001648967 sec. | ||
| 11894 | 2025.02.25 03:57:52.785898 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11895 | 2025.02.25 03:57:52.785977 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11896 | 2025.02.25 03:57:53.035606 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33977 | ||
| 11897 | 2025.02.25 03:57:53.036300 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11898 | 2025.02.25 03:57:53.036353 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 11899 | 2025.02.25 03:57:53.036897 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11900 | 2025.02.25 03:57:53.037189 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11901 | 2025.02.25 03:57:53.037457 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33977 | ||
| 11902 | 2025.02.25 03:57:53.767944 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11903 | 2025.02.25 03:57:53.768248 [ 4 ] {c8c51430-de58-4c0d-b963-2db05eb0dd0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11904 | 2025.02.25 03:57:53.768365 [ 4 ] {c8c51430-de58-4c0d-b963-2db05eb0dd0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11905 | 2025.02.25 03:57:53.769228 [ 4 ] {c8c51430-de58-4c0d-b963-2db05eb0dd0f} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11906 | 2025.02.25 03:57:53.769280 [ 4 ] {c8c51430-de58-4c0d-b963-2db05eb0dd0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 11907 | 2025.02.25 03:57:53.769729 [ 4 ] {c8c51430-de58-4c0d-b963-2db05eb0dd0f} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 11908 | 2025.02.25 03:57:53.769986 [ 4 ] {c8c51430-de58-4c0d-b963-2db05eb0dd0f} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11909 | 2025.02.25 03:57:53.770226 [ 4 ] {c8c51430-de58-4c0d-b963-2db05eb0dd0f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002057 sec., 27224.112785610116 rows/sec., 2.08 MiB/sec. | ||
| 11910 | 2025.02.25 03:57:53.770298 [ 4 ] {c8c51430-de58-4c0d-b963-2db05eb0dd0f} <Debug> TCPHandler: Processed in 0.002547757 sec. | ||
| 11911 | 2025.02.25 03:57:53.770527 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11912 | 2025.02.25 03:57:53.770734 [ 254 ] {da32a3f2-b33f-445d-8e75-3edcdfbba2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11913 | 2025.02.25 03:57:53.770796 [ 254 ] {da32a3f2-b33f-445d-8e75-3edcdfbba2d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11914 | 2025.02.25 03:57:53.771485 [ 254 ] {da32a3f2-b33f-445d-8e75-3edcdfbba2d9} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11915 | 2025.02.25 03:57:53.771524 [ 254 ] {da32a3f2-b33f-445d-8e75-3edcdfbba2d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 11916 | 2025.02.25 03:57:53.771915 [ 254 ] {da32a3f2-b33f-445d-8e75-3edcdfbba2d9} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 11917 | 2025.02.25 03:57:53.772161 [ 254 ] {da32a3f2-b33f-445d-8e75-3edcdfbba2d9} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11918 | 2025.02.25 03:57:53.772380 [ 254 ] {da32a3f2-b33f-445d-8e75-3edcdfbba2d9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001701 sec., 37624.9265138154 rows/sec., 2.94 MiB/sec. | ||
| 11919 | 2025.02.25 03:57:53.772433 [ 254 ] {da32a3f2-b33f-445d-8e75-3edcdfbba2d9} <Debug> TCPHandler: Processed in 0.001998745 sec. | ||
| 11920 | 2025.02.25 03:57:53.772590 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11921 | 2025.02.25 03:57:53.772700 [ 4 ] {9880b642-b80a-494d-92f6-3071aa445755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11922 | 2025.02.25 03:57:53.772750 [ 4 ] {9880b642-b80a-494d-92f6-3071aa445755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11923 | 2025.02.25 03:57:53.773269 [ 4 ] {9880b642-b80a-494d-92f6-3071aa445755} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11924 | 2025.02.25 03:57:53.773309 [ 4 ] {9880b642-b80a-494d-92f6-3071aa445755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 11925 | 2025.02.25 03:57:53.773707 [ 4 ] {9880b642-b80a-494d-92f6-3071aa445755} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 11926 | 2025.02.25 03:57:53.773946 [ 4 ] {9880b642-b80a-494d-92f6-3071aa445755} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11927 | 2025.02.25 03:57:53.774119 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 3 parts from all_1_120_24 to all_122_122_0 | ||
| 11928 | 2025.02.25 03:57:53.774174 [ 4 ] {9880b642-b80a-494d-92f6-3071aa445755} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001491 sec., 107310.52984574111 rows/sec., 7.47 MiB/sec. | ||
| 11929 | 2025.02.25 03:57:53.774206 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11930 | 2025.02.25 03:57:53.774280 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 11931 | 2025.02.25 03:57:53.774292 [ 4 ] {9880b642-b80a-494d-92f6-3071aa445755} <Debug> TCPHandler: Processed in 0.001752349 sec. | ||
| 11932 | 2025.02.25 03:57:53.774552 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11933 | 2025.02.25 03:57:53.774557 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_122_25} <Debug> MergeTask::PrepareStage: Merging 3 parts: from all_1_120_24 to all_122_122_0 into Compact with storage Full | ||
| 11934 | 2025.02.25 03:57:53.774840 [ 254 ] {de2328ae-0698-431d-87a1-d229b891a4b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11935 | 2025.02.25 03:57:53.775058 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_122_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11936 | 2025.02.25 03:57:53.775083 [ 254 ] {de2328ae-0698-431d-87a1-d229b891a4b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11937 | 2025.02.25 03:57:53.775222 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_120_24, total 32836 rows starting from the beginning of the part | ||
| 11938 | 2025.02.25 03:57:53.775797 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part | ||
| 11939 | 2025.02.25 03:57:53.776585 [ 188 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 976 rows starting from the beginning of the part | ||
| 11940 | 2025.02.25 03:57:53.778485 [ 254 ] {de2328ae-0698-431d-87a1-d229b891a4b6} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11941 | 2025.02.25 03:57:53.778523 [ 254 ] {de2328ae-0698-431d-87a1-d229b891a4b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 11942 | 2025.02.25 03:57:53.778962 [ 254 ] {de2328ae-0698-431d-87a1-d229b891a4b6} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 11943 | 2025.02.25 03:57:53.779244 [ 254 ] {de2328ae-0698-431d-87a1-d229b891a4b6} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11944 | 2025.02.25 03:57:53.779586 [ 254 ] {de2328ae-0698-431d-87a1-d229b891a4b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004905 sec., 12232.415902140674 rows/sec., 844.16 KiB/sec. | ||
| 11945 | 2025.02.25 03:57:53.779663 [ 254 ] {de2328ae-0698-431d-87a1-d229b891a4b6} <Debug> TCPHandler: Processed in 0.005271609 sec. | ||
| 11946 | 2025.02.25 03:57:53.784638 [ 190 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_122_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33972 rows, containing 5 columns (5 merged, 0 gathered) in 0.010255139 sec., 3312680.59847848 rows/sec., 226.76 MiB/sec. | ||
| 11947 | 2025.02.25 03:57:53.785316 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_122_25} <Trace> MergedBlockOutputStream: filled checksums all_1_122_25 (state Temporary) | ||
| 11948 | 2025.02.25 03:57:53.785820 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_122_25} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_122_25 to all_1_122_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11949 | 2025.02.25 03:57:53.785922 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_122_25} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 3 parts: [all_1_120_24, all_122_122_0] -> all_1_122_25 | ||
| 11950 | 2025.02.25 03:57:53.786033 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 11951 | 2025.02.25 03:57:54.086071 [ 66 ] {} <Debug> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
| 11952 | 2025.02.25 03:57:54.086134 [ 66 ] {} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11953 | 2025.02.25 03:57:54.086157 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 11954 | 2025.02.25 03:57:54.086378 [ 195 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
| 11955 | 2025.02.25 03:57:54.086609 [ 195 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11956 | 2025.02.25 03:57:54.086644 [ 195 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 366 rows starting from the beginning of the part | ||
| 11957 | 2025.02.25 03:57:54.086728 [ 195 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 113 rows starting from the beginning of the part | ||
| 11958 | 2025.02.25 03:57:54.087023 [ 195 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 228 rows starting from the beginning of the part | ||
| 11959 | 2025.02.25 03:57:54.087205 [ 195 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 252 rows starting from the beginning of the part | ||
| 11960 | 2025.02.25 03:57:54.087361 [ 195 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 252 rows starting from the beginning of the part | ||
| 11961 | 2025.02.25 03:57:54.088681 [ 190 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1211 rows, containing 5 columns (5 merged, 0 gathered) in 0.002446974 sec., 494896.9625341339 rows/sec., 35.57 MiB/sec. | ||
| 11962 | 2025.02.25 03:57:54.088898 [ 202 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
| 11963 | 2025.02.25 03:57:54.089271 [ 202 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_22_5} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11964 | 2025.02.25 03:57:54.089373 [ 202 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_22_5} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
| 11965 | 2025.02.25 03:57:54.089481 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 11966 | 2025.02.25 03:57:55.442071 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 11967 | 2025.02.25 03:57:55.464607 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11968 | 2025.02.25 03:57:55.464667 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 11969 | 2025.02.25 03:57:55.472069 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11970 | 2025.02.25 03:57:55.472904 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11971 | 2025.02.25 03:57:55.475763 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 11972 | 2025.02.25 03:57:58.199306 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1624 | ||
| 11973 | 2025.02.25 03:57:58.202120 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11974 | 2025.02.25 03:57:58.202169 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 11975 | 2025.02.25 03:57:58.203653 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11976 | 2025.02.25 03:57:58.203959 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11977 | 2025.02.25 03:57:58.204499 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1624 | ||
| 11978 | 2025.02.25 03:57:58.633928 [ 209 ] {} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): 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] | ||
| 11979 | 2025.02.25 03:57:58.634007 [ 209 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): 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] | ||
| 11980 | 2025.02.25 03:57:58.636113 [ 209 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): 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] | ||
| 11981 | 2025.02.25 03:57:58.769321 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11982 | 2025.02.25 03:57:58.769649 [ 4 ] {16561663-fbe2-45d1-a74f-a3ec24985956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11983 | 2025.02.25 03:57:58.769738 [ 4 ] {16561663-fbe2-45d1-a74f-a3ec24985956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11984 | 2025.02.25 03:57:58.770505 [ 4 ] {16561663-fbe2-45d1-a74f-a3ec24985956} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11985 | 2025.02.25 03:57:58.770558 [ 4 ] {16561663-fbe2-45d1-a74f-a3ec24985956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 11986 | 2025.02.25 03:57:58.771003 [ 4 ] {16561663-fbe2-45d1-a74f-a3ec24985956} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 11987 | 2025.02.25 03:57:58.771265 [ 4 ] {16561663-fbe2-45d1-a74f-a3ec24985956} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11988 | 2025.02.25 03:57:58.771539 [ 4 ] {16561663-fbe2-45d1-a74f-a3ec24985956} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001967 sec., 6100.660904931367 rows/sec., 497.47 KiB/sec. | ||
| 11989 | 2025.02.25 03:57:58.771667 [ 4 ] {16561663-fbe2-45d1-a74f-a3ec24985956} <Debug> TCPHandler: Processed in 0.002537327 sec. | ||
| 11990 | 2025.02.25 03:57:58.771881 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11991 | 2025.02.25 03:57:58.772030 [ 254 ] {71b49fa8-d304-42f6-a209-122856e1d21a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11992 | 2025.02.25 03:57:58.772088 [ 254 ] {71b49fa8-d304-42f6-a209-122856e1d21a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11993 | 2025.02.25 03:57:58.772812 [ 254 ] {71b49fa8-d304-42f6-a209-122856e1d21a} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11994 | 2025.02.25 03:57:58.772853 [ 254 ] {71b49fa8-d304-42f6-a209-122856e1d21a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 11995 | 2025.02.25 03:57:58.773233 [ 254 ] {71b49fa8-d304-42f6-a209-122856e1d21a} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 11996 | 2025.02.25 03:57:58.773481 [ 254 ] {71b49fa8-d304-42f6-a209-122856e1d21a} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11997 | 2025.02.25 03:57:58.773653 [ 22 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 11998 | 2025.02.25 03:57:58.773716 [ 254 ] {71b49fa8-d304-42f6-a209-122856e1d21a} <Debug> executeQuery: Read 140 rows, 12.25 KiB in 0.001713 sec., 81727.96263864565 rows/sec., 6.98 MiB/sec. | ||
| 11999 | 2025.02.25 03:57:58.773724 [ 22 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12000 | 2025.02.25 03:57:58.773805 [ 22 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12001 | 2025.02.25 03:57:58.773857 [ 254 ] {71b49fa8-d304-42f6-a209-122856e1d21a} <Debug> TCPHandler: Processed in 0.002056306 sec. | ||
| 12002 | 2025.02.25 03:57:58.774085 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12003 | 2025.02.25 03:57:58.774117 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 12004 | 2025.02.25 03:57:58.774270 [ 4 ] {d1fb1c13-9f3f-452e-89c2-177d086d8d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12005 | 2025.02.25 03:57:58.774376 [ 4 ] {d1fb1c13-9f3f-452e-89c2-177d086d8d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12006 | 2025.02.25 03:57:58.774691 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12007 | 2025.02.25 03:57:58.774770 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1966 rows starting from the beginning of the part | ||
| 12008 | 2025.02.25 03:57:58.775218 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 1316 rows starting from the beginning of the part | ||
| 12009 | 2025.02.25 03:57:58.775632 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 12010 | 2025.02.25 03:57:58.775864 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 134 rows starting from the beginning of the part | ||
| 12011 | 2025.02.25 03:57:58.776237 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 56 rows starting from the beginning of the part | ||
| 12012 | 2025.02.25 03:57:58.776541 [ 195 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 140 rows starting from the beginning of the part | ||
| 12013 | 2025.02.25 03:57:58.777294 [ 4 ] {d1fb1c13-9f3f-452e-89c2-177d086d8d25} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12014 | 2025.02.25 03:57:58.777366 [ 4 ] {d1fb1c13-9f3f-452e-89c2-177d086d8d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12015 | 2025.02.25 03:57:58.778263 [ 4 ] {d1fb1c13-9f3f-452e-89c2-177d086d8d25} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12016 | 2025.02.25 03:57:58.778820 [ 4 ] {d1fb1c13-9f3f-452e-89c2-177d086d8d25} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12017 | 2025.02.25 03:57:58.779434 [ 4 ] {d1fb1c13-9f3f-452e-89c2-177d086d8d25} <Debug> executeQuery: Read 51 rows, 3.77 KiB in 0.005214 sec., 9781.357882623706 rows/sec., 723.15 KiB/sec. | ||
| 12018 | 2025.02.25 03:57:58.779621 [ 4 ] {d1fb1c13-9f3f-452e-89c2-177d086d8d25} <Debug> TCPHandler: Processed in 0.005617866 sec. | ||
| 12019 | 2025.02.25 03:57:58.779808 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12020 | 2025.02.25 03:57:58.779940 [ 254 ] {a554d1a8-37f4-4b70-810d-243d38370abf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12021 | 2025.02.25 03:57:58.780037 [ 254 ] {a554d1a8-37f4-4b70-810d-243d38370abf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12022 | 2025.02.25 03:57:58.780595 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3668 rows, containing 5 columns (5 merged, 0 gathered) in 0.006643528 sec., 552116.2852026814 rows/sec., 47.66 MiB/sec. | ||
| 12023 | 2025.02.25 03:57:58.780999 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 12024 | 2025.02.25 03:57:58.781410 [ 254 ] {a554d1a8-37f4-4b70-810d-243d38370abf} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12025 | 2025.02.25 03:57:58.781469 [ 254 ] {a554d1a8-37f4-4b70-810d-243d38370abf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12026 | 2025.02.25 03:57:58.781712 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_126_25} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12027 | 2025.02.25 03:57:58.781923 [ 190 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_126_25} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 12028 | 2025.02.25 03:57:58.782095 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 12029 | 2025.02.25 03:57:58.782228 [ 254 ] {a554d1a8-37f4-4b70-810d-243d38370abf} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 12030 | 2025.02.25 03:57:58.782477 [ 254 ] {a554d1a8-37f4-4b70-810d-243d38370abf} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12031 | 2025.02.25 03:57:58.782630 [ 52 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 12032 | 2025.02.25 03:57:58.782664 [ 254 ] {a554d1a8-37f4-4b70-810d-243d38370abf} <Debug> executeQuery: Read 115 rows, 9.22 KiB in 0.002752 sec., 41787.79069767442 rows/sec., 3.27 MiB/sec. | ||
| 12033 | 2025.02.25 03:57:58.782677 [ 52 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12034 | 2025.02.25 03:57:58.782718 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12035 | 2025.02.25 03:57:58.782746 [ 254 ] {a554d1a8-37f4-4b70-810d-243d38370abf} <Debug> TCPHandler: Processed in 0.003008848 sec. | ||
| 12036 | 2025.02.25 03:57:58.782945 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12037 | 2025.02.25 03:57:58.782962 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 12038 | 2025.02.25 03:57:58.783152 [ 4 ] {92ce187b-f5bb-4811-ac63-fa6deae0b292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12039 | 2025.02.25 03:57:58.783235 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12040 | 2025.02.25 03:57:58.783268 [ 4 ] {92ce187b-f5bb-4811-ac63-fa6deae0b292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12041 | 2025.02.25 03:57:58.783303 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 951 rows starting from the beginning of the part | ||
| 12042 | 2025.02.25 03:57:58.783688 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 556 rows starting from the beginning of the part | ||
| 12043 | 2025.02.25 03:57:58.784095 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 12044 | 2025.02.25 03:57:58.784443 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 103 rows starting from the beginning of the part | ||
| 12045 | 2025.02.25 03:57:58.784721 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 64 rows starting from the beginning of the part | ||
| 12046 | 2025.02.25 03:57:58.785052 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 115 rows starting from the beginning of the part | ||
| 12047 | 2025.02.25 03:57:58.785824 [ 4 ] {92ce187b-f5bb-4811-ac63-fa6deae0b292} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12048 | 2025.02.25 03:57:58.785901 [ 4 ] {92ce187b-f5bb-4811-ac63-fa6deae0b292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12049 | 2025.02.25 03:57:58.786846 [ 4 ] {92ce187b-f5bb-4811-ac63-fa6deae0b292} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 12050 | 2025.02.25 03:57:58.787414 [ 4 ] {92ce187b-f5bb-4811-ac63-fa6deae0b292} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12051 | 2025.02.25 03:57:58.787741 [ 4 ] {92ce187b-f5bb-4811-ac63-fa6deae0b292} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.004669 sec., 35553.65174555579 rows/sec., 2.47 MiB/sec. | ||
| 12052 | 2025.02.25 03:57:58.787826 [ 4 ] {92ce187b-f5bb-4811-ac63-fa6deae0b292} <Debug> TCPHandler: Processed in 0.004982631 sec. | ||
| 12053 | 2025.02.25 03:57:58.788003 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12054 | 2025.02.25 03:57:58.788284 [ 254 ] {544a2130-1b54-450a-a0c3-272a9173b32c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12055 | 2025.02.25 03:57:58.788376 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1853 rows, containing 5 columns (5 merged, 0 gathered) in 0.005551545 sec., 333780.95647247747 rows/sec., 26.20 MiB/sec. | ||
| 12056 | 2025.02.25 03:57:58.788425 [ 254 ] {544a2130-1b54-450a-a0c3-272a9173b32c} <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 | ||
| 12057 | 2025.02.25 03:57:58.788654 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 12058 | 2025.02.25 03:57:58.789393 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_126_25} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12059 | 2025.02.25 03:57:58.789690 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_126_25} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 12060 | 2025.02.25 03:57:58.789837 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 12061 | 2025.02.25 03:57:58.790588 [ 254 ] {544a2130-1b54-450a-a0c3-272a9173b32c} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12062 | 2025.02.25 03:57:58.790632 [ 254 ] {544a2130-1b54-450a-a0c3-272a9173b32c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12063 | 2025.02.25 03:57:58.791319 [ 254 ] {544a2130-1b54-450a-a0c3-272a9173b32c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 12064 | 2025.02.25 03:57:58.791571 [ 254 ] {544a2130-1b54-450a-a0c3-272a9173b32c} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12065 | 2025.02.25 03:57:58.791766 [ 254 ] {544a2130-1b54-450a-a0c3-272a9173b32c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00359 sec., 10863.509749303621 rows/sec., 19.47 MiB/sec. | ||
| 12066 | 2025.02.25 03:57:58.791875 [ 254 ] {544a2130-1b54-450a-a0c3-272a9173b32c} <Debug> TCPHandler: Processed in 0.003966309 sec. | ||
| 12067 | 2025.02.25 03:57:58.792018 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12068 | 2025.02.25 03:57:58.792125 [ 4 ] {7a6d8c83-1875-4728-b2e1-8196d2c02460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12069 | 2025.02.25 03:57:58.792172 [ 4 ] {7a6d8c83-1875-4728-b2e1-8196d2c02460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12070 | 2025.02.25 03:57:58.792609 [ 4 ] {7a6d8c83-1875-4728-b2e1-8196d2c02460} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12071 | 2025.02.25 03:57:58.792647 [ 4 ] {7a6d8c83-1875-4728-b2e1-8196d2c02460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12072 | 2025.02.25 03:57:58.793011 [ 4 ] {7a6d8c83-1875-4728-b2e1-8196d2c02460} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 12073 | 2025.02.25 03:57:58.793259 [ 4 ] {7a6d8c83-1875-4728-b2e1-8196d2c02460} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12074 | 2025.02.25 03:57:58.793397 [ 52 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 12075 | 2025.02.25 03:57:58.793434 [ 52 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12076 | 2025.02.25 03:57:58.793442 [ 4 ] {7a6d8c83-1875-4728-b2e1-8196d2c02460} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001337 sec., 44876.58937920718 rows/sec., 3.02 MiB/sec. | ||
| 12077 | 2025.02.25 03:57:58.793455 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12078 | 2025.02.25 03:57:58.793548 [ 4 ] {7a6d8c83-1875-4728-b2e1-8196d2c02460} <Debug> TCPHandler: Processed in 0.001580335 sec. | ||
| 12079 | 2025.02.25 03:57:58.793699 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 12080 | 2025.02.25 03:57:58.793840 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12081 | 2025.02.25 03:57:58.793876 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 6274 rows starting from the beginning of the part | ||
| 12082 | 2025.02.25 03:57:58.793992 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 34 rows starting from the beginning of the part | ||
| 12083 | 2025.02.25 03:57:58.794190 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 26 rows starting from the beginning of the part | ||
| 12084 | 2025.02.25 03:57:58.794384 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part | ||
| 12085 | 2025.02.25 03:57:58.794542 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 12086 | 2025.02.25 03:57:58.794690 [ 193 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 12087 | 2025.02.25 03:57:58.796785 [ 186 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6514 rows, containing 4 columns (4 merged, 0 gathered) in 0.003224532 sec., 2020138.1161669353 rows/sec., 135.72 MiB/sec. | ||
| 12088 | 2025.02.25 03:57:58.797500 [ 186 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 12089 | 2025.02.25 03:57:58.797868 [ 186 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_126_25} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12090 | 2025.02.25 03:57:58.797956 [ 186 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_126_25} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 12091 | 2025.02.25 03:57:58.798049 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 12092 | 2025.02.25 03:58:00.245127 [ 224 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): 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] | ||
| 12093 | 2025.02.25 03:58:00.245193 [ 224 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): 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] | ||
| 12094 | 2025.02.25 03:58:00.247248 [ 224 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): 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] | ||
| 12095 | 2025.02.25 03:58:00.538575 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34404 | ||
| 12096 | 2025.02.25 03:58:00.539422 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12097 | 2025.02.25 03:58:00.539461 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12098 | 2025.02.25 03:58:00.539973 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 12099 | 2025.02.25 03:58:00.540226 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12100 | 2025.02.25 03:58:00.540416 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 | ||
| 12101 | 2025.02.25 03:58:00.776879 [ 224 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): 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] | ||
| 12102 | 2025.02.25 03:58:00.776938 [ 224 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): 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] | ||
| 12103 | 2025.02.25 03:58:00.779108 [ 224 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): 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] | ||
| 12104 | 2025.02.25 03:58:01.000195 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 252.79 MiB, peak 274.15 MiB, free memory in arenas 0.00 B, will set to 256.77 MiB (RSS), difference: 3.99 MiB | ||
| 12105 | 2025.02.25 03:58:02.976810 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 12106 | 2025.02.25 03:58:02.998351 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12107 | 2025.02.25 03:58:02.998401 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12108 | 2025.02.25 03:58:03.006714 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 12109 | 2025.02.25 03:58:03.007650 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12110 | 2025.02.25 03:58:03.012248 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 12111 | 2025.02.25 03:58:03.766739 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12112 | 2025.02.25 03:58:03.767051 [ 4 ] {f75158a4-31fc-4c56-bdf0-d53324babc03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12113 | 2025.02.25 03:58:03.767170 [ 4 ] {f75158a4-31fc-4c56-bdf0-d53324babc03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12114 | 2025.02.25 03:58:03.768217 [ 4 ] {f75158a4-31fc-4c56-bdf0-d53324babc03} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12115 | 2025.02.25 03:58:03.768268 [ 4 ] {f75158a4-31fc-4c56-bdf0-d53324babc03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12116 | 2025.02.25 03:58:03.768719 [ 4 ] {f75158a4-31fc-4c56-bdf0-d53324babc03} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 12117 | 2025.02.25 03:58:03.768975 [ 4 ] {f75158a4-31fc-4c56-bdf0-d53324babc03} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12118 | 2025.02.25 03:58:03.769217 [ 4 ] {f75158a4-31fc-4c56-bdf0-d53324babc03} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002248 sec., 24911.032028469752 rows/sec., 1.90 MiB/sec. | ||
| 12119 | 2025.02.25 03:58:03.769284 [ 4 ] {f75158a4-31fc-4c56-bdf0-d53324babc03} <Debug> TCPHandler: Processed in 0.002732301 sec. | ||
| 12120 | 2025.02.25 03:58:03.769482 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12121 | 2025.02.25 03:58:03.769628 [ 254 ] {76974619-f7b1-499f-8cb7-d0e4d0521d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12122 | 2025.02.25 03:58:03.769685 [ 254 ] {76974619-f7b1-499f-8cb7-d0e4d0521d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12123 | 2025.02.25 03:58:03.770274 [ 254 ] {76974619-f7b1-499f-8cb7-d0e4d0521d6b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12124 | 2025.02.25 03:58:03.770316 [ 254 ] {76974619-f7b1-499f-8cb7-d0e4d0521d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12125 | 2025.02.25 03:58:03.770684 [ 254 ] {76974619-f7b1-499f-8cb7-d0e4d0521d6b} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 12126 | 2025.02.25 03:58:03.770931 [ 254 ] {76974619-f7b1-499f-8cb7-d0e4d0521d6b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12127 | 2025.02.25 03:58:03.771133 [ 254 ] {76974619-f7b1-499f-8cb7-d0e4d0521d6b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001541 sec., 41531.47306943543 rows/sec., 3.24 MiB/sec. | ||
| 12128 | 2025.02.25 03:58:03.771184 [ 254 ] {76974619-f7b1-499f-8cb7-d0e4d0521d6b} <Debug> TCPHandler: Processed in 0.00177231 sec. | ||
| 12129 | 2025.02.25 03:58:03.771338 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12130 | 2025.02.25 03:58:03.771449 [ 4 ] {671e85fd-503e-47d1-aa0e-100e702b370a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12131 | 2025.02.25 03:58:03.771499 [ 4 ] {671e85fd-503e-47d1-aa0e-100e702b370a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12132 | 2025.02.25 03:58:03.772018 [ 4 ] {671e85fd-503e-47d1-aa0e-100e702b370a} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12133 | 2025.02.25 03:58:03.772057 [ 4 ] {671e85fd-503e-47d1-aa0e-100e702b370a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12134 | 2025.02.25 03:58:03.772769 [ 4 ] {671e85fd-503e-47d1-aa0e-100e702b370a} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 12135 | 2025.02.25 03:58:03.773015 [ 4 ] {671e85fd-503e-47d1-aa0e-100e702b370a} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12136 | 2025.02.25 03:58:03.773194 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_122_25 to all_127_127_0 | ||
| 12137 | 2025.02.25 03:58:03.773255 [ 4 ] {671e85fd-503e-47d1-aa0e-100e702b370a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001821 sec., 87863.81109280615 rows/sec., 6.12 MiB/sec. | ||
| 12138 | 2025.02.25 03:58:03.773282 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12139 | 2025.02.25 03:58:03.773349 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12140 | 2025.02.25 03:58:03.773373 [ 4 ] {671e85fd-503e-47d1-aa0e-100e702b370a} <Debug> TCPHandler: Processed in 0.002088936 sec. | ||
| 12141 | 2025.02.25 03:58:03.773698 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12142 | 2025.02.25 03:58:03.773750 [ 194 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_127_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_122_25 to all_127_127_0 into Compact with storage Full | ||
| 12143 | 2025.02.25 03:58:03.774126 [ 254 ] {7fa2b58c-c533-4e99-b3de-3395ee31c13f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12144 | 2025.02.25 03:58:03.774357 [ 254 ] {7fa2b58c-c533-4e99-b3de-3395ee31c13f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12145 | 2025.02.25 03:58:03.774431 [ 194 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_127_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12146 | 2025.02.25 03:58:03.774621 [ 194 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_122_25, total 33972 rows starting from the beginning of the part | ||
| 12147 | 2025.02.25 03:58:03.775235 [ 194 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 66 rows starting from the beginning of the part | ||
| 12148 | 2025.02.25 03:58:03.775806 [ 194 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part | ||
| 12149 | 2025.02.25 03:58:03.776358 [ 194 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part | ||
| 12150 | 2025.02.25 03:58:03.776882 [ 194 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 166 rows starting from the beginning of the part | ||
| 12151 | 2025.02.25 03:58:03.777470 [ 194 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 160 rows starting from the beginning of the part | ||
| 12152 | 2025.02.25 03:58:03.778794 [ 254 ] {7fa2b58c-c533-4e99-b3de-3395ee31c13f} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12153 | 2025.02.25 03:58:03.778854 [ 254 ] {7fa2b58c-c533-4e99-b3de-3395ee31c13f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12154 | 2025.02.25 03:58:03.779528 [ 254 ] {7fa2b58c-c533-4e99-b3de-3395ee31c13f} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 12155 | 2025.02.25 03:58:03.779855 [ 254 ] {7fa2b58c-c533-4e99-b3de-3395ee31c13f} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12156 | 2025.02.25 03:58:03.780219 [ 254 ] {7fa2b58c-c533-4e99-b3de-3395ee31c13f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006274 sec., 9563.27701625757 rows/sec., 659.97 KiB/sec. | ||
| 12157 | 2025.02.25 03:58:03.780420 [ 254 ] {7fa2b58c-c533-4e99-b3de-3395ee31c13f} <Debug> TCPHandler: Processed in 0.006938015 sec. | ||
| 12158 | 2025.02.25 03:58:03.785624 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_127_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34684 rows, containing 5 columns (5 merged, 0 gathered) in 0.012174892 sec., 2848813.7718182635 rows/sec., 195.08 MiB/sec. | ||
| 12159 | 2025.02.25 03:58:03.786029 [ 187 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_127_26} <Trace> MergedBlockOutputStream: filled checksums all_1_127_26 (state Temporary) | ||
| 12160 | 2025.02.25 03:58:03.786468 [ 187 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_127_26} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_127_26 to all_1_127_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12161 | 2025.02.25 03:58:03.786582 [ 187 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_127_26} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_122_25, all_127_127_0] -> all_1_127_26 | ||
| 12162 | 2025.02.25 03:58:03.786709 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 12163 | 2025.02.25 03:58:07.786027 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12164 | 2025.02.25 03:58:07.786084 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12165 | 2025.02.25 03:58:08.041502 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34892 | ||
| 12166 | 2025.02.25 03:58:08.042181 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12167 | 2025.02.25 03:58:08.042225 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12168 | 2025.02.25 03:58:08.042759 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 12169 | 2025.02.25 03:58:08.043013 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12170 | 2025.02.25 03:58:08.043188 [ 152 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 12171 | 2025.02.25 03:58:08.043226 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34892 | ||
| 12172 | 2025.02.25 03:58:08.043244 [ 152 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12173 | 2025.02.25 03:58:08.043271 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12174 | 2025.02.25 03:58:08.043383 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 12175 | 2025.02.25 03:58:08.043498 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12176 | 2025.02.25 03:58:08.043537 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part | ||
| 12177 | 2025.02.25 03:58:08.043608 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 12178 | 2025.02.25 03:58:08.043721 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 12179 | 2025.02.25 03:58:08.043859 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 12180 | 2025.02.25 03:58:08.043935 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 12181 | 2025.02.25 03:58:08.044007 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 12182 | 2025.02.25 03:58:08.046970 [ 191 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34892 rows, containing 4 columns (4 merged, 0 gathered) in 0.003636861 sec., 9593987.782321073 rows/sec., 137.24 MiB/sec. | ||
| 12183 | 2025.02.25 03:58:08.047197 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 12184 | 2025.02.25 03:58:08.047477 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_76_15} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12185 | 2025.02.25 03:58:08.047551 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_76_15} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 12186 | 2025.02.25 03:58:08.047634 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 12187 | 2025.02.25 03:58:08.122165 [ 222 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 12188 | 2025.02.25 03:58:08.122214 [ 222 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 12189 | 2025.02.25 03:58:08.124122 [ 219 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 12190 | 2025.02.25 03:58:08.124175 [ 219 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 12191 | 2025.02.25 03:58:08.124322 [ 222 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 12192 | 2025.02.25 03:58:08.126688 [ 219 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 12193 | 2025.02.25 03:58:08.205611 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1646 | ||
| 12194 | 2025.02.25 03:58:08.208654 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12195 | 2025.02.25 03:58:08.208717 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12196 | 2025.02.25 03:58:08.210277 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 12197 | 2025.02.25 03:58:08.210623 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12198 | 2025.02.25 03:58:08.210863 [ 152 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 12199 | 2025.02.25 03:58:08.210996 [ 152 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12200 | 2025.02.25 03:58:08.211058 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12201 | 2025.02.25 03:58:08.211534 [ 198 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::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 | ||
| 12202 | 2025.02.25 03:58:08.212235 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1646 | ||
| 12203 | 2025.02.25 03:58:08.212721 [ 198 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12204 | 2025.02.25 03:58:08.212920 [ 198 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1526 rows starting from the beginning of the part | ||
| 12205 | 2025.02.25 03:58:08.213630 [ 198 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 20 rows starting from the beginning of the part | ||
| 12206 | 2025.02.25 03:58:08.214335 [ 198 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 22 rows starting from the beginning of the part | ||
| 12207 | 2025.02.25 03:58:08.214999 [ 198 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 36 rows starting from the beginning of the part | ||
| 12208 | 2025.02.25 03:58:08.215729 [ 198 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 20 rows starting from the beginning of the part | ||
| 12209 | 2025.02.25 03:58:08.216416 [ 198 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 22 rows starting from the beginning of the part | ||
| 12210 | 2025.02.25 03:58:08.225700 [ 191 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1646 rows, containing 72 columns (72 merged, 0 gathered) in 0.014495434 sec., 113552.99882707893 rows/sec., 88.86 MiB/sec. | ||
| 12211 | 2025.02.25 03:58:08.228056 [ 191 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 12212 | 2025.02.25 03:58:08.228978 [ 191 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_56_11} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12213 | 2025.02.25 03:58:08.229089 [ 191 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_56_11} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 12214 | 2025.02.25 03:58:08.229463 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
| 12215 | 2025.02.25 03:58:08.621194 [ 223 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 12216 | 2025.02.25 03:58:08.621241 [ 223 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 12217 | 2025.02.25 03:58:08.623304 [ 223 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 12218 | 2025.02.25 03:58:08.741547 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 12219 | 2025.02.25 03:58:08.741605 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 12220 | 2025.02.25 03:58:08.743763 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 12221 | 2025.02.25 03:58:08.768884 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12222 | 2025.02.25 03:58:08.769093 [ 4 ] {88d86a35-039b-4826-8018-7c82b0d975dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12223 | 2025.02.25 03:58:08.769160 [ 4 ] {88d86a35-039b-4826-8018-7c82b0d975dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12224 | 2025.02.25 03:58:08.769949 [ 4 ] {88d86a35-039b-4826-8018-7c82b0d975dc} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12225 | 2025.02.25 03:58:08.769991 [ 4 ] {88d86a35-039b-4826-8018-7c82b0d975dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12226 | 2025.02.25 03:58:08.770421 [ 4 ] {88d86a35-039b-4826-8018-7c82b0d975dc} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 12227 | 2025.02.25 03:58:08.770695 [ 4 ] {88d86a35-039b-4826-8018-7c82b0d975dc} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12228 | 2025.02.25 03:58:08.770919 [ 4 ] {88d86a35-039b-4826-8018-7c82b0d975dc} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001875 sec., 71466.66666666667 rows/sec., 6.15 MiB/sec. | ||
| 12229 | 2025.02.25 03:58:08.770986 [ 4 ] {88d86a35-039b-4826-8018-7c82b0d975dc} <Debug> TCPHandler: Processed in 0.002283662 sec. | ||
| 12230 | 2025.02.25 03:58:08.771157 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12231 | 2025.02.25 03:58:08.771300 [ 254 ] {3724aa29-4020-460a-b29a-df31866c912d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12232 | 2025.02.25 03:58:08.771358 [ 254 ] {3724aa29-4020-460a-b29a-df31866c912d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12233 | 2025.02.25 03:58:08.772010 [ 254 ] {3724aa29-4020-460a-b29a-df31866c912d} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12234 | 2025.02.25 03:58:08.772051 [ 254 ] {3724aa29-4020-460a-b29a-df31866c912d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12235 | 2025.02.25 03:58:08.772418 [ 254 ] {3724aa29-4020-460a-b29a-df31866c912d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12236 | 2025.02.25 03:58:08.772665 [ 254 ] {3724aa29-4020-460a-b29a-df31866c912d} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12237 | 2025.02.25 03:58:08.772877 [ 254 ] {3724aa29-4020-460a-b29a-df31866c912d} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001611 sec., 24208.56610800745 rows/sec., 1.78 MiB/sec. | ||
| 12238 | 2025.02.25 03:58:08.772930 [ 254 ] {3724aa29-4020-460a-b29a-df31866c912d} <Debug> TCPHandler: Processed in 0.001841281 sec. | ||
| 12239 | 2025.02.25 03:58:08.773076 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12240 | 2025.02.25 03:58:08.773185 [ 4 ] {6b6df88a-b506-45de-98b6-e024cc815f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12241 | 2025.02.25 03:58:08.773231 [ 4 ] {6b6df88a-b506-45de-98b6-e024cc815f8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12242 | 2025.02.25 03:58:08.773801 [ 4 ] {6b6df88a-b506-45de-98b6-e024cc815f8b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12243 | 2025.02.25 03:58:08.773842 [ 4 ] {6b6df88a-b506-45de-98b6-e024cc815f8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12244 | 2025.02.25 03:58:08.774204 [ 4 ] {6b6df88a-b506-45de-98b6-e024cc815f8b} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 12245 | 2025.02.25 03:58:08.774455 [ 4 ] {6b6df88a-b506-45de-98b6-e024cc815f8b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12246 | 2025.02.25 03:58:08.774676 [ 4 ] {6b6df88a-b506-45de-98b6-e024cc815f8b} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001514 sec., 68031.70409511229 rows/sec., 5.31 MiB/sec. | ||
| 12247 | 2025.02.25 03:58:08.774729 [ 4 ] {6b6df88a-b506-45de-98b6-e024cc815f8b} <Debug> TCPHandler: Processed in 0.001705918 sec. | ||
| 12248 | 2025.02.25 03:58:08.774865 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12249 | 2025.02.25 03:58:08.774992 [ 254 ] {e388fe8c-e90e-45c0-a1d8-e3bfb98b5f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12250 | 2025.02.25 03:58:08.775050 [ 254 ] {e388fe8c-e90e-45c0-a1d8-e3bfb98b5f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12251 | 2025.02.25 03:58:08.775671 [ 254 ] {e388fe8c-e90e-45c0-a1d8-e3bfb98b5f76} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12252 | 2025.02.25 03:58:08.775718 [ 254 ] {e388fe8c-e90e-45c0-a1d8-e3bfb98b5f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12253 | 2025.02.25 03:58:08.776131 [ 254 ] {e388fe8c-e90e-45c0-a1d8-e3bfb98b5f76} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 12254 | 2025.02.25 03:58:08.776360 [ 254 ] {e388fe8c-e90e-45c0-a1d8-e3bfb98b5f76} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12255 | 2025.02.25 03:58:08.776560 [ 254 ] {e388fe8c-e90e-45c0-a1d8-e3bfb98b5f76} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
| 12256 | 2025.02.25 03:58:08.776610 [ 254 ] {e388fe8c-e90e-45c0-a1d8-e3bfb98b5f76} <Debug> TCPHandler: Processed in 0.00179826 sec. | ||
| 12257 | 2025.02.25 03:58:08.776746 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12258 | 2025.02.25 03:58:08.776853 [ 4 ] {3ad10390-3332-4985-831f-8c764ef18a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12259 | 2025.02.25 03:58:08.776926 [ 4 ] {3ad10390-3332-4985-831f-8c764ef18a7d} <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 | ||
| 12260 | 2025.02.25 03:58:08.778216 [ 4 ] {3ad10390-3332-4985-831f-8c764ef18a7d} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12261 | 2025.02.25 03:58:08.778257 [ 4 ] {3ad10390-3332-4985-831f-8c764ef18a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12262 | 2025.02.25 03:58:08.778961 [ 4 ] {3ad10390-3332-4985-831f-8c764ef18a7d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 12263 | 2025.02.25 03:58:08.779222 [ 4 ] {3ad10390-3332-4985-831f-8c764ef18a7d} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12264 | 2025.02.25 03:58:08.779523 [ 4 ] {3ad10390-3332-4985-831f-8c764ef18a7d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002685 sec., 14525.13966480447 rows/sec., 26.03 MiB/sec. | ||
| 12265 | 2025.02.25 03:58:08.779895 [ 4 ] {3ad10390-3332-4985-831f-8c764ef18a7d} <Debug> TCPHandler: Processed in 0.003194972 sec. | ||
| 12266 | 2025.02.25 03:58:08.780091 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12267 | 2025.02.25 03:58:08.780201 [ 254 ] {5b82b94a-144f-4719-9bee-5d6a9cb89cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12268 | 2025.02.25 03:58:08.780248 [ 254 ] {5b82b94a-144f-4719-9bee-5d6a9cb89cdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12269 | 2025.02.25 03:58:08.780718 [ 254 ] {5b82b94a-144f-4719-9bee-5d6a9cb89cdf} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12270 | 2025.02.25 03:58:08.780756 [ 254 ] {5b82b94a-144f-4719-9bee-5d6a9cb89cdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12271 | 2025.02.25 03:58:08.781108 [ 254 ] {5b82b94a-144f-4719-9bee-5d6a9cb89cdf} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 12272 | 2025.02.25 03:58:08.781341 [ 254 ] {5b82b94a-144f-4719-9bee-5d6a9cb89cdf} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12273 | 2025.02.25 03:58:08.781547 [ 254 ] {5b82b94a-144f-4719-9bee-5d6a9cb89cdf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec. | ||
| 12274 | 2025.02.25 03:58:08.781621 [ 254 ] {5b82b94a-144f-4719-9bee-5d6a9cb89cdf} <Debug> TCPHandler: Processed in 0.001607466 sec. | ||
| 12275 | 2025.02.25 03:58:10.513291 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 12276 | 2025.02.25 03:58:10.535102 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12277 | 2025.02.25 03:58:10.535162 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12278 | 2025.02.25 03:58:10.542764 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 12279 | 2025.02.25 03:58:10.543603 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12280 | 2025.02.25 03:58:10.544142 [ 86 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 12281 | 2025.02.25 03:58:10.544327 [ 86 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12282 | 2025.02.25 03:58:10.544433 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12283 | 2025.02.25 03:58:10.545186 [ 196 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 12284 | 2025.02.25 03:58:10.560577 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 12285 | 2025.02.25 03:58:10.562398 [ 196 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12286 | 2025.02.25 03:58:10.564044 [ 196 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 12287 | 2025.02.25 03:58:10.570156 [ 196 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 12288 | 2025.02.25 03:58:10.576254 [ 196 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 12289 | 2025.02.25 03:58:10.582561 [ 196 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 12290 | 2025.02.25 03:58:10.588670 [ 196 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 12291 | 2025.02.25 03:58:10.594362 [ 196 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 12292 | 2025.02.25 03:58:10.659571 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.11490277 sec., 4986.824947736247 rows/sec., 25.79 MiB/sec. | ||
| 12293 | 2025.02.25 03:58:10.662875 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 12294 | 2025.02.25 03:58:10.666051 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_76_15} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12295 | 2025.02.25 03:58:10.666147 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_76_15} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 12296 | 2025.02.25 03:58:10.668900 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 12297 | 2025.02.25 03:58:10.716507 [ 151 ] {} <Debug> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 12298 | 2025.02.25 03:58:10.716580 [ 151 ] {} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12299 | 2025.02.25 03:58:10.716621 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12300 | 2025.02.25 03:58:10.716886 [ 199 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 12301 | 2025.02.25 03:58:10.717402 [ 199 ] {499813d5-c841-4141-9420-e02818928f28::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12302 | 2025.02.25 03:58:10.717447 [ 199 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 12303 | 2025.02.25 03:58:10.717537 [ 199 ] {499813d5-c841-4141-9420-e02818928f28::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part | ||
| 12304 | 2025.02.25 03:58:10.717805 [ 199 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 12305 | 2025.02.25 03:58:10.717962 [ 199 ] {499813d5-c841-4141-9420-e02818928f28::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
| 12306 | 2025.02.25 03:58:10.718187 [ 199 ] {499813d5-c841-4141-9420-e02818928f28::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part | ||
| 12307 | 2025.02.25 03:58:10.719238 [ 188 ] {499813d5-c841-4141-9420-e02818928f28::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.002527337 sec., 19783.669530418774 rows/sec., 1.65 MiB/sec. | ||
| 12308 | 2025.02.25 03:58:10.719466 [ 202 ] {499813d5-c841-4141-9420-e02818928f28::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 12309 | 2025.02.25 03:58:10.719880 [ 202 ] {499813d5-c841-4141-9420-e02818928f28::all_1_25_6} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12310 | 2025.02.25 03:58:10.719987 [ 202 ] {499813d5-c841-4141-9420-e02818928f28::all_1_25_6} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 12311 | 2025.02.25 03:58:10.720097 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12312 | 2025.02.25 03:58:11.000208 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.86 MiB, peak 275.26 MiB, free memory in arenas 0.00 B, will set to 256.77 MiB (RSS), difference: -1.09 MiB | ||
| 12313 | 2025.02.25 03:58:11.696107 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12314 | 2025.02.25 03:58:11.696317 [ 4 ] {9813b91c-21e7-4527-9891-f9130227dc02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12315 | 2025.02.25 03:58:11.696394 [ 4 ] {9813b91c-21e7-4527-9891-f9130227dc02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12316 | 2025.02.25 03:58:11.697171 [ 4 ] {9813b91c-21e7-4527-9891-f9130227dc02} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12317 | 2025.02.25 03:58:11.697223 [ 4 ] {9813b91c-21e7-4527-9891-f9130227dc02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12318 | 2025.02.25 03:58:11.697761 [ 4 ] {9813b91c-21e7-4527-9891-f9130227dc02} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 12319 | 2025.02.25 03:58:11.698046 [ 4 ] {9813b91c-21e7-4527-9891-f9130227dc02} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12320 | 2025.02.25 03:58:11.698335 [ 4 ] {9813b91c-21e7-4527-9891-f9130227dc02} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002087 sec., 11499.760421657882 rows/sec., 977.03 KiB/sec. | ||
| 12321 | 2025.02.25 03:58:11.698456 [ 4 ] {9813b91c-21e7-4527-9891-f9130227dc02} <Debug> TCPHandler: Processed in 0.002476006 sec. | ||
| 12322 | 2025.02.25 03:58:11.698654 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12323 | 2025.02.25 03:58:11.698773 [ 254 ] {85b911df-e281-4261-9a64-9d2368079a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12324 | 2025.02.25 03:58:11.698821 [ 254 ] {85b911df-e281-4261-9a64-9d2368079a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12325 | 2025.02.25 03:58:11.699389 [ 254 ] {85b911df-e281-4261-9a64-9d2368079a8f} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12326 | 2025.02.25 03:58:11.699430 [ 254 ] {85b911df-e281-4261-9a64-9d2368079a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12327 | 2025.02.25 03:58:11.699796 [ 254 ] {85b911df-e281-4261-9a64-9d2368079a8f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 12328 | 2025.02.25 03:58:11.700045 [ 254 ] {85b911df-e281-4261-9a64-9d2368079a8f} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12329 | 2025.02.25 03:58:11.700257 [ 254 ] {85b911df-e281-4261-9a64-9d2368079a8f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001509 sec., 2650.7620941020546 rows/sec., 216.15 KiB/sec. | ||
| 12330 | 2025.02.25 03:58:11.700311 [ 254 ] {85b911df-e281-4261-9a64-9d2368079a8f} <Debug> TCPHandler: Processed in 0.001731219 sec. | ||
| 12331 | 2025.02.25 03:58:11.700451 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12332 | 2025.02.25 03:58:11.700560 [ 4 ] {00c407ab-c1d5-433b-b17c-372a7d557702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12333 | 2025.02.25 03:58:11.700605 [ 4 ] {00c407ab-c1d5-433b-b17c-372a7d557702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12334 | 2025.02.25 03:58:11.701909 [ 4 ] {00c407ab-c1d5-433b-b17c-372a7d557702} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12335 | 2025.02.25 03:58:11.701950 [ 4 ] {00c407ab-c1d5-433b-b17c-372a7d557702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12336 | 2025.02.25 03:58:11.702402 [ 4 ] {00c407ab-c1d5-433b-b17c-372a7d557702} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 12337 | 2025.02.25 03:58:11.702645 [ 4 ] {00c407ab-c1d5-433b-b17c-372a7d557702} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12338 | 2025.02.25 03:58:11.702885 [ 4 ] {00c407ab-c1d5-433b-b17c-372a7d557702} <Debug> executeQuery: Read 1318 rows, 112.08 KiB in 0.002347 sec., 561567.9590967192 rows/sec., 46.63 MiB/sec. | ||
| 12339 | 2025.02.25 03:58:11.702938 [ 4 ] {00c407ab-c1d5-433b-b17c-372a7d557702} <Debug> TCPHandler: Processed in 0.002540817 sec. | ||
| 12340 | 2025.02.25 03:58:11.703085 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12341 | 2025.02.25 03:58:11.703204 [ 254 ] {ce05c0d4-aa71-4b19-9e71-68a09706d3ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12342 | 2025.02.25 03:58:11.703251 [ 254 ] {ce05c0d4-aa71-4b19-9e71-68a09706d3ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12343 | 2025.02.25 03:58:11.703786 [ 254 ] {ce05c0d4-aa71-4b19-9e71-68a09706d3ec} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12344 | 2025.02.25 03:58:11.703827 [ 254 ] {ce05c0d4-aa71-4b19-9e71-68a09706d3ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12345 | 2025.02.25 03:58:11.704176 [ 254 ] {ce05c0d4-aa71-4b19-9e71-68a09706d3ec} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 12346 | 2025.02.25 03:58:11.704414 [ 254 ] {ce05c0d4-aa71-4b19-9e71-68a09706d3ec} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12347 | 2025.02.25 03:58:11.704601 [ 86 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 12348 | 2025.02.25 03:58:11.704628 [ 254 ] {ce05c0d4-aa71-4b19-9e71-68a09706d3ec} <Debug> executeQuery: Read 16 rows, 1.24 KiB in 0.001446 sec., 11065.006915629323 rows/sec., 857.70 KiB/sec. | ||
| 12349 | 2025.02.25 03:58:11.704680 [ 86 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12350 | 2025.02.25 03:58:11.704750 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12351 | 2025.02.25 03:58:11.704756 [ 254 ] {ce05c0d4-aa71-4b19-9e71-68a09706d3ec} <Debug> TCPHandler: Processed in 0.001720329 sec. | ||
| 12352 | 2025.02.25 03:58:11.704910 [ 188 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 12353 | 2025.02.25 03:58:11.704925 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12354 | 2025.02.25 03:58:11.705036 [ 188 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12355 | 2025.02.25 03:58:11.705072 [ 188 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 177 rows starting from the beginning of the part | ||
| 12356 | 2025.02.25 03:58:11.705082 [ 4 ] {877b190d-fc43-444e-9c77-2b65f38d658c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12357 | 2025.02.25 03:58:11.705145 [ 4 ] {877b190d-fc43-444e-9c77-2b65f38d658c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12358 | 2025.02.25 03:58:11.705211 [ 188 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 12359 | 2025.02.25 03:58:11.705452 [ 188 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 39 rows starting from the beginning of the part | ||
| 12360 | 2025.02.25 03:58:11.705615 [ 188 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 51 rows starting from the beginning of the part | ||
| 12361 | 2025.02.25 03:58:11.705811 [ 188 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 39 rows starting from the beginning of the part | ||
| 12362 | 2025.02.25 03:58:11.706013 [ 188 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 12363 | 2025.02.25 03:58:11.706760 [ 4 ] {877b190d-fc43-444e-9c77-2b65f38d658c} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12364 | 2025.02.25 03:58:11.706807 [ 4 ] {877b190d-fc43-444e-9c77-2b65f38d658c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12365 | 2025.02.25 03:58:11.707409 [ 4 ] {877b190d-fc43-444e-9c77-2b65f38d658c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 12366 | 2025.02.25 03:58:11.707562 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 334 rows, containing 5 columns (5 merged, 0 gathered) in 0.002719351 sec., 122823.42367719357 rows/sec., 8.91 MiB/sec. | ||
| 12367 | 2025.02.25 03:58:11.707838 [ 4 ] {877b190d-fc43-444e-9c77-2b65f38d658c} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12368 | 2025.02.25 03:58:11.707850 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 12369 | 2025.02.25 03:58:11.708382 [ 4 ] {877b190d-fc43-444e-9c77-2b65f38d658c} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.003318 sec., 75949.36708860759 rows/sec., 5.25 MiB/sec. | ||
| 12370 | 2025.02.25 03:58:11.708744 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_71_14} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12371 | 2025.02.25 03:58:11.708750 [ 4 ] {877b190d-fc43-444e-9c77-2b65f38d658c} <Debug> TCPHandler: Processed in 0.003881737 sec. | ||
| 12372 | 2025.02.25 03:58:11.708909 [ 202 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_71_14} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 12373 | 2025.02.25 03:58:11.708954 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12374 | 2025.02.25 03:58:11.709068 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 12375 | 2025.02.25 03:58:11.709143 [ 254 ] {09d86342-a1a7-42f2-ad00-6efa649f3dbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12376 | 2025.02.25 03:58:11.709193 [ 254 ] {09d86342-a1a7-42f2-ad00-6efa649f3dbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12377 | 2025.02.25 03:58:11.709767 [ 254 ] {09d86342-a1a7-42f2-ad00-6efa649f3dbd} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12378 | 2025.02.25 03:58:11.709807 [ 254 ] {09d86342-a1a7-42f2-ad00-6efa649f3dbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12379 | 2025.02.25 03:58:11.710184 [ 254 ] {09d86342-a1a7-42f2-ad00-6efa649f3dbd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 12380 | 2025.02.25 03:58:11.710430 [ 254 ] {09d86342-a1a7-42f2-ad00-6efa649f3dbd} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12381 | 2025.02.25 03:58:11.710662 [ 254 ] {09d86342-a1a7-42f2-ad00-6efa649f3dbd} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001544 sec., 7772.020725388601 rows/sec., 607.19 KiB/sec. | ||
| 12382 | 2025.02.25 03:58:11.710826 [ 254 ] {09d86342-a1a7-42f2-ad00-6efa649f3dbd} <Debug> TCPHandler: Processed in 0.001930593 sec. | ||
| 12383 | 2025.02.25 03:58:11.711033 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12384 | 2025.02.25 03:58:11.711166 [ 4 ] {453fdcdc-9b03-423a-ab93-6b9bf7f6755c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12385 | 2025.02.25 03:58:11.711223 [ 4 ] {453fdcdc-9b03-423a-ab93-6b9bf7f6755c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12386 | 2025.02.25 03:58:11.712125 [ 4 ] {453fdcdc-9b03-423a-ab93-6b9bf7f6755c} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12387 | 2025.02.25 03:58:11.712166 [ 4 ] {453fdcdc-9b03-423a-ab93-6b9bf7f6755c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12388 | 2025.02.25 03:58:11.712565 [ 4 ] {453fdcdc-9b03-423a-ab93-6b9bf7f6755c} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 12389 | 2025.02.25 03:58:11.712811 [ 4 ] {453fdcdc-9b03-423a-ab93-6b9bf7f6755c} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12390 | 2025.02.25 03:58:11.713027 [ 4 ] {453fdcdc-9b03-423a-ab93-6b9bf7f6755c} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.001892 sec., 295983.0866807611 rows/sec., 22.19 MiB/sec. | ||
| 12391 | 2025.02.25 03:58:11.713101 [ 4 ] {453fdcdc-9b03-423a-ab93-6b9bf7f6755c} <Debug> TCPHandler: Processed in 0.002131947 sec. | ||
| 12392 | 2025.02.25 03:58:11.713248 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12393 | 2025.02.25 03:58:11.713355 [ 254 ] {56356bd9-1be6-4422-a6ee-357a06a4c1de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12394 | 2025.02.25 03:58:11.713406 [ 254 ] {56356bd9-1be6-4422-a6ee-357a06a4c1de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12395 | 2025.02.25 03:58:11.714243 [ 254 ] {56356bd9-1be6-4422-a6ee-357a06a4c1de} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12396 | 2025.02.25 03:58:11.714282 [ 254 ] {56356bd9-1be6-4422-a6ee-357a06a4c1de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12397 | 2025.02.25 03:58:11.714724 [ 254 ] {56356bd9-1be6-4422-a6ee-357a06a4c1de} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 12398 | 2025.02.25 03:58:11.714978 [ 254 ] {56356bd9-1be6-4422-a6ee-357a06a4c1de} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12399 | 2025.02.25 03:58:11.715204 [ 254 ] {56356bd9-1be6-4422-a6ee-357a06a4c1de} <Debug> executeQuery: Read 978 rows, 67.66 KiB in 0.001862 sec., 525241.6756176155 rows/sec., 35.48 MiB/sec. | ||
| 12400 | 2025.02.25 03:58:11.715264 [ 254 ] {56356bd9-1be6-4422-a6ee-357a06a4c1de} <Debug> TCPHandler: Processed in 0.002066647 sec. | ||
| 12401 | 2025.02.25 03:58:11.715482 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12402 | 2025.02.25 03:58:11.715787 [ 4 ] {0e518f2d-02e2-4613-92fd-403c78e1fc44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12403 | 2025.02.25 03:58:11.715897 [ 4 ] {0e518f2d-02e2-4613-92fd-403c78e1fc44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12404 | 2025.02.25 03:58:11.716422 [ 4 ] {0e518f2d-02e2-4613-92fd-403c78e1fc44} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12405 | 2025.02.25 03:58:11.716461 [ 4 ] {0e518f2d-02e2-4613-92fd-403c78e1fc44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12406 | 2025.02.25 03:58:11.716828 [ 4 ] {0e518f2d-02e2-4613-92fd-403c78e1fc44} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 12407 | 2025.02.25 03:58:11.717084 [ 4 ] {0e518f2d-02e2-4613-92fd-403c78e1fc44} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12408 | 2025.02.25 03:58:11.717306 [ 4 ] {0e518f2d-02e2-4613-92fd-403c78e1fc44} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001636 sec., 20782.39608801956 rows/sec., 1.41 MiB/sec. | ||
| 12409 | 2025.02.25 03:58:11.717356 [ 4 ] {0e518f2d-02e2-4613-92fd-403c78e1fc44} <Debug> TCPHandler: Processed in 0.001964275 sec. | ||
| 12410 | 2025.02.25 03:58:13.762112 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12411 | 2025.02.25 03:58:13.762349 [ 4 ] {99117950-4764-41cb-a2f7-48155a3a3f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12412 | 2025.02.25 03:58:13.762434 [ 4 ] {99117950-4764-41cb-a2f7-48155a3a3f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12413 | 2025.02.25 03:58:13.763302 [ 4 ] {99117950-4764-41cb-a2f7-48155a3a3f81} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12414 | 2025.02.25 03:58:13.763358 [ 4 ] {99117950-4764-41cb-a2f7-48155a3a3f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12415 | 2025.02.25 03:58:13.763849 [ 4 ] {99117950-4764-41cb-a2f7-48155a3a3f81} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 12416 | 2025.02.25 03:58:13.764131 [ 4 ] {99117950-4764-41cb-a2f7-48155a3a3f81} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12417 | 2025.02.25 03:58:13.764382 [ 4 ] {99117950-4764-41cb-a2f7-48155a3a3f81} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002093 sec., 26755.852842809367 rows/sec., 2.04 MiB/sec. | ||
| 12418 | 2025.02.25 03:58:13.764450 [ 4 ] {99117950-4764-41cb-a2f7-48155a3a3f81} <Debug> TCPHandler: Processed in 0.002483266 sec. | ||
| 12419 | 2025.02.25 03:58:13.764630 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12420 | 2025.02.25 03:58:13.764757 [ 254 ] {ad20433f-2d75-4db3-b1b0-f05672bb5439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12421 | 2025.02.25 03:58:13.764808 [ 254 ] {ad20433f-2d75-4db3-b1b0-f05672bb5439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12422 | 2025.02.25 03:58:13.765388 [ 254 ] {ad20433f-2d75-4db3-b1b0-f05672bb5439} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12423 | 2025.02.25 03:58:13.765431 [ 254 ] {ad20433f-2d75-4db3-b1b0-f05672bb5439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12424 | 2025.02.25 03:58:13.765812 [ 254 ] {ad20433f-2d75-4db3-b1b0-f05672bb5439} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 12425 | 2025.02.25 03:58:13.766064 [ 254 ] {ad20433f-2d75-4db3-b1b0-f05672bb5439} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12426 | 2025.02.25 03:58:13.766294 [ 254 ] {ad20433f-2d75-4db3-b1b0-f05672bb5439} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001564 sec., 40920.71611253197 rows/sec., 3.19 MiB/sec. | ||
| 12427 | 2025.02.25 03:58:13.766348 [ 254 ] {ad20433f-2d75-4db3-b1b0-f05672bb5439} <Debug> TCPHandler: Processed in 0.00177686 sec. | ||
| 12428 | 2025.02.25 03:58:13.766505 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12429 | 2025.02.25 03:58:13.766638 [ 4 ] {495a8479-996d-411f-8e80-dbb62d9fe75e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12430 | 2025.02.25 03:58:13.766698 [ 4 ] {495a8479-996d-411f-8e80-dbb62d9fe75e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12431 | 2025.02.25 03:58:13.767246 [ 4 ] {495a8479-996d-411f-8e80-dbb62d9fe75e} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12432 | 2025.02.25 03:58:13.767286 [ 4 ] {495a8479-996d-411f-8e80-dbb62d9fe75e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12433 | 2025.02.25 03:58:13.767689 [ 4 ] {495a8479-996d-411f-8e80-dbb62d9fe75e} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 12434 | 2025.02.25 03:58:13.767932 [ 4 ] {495a8479-996d-411f-8e80-dbb62d9fe75e} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12435 | 2025.02.25 03:58:13.768146 [ 4 ] {495a8479-996d-411f-8e80-dbb62d9fe75e} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001539 sec., 42884.990253411306 rows/sec., 2.99 MiB/sec. | ||
| 12436 | 2025.02.25 03:58:13.768198 [ 4 ] {495a8479-996d-411f-8e80-dbb62d9fe75e} <Debug> TCPHandler: Processed in 0.00175742 sec. | ||
| 12437 | 2025.02.25 03:58:13.768336 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12438 | 2025.02.25 03:58:13.768446 [ 254 ] {3633e72c-3e7b-44e3-84d0-75be7be31ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12439 | 2025.02.25 03:58:13.768495 [ 254 ] {3633e72c-3e7b-44e3-84d0-75be7be31ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12440 | 2025.02.25 03:58:13.768930 [ 254 ] {3633e72c-3e7b-44e3-84d0-75be7be31ee8} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12441 | 2025.02.25 03:58:13.768970 [ 254 ] {3633e72c-3e7b-44e3-84d0-75be7be31ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12442 | 2025.02.25 03:58:13.769341 [ 254 ] {3633e72c-3e7b-44e3-84d0-75be7be31ee8} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 12443 | 2025.02.25 03:58:13.769585 [ 254 ] {3633e72c-3e7b-44e3-84d0-75be7be31ee8} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12444 | 2025.02.25 03:58:13.769801 [ 254 ] {3633e72c-3e7b-44e3-84d0-75be7be31ee8} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001377 sec., 18881.62672476398 rows/sec., 1.26 MiB/sec. | ||
| 12445 | 2025.02.25 03:58:13.769851 [ 254 ] {3633e72c-3e7b-44e3-84d0-75be7be31ee8} <Debug> TCPHandler: Processed in 0.001566415 sec. | ||
| 12446 | 2025.02.25 03:58:15.544315 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35319 | ||
| 12447 | 2025.02.25 03:58:15.544970 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12448 | 2025.02.25 03:58:15.545014 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
| 12449 | 2025.02.25 03:58:15.545537 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12450 | 2025.02.25 03:58:15.545806 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12451 | 2025.02.25 03:58:15.546003 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 | ||
| 12452 | 2025.02.25 03:58:18.061628 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 12453 | 2025.02.25 03:58:18.083471 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12454 | 2025.02.25 03:58:18.083517 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12455 | 2025.02.25 03:58:18.090968 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12456 | 2025.02.25 03:58:18.091766 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12457 | 2025.02.25 03:58:18.095850 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 12458 | 2025.02.25 03:58:18.213373 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1684 | ||
| 12459 | 2025.02.25 03:58:18.216767 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12460 | 2025.02.25 03:58:18.216829 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12461 | 2025.02.25 03:58:18.218411 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 12462 | 2025.02.25 03:58:18.218733 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12463 | 2025.02.25 03:58:18.220209 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1684 | ||
| 12464 | 2025.02.25 03:58:18.769083 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12465 | 2025.02.25 03:58:18.769278 [ 4 ] {6549b0e9-6791-49c4-b22d-7e9e6e4bab64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12466 | 2025.02.25 03:58:18.769352 [ 4 ] {6549b0e9-6791-49c4-b22d-7e9e6e4bab64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12467 | 2025.02.25 03:58:18.770191 [ 4 ] {6549b0e9-6791-49c4-b22d-7e9e6e4bab64} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12468 | 2025.02.25 03:58:18.770240 [ 4 ] {6549b0e9-6791-49c4-b22d-7e9e6e4bab64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12469 | 2025.02.25 03:58:18.770685 [ 4 ] {6549b0e9-6791-49c4-b22d-7e9e6e4bab64} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 12470 | 2025.02.25 03:58:18.770946 [ 4 ] {6549b0e9-6791-49c4-b22d-7e9e6e4bab64} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12471 | 2025.02.25 03:58:18.771168 [ 147 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 12472 | 2025.02.25 03:58:18.771195 [ 4 ] {6549b0e9-6791-49c4-b22d-7e9e6e4bab64} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001963 sec., 68262.86296484973 rows/sec., 5.87 MiB/sec. | ||
| 12473 | 2025.02.25 03:58:18.771298 [ 147 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12474 | 2025.02.25 03:58:18.771400 [ 4 ] {6549b0e9-6791-49c4-b22d-7e9e6e4bab64} <Debug> TCPHandler: Processed in 0.002442514 sec. | ||
| 12475 | 2025.02.25 03:58:18.771407 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12476 | 2025.02.25 03:58:18.771673 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12477 | 2025.02.25 03:58:18.771748 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 12478 | 2025.02.25 03:58:18.771966 [ 254 ] {43adbfa2-c24b-4f8d-aa66-d12c0b6670c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12479 | 2025.02.25 03:58:18.772227 [ 254 ] {43adbfa2-c24b-4f8d-aa66-d12c0b6670c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12480 | 2025.02.25 03:58:18.772328 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12481 | 2025.02.25 03:58:18.772475 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1966 rows starting from the beginning of the part | ||
| 12482 | 2025.02.25 03:58:18.773010 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 12483 | 2025.02.25 03:58:18.773507 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 134 rows starting from the beginning of the part | ||
| 12484 | 2025.02.25 03:58:18.774158 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 1318 rows starting from the beginning of the part | ||
| 12485 | 2025.02.25 03:58:18.774768 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 56 rows starting from the beginning of the part | ||
| 12486 | 2025.02.25 03:58:18.775306 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 134 rows starting from the beginning of the part | ||
| 12487 | 2025.02.25 03:58:18.776740 [ 254 ] {43adbfa2-c24b-4f8d-aa66-d12c0b6670c7} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12488 | 2025.02.25 03:58:18.776815 [ 254 ] {43adbfa2-c24b-4f8d-aa66-d12c0b6670c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12489 | 2025.02.25 03:58:18.777795 [ 254 ] {43adbfa2-c24b-4f8d-aa66-d12c0b6670c7} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 12490 | 2025.02.25 03:58:18.778285 [ 254 ] {43adbfa2-c24b-4f8d-aa66-d12c0b6670c7} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12491 | 2025.02.25 03:58:18.778591 [ 254 ] {43adbfa2-c24b-4f8d-aa66-d12c0b6670c7} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.006766 sec., 5764.114691102572 rows/sec., 433.43 KiB/sec. | ||
| 12492 | 2025.02.25 03:58:18.778665 [ 254 ] {43adbfa2-c24b-4f8d-aa66-d12c0b6670c7} <Debug> TCPHandler: Processed in 0.00712812 sec. | ||
| 12493 | 2025.02.25 03:58:18.778858 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12494 | 2025.02.25 03:58:18.779197 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3664 rows, containing 5 columns (5 merged, 0 gathered) in 0.00762966 sec., 480231.09810922114 rows/sec., 41.46 MiB/sec. | ||
| 12495 | 2025.02.25 03:58:18.779212 [ 4 ] {1235af0e-28c8-4cec-aced-e558d965ac4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12496 | 2025.02.25 03:58:18.779292 [ 4 ] {1235af0e-28c8-4cec-aced-e558d965ac4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12497 | 2025.02.25 03:58:18.779514 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 12498 | 2025.02.25 03:58:18.780102 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_131_26} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12499 | 2025.02.25 03:58:18.780300 [ 186 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_131_26} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 12500 | 2025.02.25 03:58:18.780470 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 12501 | 2025.02.25 03:58:18.780625 [ 4 ] {1235af0e-28c8-4cec-aced-e558d965ac4f} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12502 | 2025.02.25 03:58:18.780671 [ 4 ] {1235af0e-28c8-4cec-aced-e558d965ac4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12503 | 2025.02.25 03:58:18.781047 [ 4 ] {1235af0e-28c8-4cec-aced-e558d965ac4f} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 12504 | 2025.02.25 03:58:18.781289 [ 4 ] {1235af0e-28c8-4cec-aced-e558d965ac4f} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12505 | 2025.02.25 03:58:18.781492 [ 147 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 12506 | 2025.02.25 03:58:18.781545 [ 147 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12507 | 2025.02.25 03:58:18.781544 [ 4 ] {1235af0e-28c8-4cec-aced-e558d965ac4f} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002381 sec., 43259.13481730365 rows/sec., 3.38 MiB/sec. | ||
| 12508 | 2025.02.25 03:58:18.781581 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12509 | 2025.02.25 03:58:18.781740 [ 4 ] {1235af0e-28c8-4cec-aced-e558d965ac4f} <Debug> TCPHandler: Processed in 0.002963557 sec. | ||
| 12510 | 2025.02.25 03:58:18.781870 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 12511 | 2025.02.25 03:58:18.781957 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12512 | 2025.02.25 03:58:18.782049 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12513 | 2025.02.25 03:58:18.782176 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 951 rows starting from the beginning of the part | ||
| 12514 | 2025.02.25 03:58:18.782266 [ 254 ] {95210b5c-0744-4fe6-a519-9715457d7c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12515 | 2025.02.25 03:58:18.782524 [ 254 ] {95210b5c-0744-4fe6-a519-9715457d7c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12516 | 2025.02.25 03:58:18.782778 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 12517 | 2025.02.25 03:58:18.783399 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 103 rows starting from the beginning of the part | ||
| 12518 | 2025.02.25 03:58:18.784016 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 560 rows starting from the beginning of the part | ||
| 12519 | 2025.02.25 03:58:18.784714 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 64 rows starting from the beginning of the part | ||
| 12520 | 2025.02.25 03:58:18.785414 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 103 rows starting from the beginning of the part | ||
| 12521 | 2025.02.25 03:58:18.786466 [ 254 ] {95210b5c-0744-4fe6-a519-9715457d7c11} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12522 | 2025.02.25 03:58:18.786512 [ 254 ] {95210b5c-0744-4fe6-a519-9715457d7c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12523 | 2025.02.25 03:58:18.787107 [ 254 ] {95210b5c-0744-4fe6-a519-9715457d7c11} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 12524 | 2025.02.25 03:58:18.787380 [ 254 ] {95210b5c-0744-4fe6-a519-9715457d7c11} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12525 | 2025.02.25 03:58:18.787926 [ 254 ] {95210b5c-0744-4fe6-a519-9715457d7c11} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00578 sec., 27681.660899653976 rows/sec., 1.93 MiB/sec. | ||
| 12526 | 2025.02.25 03:58:18.787952 [ 186 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1845 rows, containing 5 columns (5 merged, 0 gathered) in 0.00624607 sec., 295385.7385524017 rows/sec., 23.18 MiB/sec. | ||
| 12527 | 2025.02.25 03:58:18.788156 [ 254 ] {95210b5c-0744-4fe6-a519-9715457d7c11} <Debug> TCPHandler: Processed in 0.006307301 sec. | ||
| 12528 | 2025.02.25 03:58:18.788363 [ 186 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 12529 | 2025.02.25 03:58:18.788488 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12530 | 2025.02.25 03:58:18.788972 [ 4 ] {88682a4b-4c4d-4698-9344-23dd073ade12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12531 | 2025.02.25 03:58:18.789286 [ 186 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_131_26} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12532 | 2025.02.25 03:58:18.789427 [ 4 ] {88682a4b-4c4d-4698-9344-23dd073ade12} <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 | ||
| 12533 | 2025.02.25 03:58:18.789662 [ 186 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_131_26} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 12534 | 2025.02.25 03:58:18.789985 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 12535 | 2025.02.25 03:58:18.791101 [ 4 ] {88682a4b-4c4d-4698-9344-23dd073ade12} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12536 | 2025.02.25 03:58:18.791146 [ 4 ] {88682a4b-4c4d-4698-9344-23dd073ade12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12537 | 2025.02.25 03:58:18.791819 [ 4 ] {88682a4b-4c4d-4698-9344-23dd073ade12} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 12538 | 2025.02.25 03:58:18.792071 [ 4 ] {88682a4b-4c4d-4698-9344-23dd073ade12} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12539 | 2025.02.25 03:58:18.792273 [ 147 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 12540 | 2025.02.25 03:58:18.792371 [ 147 ] {} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12541 | 2025.02.25 03:58:18.792388 [ 4 ] {88682a4b-4c4d-4698-9344-23dd073ade12} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003585 sec., 10878.661087866109 rows/sec., 19.49 MiB/sec. | ||
| 12542 | 2025.02.25 03:58:18.792424 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12543 | 2025.02.25 03:58:18.792980 [ 4 ] {88682a4b-4c4d-4698-9344-23dd073ade12} <Debug> TCPHandler: Processed in 0.004697395 sec. | ||
| 12544 | 2025.02.25 03:58:18.793048 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::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 | ||
| 12545 | 2025.02.25 03:58:18.793253 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12546 | 2025.02.25 03:58:18.793696 [ 254 ] {21001891-fdaf-4d19-8038-629d3904bae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12547 | 2025.02.25 03:58:18.793924 [ 254 ] {21001891-fdaf-4d19-8038-629d3904bae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12548 | 2025.02.25 03:58:18.794765 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12549 | 2025.02.25 03:58:18.794940 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1881 rows starting from the beginning of the part | ||
| 12550 | 2025.02.25 03:58:18.795688 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 39 rows starting from the beginning of the part | ||
| 12551 | 2025.02.25 03:58:18.796189 [ 254 ] {21001891-fdaf-4d19-8038-629d3904bae9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12552 | 2025.02.25 03:58:18.796310 [ 254 ] {21001891-fdaf-4d19-8038-629d3904bae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12553 | 2025.02.25 03:58:18.796432 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 39 rows starting from the beginning of the part | ||
| 12554 | 2025.02.25 03:58:18.797089 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 39 rows starting from the beginning of the part | ||
| 12555 | 2025.02.25 03:58:18.797696 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 39 rows starting from the beginning of the part | ||
| 12556 | 2025.02.25 03:58:18.797717 [ 254 ] {21001891-fdaf-4d19-8038-629d3904bae9} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 12557 | 2025.02.25 03:58:18.798233 [ 193 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 39 rows starting from the beginning of the part | ||
| 12558 | 2025.02.25 03:58:18.798571 [ 254 ] {21001891-fdaf-4d19-8038-629d3904bae9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12559 | 2025.02.25 03:58:18.799098 [ 147 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 12560 | 2025.02.25 03:58:18.799238 [ 147 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12561 | 2025.02.25 03:58:18.799410 [ 254 ] {21001891-fdaf-4d19-8038-629d3904bae9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005808 sec., 10330.578512396694 rows/sec., 712.92 KiB/sec. | ||
| 12562 | 2025.02.25 03:58:18.799545 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12563 | 2025.02.25 03:58:18.799716 [ 254 ] {21001891-fdaf-4d19-8038-629d3904bae9} <Debug> TCPHandler: Processed in 0.006629549 sec. | ||
| 12564 | 2025.02.25 03:58:18.800121 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 12565 | 2025.02.25 03:58:18.800536 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12566 | 2025.02.25 03:58:18.800614 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 6514 rows starting from the beginning of the part | ||
| 12567 | 2025.02.25 03:58:18.800899 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 12568 | 2025.02.25 03:58:18.801115 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 12569 | 2025.02.25 03:58:18.801290 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 34 rows starting from the beginning of the part | ||
| 12570 | 2025.02.25 03:58:18.801410 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 26 rows starting from the beginning of the part | ||
| 12571 | 2025.02.25 03:58:18.801647 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 12572 | 2025.02.25 03:58:18.805654 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6754 rows, containing 4 columns (4 merged, 0 gathered) in 0.005849811 sec., 1154567.2159322754 rows/sec., 77.58 MiB/sec. | ||
| 12573 | 2025.02.25 03:58:18.806342 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 12574 | 2025.02.25 03:58:18.806731 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_131_26} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12575 | 2025.02.25 03:58:18.806979 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_131_26} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 12576 | 2025.02.25 03:58:18.807075 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
| 12577 | 2025.02.25 03:58:18.810945 [ 187 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2076 rows, containing 19 columns (19 merged, 0 gathered) in 0.01833013 sec., 113256.15257502266 rows/sec., 202.95 MiB/sec. | ||
| 12578 | 2025.02.25 03:58:18.813286 [ 194 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 12579 | 2025.02.25 03:58:18.813730 [ 194 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12580 | 2025.02.25 03:58:18.813815 [ 194 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 12581 | 2025.02.25 03:58:18.813975 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.02 MiB. | ||
| 12582 | 2025.02.25 03:58:19.000150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.87 MiB, peak 275.86 MiB, free memory in arenas 0.00 B, will set to 259.16 MiB (RSS), difference: 1.29 MiB | ||
| 12583 | 2025.02.25 03:58:22.786120 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12584 | 2025.02.25 03:58:22.786172 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12585 | 2025.02.25 03:58:23.047101 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35807 | ||
| 12586 | 2025.02.25 03:58:23.047864 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12587 | 2025.02.25 03:58:23.047922 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12588 | 2025.02.25 03:58:23.048473 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12589 | 2025.02.25 03:58:23.048733 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12590 | 2025.02.25 03:58:23.048996 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35807 | ||
| 12591 | 2025.02.25 03:58:23.767320 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12592 | 2025.02.25 03:58:23.767558 [ 4 ] {6df7ed55-4279-49ef-8c9d-02d88cb8d816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12593 | 2025.02.25 03:58:23.767639 [ 4 ] {6df7ed55-4279-49ef-8c9d-02d88cb8d816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12594 | 2025.02.25 03:58:23.768506 [ 4 ] {6df7ed55-4279-49ef-8c9d-02d88cb8d816} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12595 | 2025.02.25 03:58:23.768560 [ 4 ] {6df7ed55-4279-49ef-8c9d-02d88cb8d816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12596 | 2025.02.25 03:58:23.768999 [ 4 ] {6df7ed55-4279-49ef-8c9d-02d88cb8d816} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 12597 | 2025.02.25 03:58:23.769249 [ 4 ] {6df7ed55-4279-49ef-8c9d-02d88cb8d816} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12598 | 2025.02.25 03:58:23.769499 [ 4 ] {6df7ed55-4279-49ef-8c9d-02d88cb8d816} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002002 sec., 27972.027972027972 rows/sec., 2.14 MiB/sec. | ||
| 12599 | 2025.02.25 03:58:23.769567 [ 4 ] {6df7ed55-4279-49ef-8c9d-02d88cb8d816} <Debug> TCPHandler: Processed in 0.002434614 sec. | ||
| 12600 | 2025.02.25 03:58:23.769729 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12601 | 2025.02.25 03:58:23.769850 [ 254 ] {4019388d-70fd-4a87-9ed0-4176e015252b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12602 | 2025.02.25 03:58:23.769900 [ 254 ] {4019388d-70fd-4a87-9ed0-4176e015252b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12603 | 2025.02.25 03:58:23.770487 [ 254 ] {4019388d-70fd-4a87-9ed0-4176e015252b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12604 | 2025.02.25 03:58:23.770529 [ 254 ] {4019388d-70fd-4a87-9ed0-4176e015252b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12605 | 2025.02.25 03:58:23.770907 [ 254 ] {4019388d-70fd-4a87-9ed0-4176e015252b} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 12606 | 2025.02.25 03:58:23.771159 [ 254 ] {4019388d-70fd-4a87-9ed0-4176e015252b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12607 | 2025.02.25 03:58:23.771373 [ 254 ] {4019388d-70fd-4a87-9ed0-4176e015252b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00155 sec., 41290.32258064516 rows/sec., 3.22 MiB/sec. | ||
| 12608 | 2025.02.25 03:58:23.771427 [ 254 ] {4019388d-70fd-4a87-9ed0-4176e015252b} <Debug> TCPHandler: Processed in 0.001757219 sec. | ||
| 12609 | 2025.02.25 03:58:23.771585 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12610 | 2025.02.25 03:58:23.771714 [ 4 ] {727cd6c0-4ef8-4aae-8651-47e056743159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12611 | 2025.02.25 03:58:23.771772 [ 4 ] {727cd6c0-4ef8-4aae-8651-47e056743159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12612 | 2025.02.25 03:58:23.772377 [ 4 ] {727cd6c0-4ef8-4aae-8651-47e056743159} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12613 | 2025.02.25 03:58:23.772416 [ 4 ] {727cd6c0-4ef8-4aae-8651-47e056743159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12614 | 2025.02.25 03:58:23.772797 [ 4 ] {727cd6c0-4ef8-4aae-8651-47e056743159} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 12615 | 2025.02.25 03:58:23.773031 [ 4 ] {727cd6c0-4ef8-4aae-8651-47e056743159} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12616 | 2025.02.25 03:58:23.773212 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 3 parts from all_1_127_26 to all_129_129_0 | ||
| 12617 | 2025.02.25 03:58:23.773261 [ 4 ] {727cd6c0-4ef8-4aae-8651-47e056743159} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. | ||
| 12618 | 2025.02.25 03:58:23.773304 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12619 | 2025.02.25 03:58:23.773381 [ 4 ] {727cd6c0-4ef8-4aae-8651-47e056743159} <Debug> TCPHandler: Processed in 0.001856241 sec. | ||
| 12620 | 2025.02.25 03:58:23.773389 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12621 | 2025.02.25 03:58:23.773625 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12622 | 2025.02.25 03:58:23.773684 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_129_27} <Debug> MergeTask::PrepareStage: Merging 3 parts: from all_1_127_26 to all_129_129_0 into Compact with storage Full | ||
| 12623 | 2025.02.25 03:58:23.773886 [ 254 ] {24adaf07-f786-4f9d-b4cb-4b18cc821fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12624 | 2025.02.25 03:58:23.773911 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_129_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12625 | 2025.02.25 03:58:23.774009 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_129_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_127_26, total 34684 rows starting from the beginning of the part | ||
| 12626 | 2025.02.25 03:58:23.774012 [ 254 ] {24adaf07-f786-4f9d-b4cb-4b18cc821fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12627 | 2025.02.25 03:58:23.774408 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_129_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part | ||
| 12628 | 2025.02.25 03:58:23.774910 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_129_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 978 rows starting from the beginning of the part | ||
| 12629 | 2025.02.25 03:58:23.777835 [ 254 ] {24adaf07-f786-4f9d-b4cb-4b18cc821fb9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12630 | 2025.02.25 03:58:23.777881 [ 254 ] {24adaf07-f786-4f9d-b4cb-4b18cc821fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12631 | 2025.02.25 03:58:23.778350 [ 254 ] {24adaf07-f786-4f9d-b4cb-4b18cc821fb9} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 12632 | 2025.02.25 03:58:23.778613 [ 254 ] {24adaf07-f786-4f9d-b4cb-4b18cc821fb9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12633 | 2025.02.25 03:58:23.778856 [ 254 ] {24adaf07-f786-4f9d-b4cb-4b18cc821fb9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005037 sec., 11911.852293031567 rows/sec., 822.04 KiB/sec. | ||
| 12634 | 2025.02.25 03:58:23.778916 [ 254 ] {24adaf07-f786-4f9d-b4cb-4b18cc821fb9} <Debug> TCPHandler: Processed in 0.005437212 sec. | ||
| 12635 | 2025.02.25 03:58:23.783687 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_129_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35822 rows, containing 5 columns (5 merged, 0 gathered) in 0.010167238 sec., 3523277.413197173 rows/sec., 241.19 MiB/sec. | ||
| 12636 | 2025.02.25 03:58:23.784147 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_129_27} <Trace> MergedBlockOutputStream: filled checksums all_1_129_27 (state Temporary) | ||
| 12637 | 2025.02.25 03:58:23.784543 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_129_27} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_129_27 to all_1_129_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12638 | 2025.02.25 03:58:23.784640 [ 189 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_129_27} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 3 parts: [all_1_127_26, all_129_129_0] -> all_1_129_27 | ||
| 12639 | 2025.02.25 03:58:23.784749 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 12640 | 2025.02.25 03:58:25.596894 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 12641 | 2025.02.25 03:58:25.619237 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12642 | 2025.02.25 03:58:25.619298 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12643 | 2025.02.25 03:58:25.626791 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12644 | 2025.02.25 03:58:25.627591 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12645 | 2025.02.25 03:58:25.630458 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 12646 | 2025.02.25 03:58:28.213619 [ 220 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 12647 | 2025.02.25 03:58:28.213689 [ 220 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 12648 | 2025.02.25 03:58:28.216130 [ 220 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 12649 | 2025.02.25 03:58:28.221361 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1704 | ||
| 12650 | 2025.02.25 03:58:28.224166 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12651 | 2025.02.25 03:58:28.224211 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12652 | 2025.02.25 03:58:28.225705 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12653 | 2025.02.25 03:58:28.226018 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12654 | 2025.02.25 03:58:28.226686 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1704 | ||
| 12655 | 2025.02.25 03:58:28.524696 [ 220 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 12656 | 2025.02.25 03:58:28.524727 [ 220 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 12657 | 2025.02.25 03:58:28.526569 [ 220 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 12658 | 2025.02.25 03:58:28.727491 [ 225 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 12659 | 2025.02.25 03:58:28.727573 [ 225 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 12660 | 2025.02.25 03:58:28.729850 [ 225 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 12661 | 2025.02.25 03:58:28.769081 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12662 | 2025.02.25 03:58:28.769387 [ 4 ] {d2e8c5c8-4409-4757-9956-62d111fad2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12663 | 2025.02.25 03:58:28.769506 [ 4 ] {d2e8c5c8-4409-4757-9956-62d111fad2a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12664 | 2025.02.25 03:58:28.770271 [ 4 ] {d2e8c5c8-4409-4757-9956-62d111fad2a9} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12665 | 2025.02.25 03:58:28.770325 [ 4 ] {d2e8c5c8-4409-4757-9956-62d111fad2a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12666 | 2025.02.25 03:58:28.770754 [ 4 ] {d2e8c5c8-4409-4757-9956-62d111fad2a9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 12667 | 2025.02.25 03:58:28.771019 [ 4 ] {d2e8c5c8-4409-4757-9956-62d111fad2a9} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12668 | 2025.02.25 03:58:28.771279 [ 4 ] {d2e8c5c8-4409-4757-9956-62d111fad2a9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001977 sec., 1011.6337885685382 rows/sec., 82.49 KiB/sec. | ||
| 12669 | 2025.02.25 03:58:28.771337 [ 4 ] {d2e8c5c8-4409-4757-9956-62d111fad2a9} <Debug> TCPHandler: Processed in 0.002449365 sec. | ||
| 12670 | 2025.02.25 03:58:28.771517 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12671 | 2025.02.25 03:58:28.771627 [ 254 ] {f0ba7628-5c9e-4a52-add5-33971032102c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12672 | 2025.02.25 03:58:28.771672 [ 254 ] {f0ba7628-5c9e-4a52-add5-33971032102c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12673 | 2025.02.25 03:58:28.772266 [ 254 ] {f0ba7628-5c9e-4a52-add5-33971032102c} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12674 | 2025.02.25 03:58:28.772306 [ 254 ] {f0ba7628-5c9e-4a52-add5-33971032102c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12675 | 2025.02.25 03:58:28.772684 [ 254 ] {f0ba7628-5c9e-4a52-add5-33971032102c} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 12676 | 2025.02.25 03:58:28.772943 [ 254 ] {f0ba7628-5c9e-4a52-add5-33971032102c} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12677 | 2025.02.25 03:58:28.773155 [ 254 ] {f0ba7628-5c9e-4a52-add5-33971032102c} <Debug> executeQuery: Read 135 rows, 11.88 KiB in 0.00155 sec., 87096.7741935484 rows/sec., 7.48 MiB/sec. | ||
| 12678 | 2025.02.25 03:58:28.773207 [ 254 ] {f0ba7628-5c9e-4a52-add5-33971032102c} <Debug> TCPHandler: Processed in 0.00175229 sec. | ||
| 12679 | 2025.02.25 03:58:28.773352 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12680 | 2025.02.25 03:58:28.773467 [ 4 ] {6811f3f8-b18a-4b3c-a1a4-49f4a07af07c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12681 | 2025.02.25 03:58:28.773522 [ 4 ] {6811f3f8-b18a-4b3c-a1a4-49f4a07af07c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12682 | 2025.02.25 03:58:28.774183 [ 4 ] {6811f3f8-b18a-4b3c-a1a4-49f4a07af07c} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12683 | 2025.02.25 03:58:28.774232 [ 4 ] {6811f3f8-b18a-4b3c-a1a4-49f4a07af07c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12684 | 2025.02.25 03:58:28.774644 [ 4 ] {6811f3f8-b18a-4b3c-a1a4-49f4a07af07c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 12685 | 2025.02.25 03:58:28.774885 [ 4 ] {6811f3f8-b18a-4b3c-a1a4-49f4a07af07c} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12686 | 2025.02.25 03:58:28.775137 [ 4 ] {6811f3f8-b18a-4b3c-a1a4-49f4a07af07c} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.00168 sec., 24404.761904761905 rows/sec., 1.79 MiB/sec. | ||
| 12687 | 2025.02.25 03:58:28.775138 [ 221 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): 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] | ||
| 12688 | 2025.02.25 03:58:28.775219 [ 221 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): 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] | ||
| 12689 | 2025.02.25 03:58:28.775240 [ 4 ] {6811f3f8-b18a-4b3c-a1a4-49f4a07af07c} <Debug> TCPHandler: Processed in 0.001942033 sec. | ||
| 12690 | 2025.02.25 03:58:28.775458 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12691 | 2025.02.25 03:58:28.775654 [ 254 ] {b33bbedb-7ddb-4c9c-ba5c-eb2d9b8fd907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12692 | 2025.02.25 03:58:28.775745 [ 254 ] {b33bbedb-7ddb-4c9c-ba5c-eb2d9b8fd907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12693 | 2025.02.25 03:58:28.777399 [ 254 ] {b33bbedb-7ddb-4c9c-ba5c-eb2d9b8fd907} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12694 | 2025.02.25 03:58:28.777440 [ 254 ] {b33bbedb-7ddb-4c9c-ba5c-eb2d9b8fd907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12695 | 2025.02.25 03:58:28.778200 [ 254 ] {b33bbedb-7ddb-4c9c-ba5c-eb2d9b8fd907} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 12696 | 2025.02.25 03:58:28.778679 [ 254 ] {b33bbedb-7ddb-4c9c-ba5c-eb2d9b8fd907} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12697 | 2025.02.25 03:58:28.778886 [ 221 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): 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] | ||
| 12698 | 2025.02.25 03:58:28.779144 [ 254 ] {b33bbedb-7ddb-4c9c-ba5c-eb2d9b8fd907} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.00353 sec., 29745.042492917844 rows/sec., 2.32 MiB/sec. | ||
| 12699 | 2025.02.25 03:58:28.779279 [ 254 ] {b33bbedb-7ddb-4c9c-ba5c-eb2d9b8fd907} <Debug> TCPHandler: Processed in 0.003900858 sec. | ||
| 12700 | 2025.02.25 03:58:28.779526 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12701 | 2025.02.25 03:58:28.779706 [ 4 ] {4375116f-5360-4b7d-9e60-a0412b43d4d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12702 | 2025.02.25 03:58:28.779759 [ 4 ] {4375116f-5360-4b7d-9e60-a0412b43d4d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12703 | 2025.02.25 03:58:28.780301 [ 4 ] {4375116f-5360-4b7d-9e60-a0412b43d4d4} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12704 | 2025.02.25 03:58:28.780342 [ 4 ] {4375116f-5360-4b7d-9e60-a0412b43d4d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12705 | 2025.02.25 03:58:28.780735 [ 4 ] {4375116f-5360-4b7d-9e60-a0412b43d4d4} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 12706 | 2025.02.25 03:58:28.780975 [ 4 ] {4375116f-5360-4b7d-9e60-a0412b43d4d4} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12707 | 2025.02.25 03:58:28.781192 [ 4 ] {4375116f-5360-4b7d-9e60-a0412b43d4d4} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001515 sec., 106270.62706270626 rows/sec., 7.40 MiB/sec. | ||
| 12708 | 2025.02.25 03:58:28.781251 [ 4 ] {4375116f-5360-4b7d-9e60-a0412b43d4d4} <Debug> TCPHandler: Processed in 0.001860342 sec. | ||
| 12709 | 2025.02.25 03:58:28.781258 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 12710 | 2025.02.25 03:58:28.781292 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 12711 | 2025.02.25 03:58:28.781407 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12712 | 2025.02.25 03:58:28.781552 [ 254 ] {1a8f18ce-7b5d-4e6c-83be-de584e32552f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12713 | 2025.02.25 03:58:28.781656 [ 254 ] {1a8f18ce-7b5d-4e6c-83be-de584e32552f} <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 | ||
| 12714 | 2025.02.25 03:58:28.783690 [ 254 ] {1a8f18ce-7b5d-4e6c-83be-de584e32552f} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12715 | 2025.02.25 03:58:28.783729 [ 254 ] {1a8f18ce-7b5d-4e6c-83be-de584e32552f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12716 | 2025.02.25 03:58:28.783961 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 12717 | 2025.02.25 03:58:28.784986 [ 254 ] {1a8f18ce-7b5d-4e6c-83be-de584e32552f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 12718 | 2025.02.25 03:58:28.785250 [ 254 ] {1a8f18ce-7b5d-4e6c-83be-de584e32552f} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12719 | 2025.02.25 03:58:28.785490 [ 254 ] {1a8f18ce-7b5d-4e6c-83be-de584e32552f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003978 sec., 9803.921568627451 rows/sec., 17.57 MiB/sec. | ||
| 12720 | 2025.02.25 03:58:28.785601 [ 254 ] {1a8f18ce-7b5d-4e6c-83be-de584e32552f} <Debug> TCPHandler: Processed in 0.004249545 sec. | ||
| 12721 | 2025.02.25 03:58:28.785749 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12722 | 2025.02.25 03:58:28.785879 [ 4 ] {10203feb-5457-49da-ad2e-212c94d85e4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12723 | 2025.02.25 03:58:28.785934 [ 4 ] {10203feb-5457-49da-ad2e-212c94d85e4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12724 | 2025.02.25 03:58:28.786457 [ 4 ] {10203feb-5457-49da-ad2e-212c94d85e4c} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12725 | 2025.02.25 03:58:28.786500 [ 4 ] {10203feb-5457-49da-ad2e-212c94d85e4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12726 | 2025.02.25 03:58:28.786855 [ 4 ] {10203feb-5457-49da-ad2e-212c94d85e4c} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 12727 | 2025.02.25 03:58:28.787101 [ 4 ] {10203feb-5457-49da-ad2e-212c94d85e4c} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12728 | 2025.02.25 03:58:28.787317 [ 4 ] {10203feb-5457-49da-ad2e-212c94d85e4c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001467 sec., 40899.7955010225 rows/sec., 2.76 MiB/sec. | ||
| 12729 | 2025.02.25 03:58:28.787367 [ 4 ] {10203feb-5457-49da-ad2e-212c94d85e4c} <Debug> TCPHandler: Processed in 0.001682267 sec. | ||
| 12730 | 2025.02.25 03:58:30.550091 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36234 | ||
| 12731 | 2025.02.25 03:58:30.550732 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12732 | 2025.02.25 03:58:30.550777 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12733 | 2025.02.25 03:58:30.551314 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12734 | 2025.02.25 03:58:30.551585 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12735 | 2025.02.25 03:58:30.551841 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 | ||
| 12736 | 2025.02.25 03:58:33.131497 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 12737 | 2025.02.25 03:58:33.154525 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12738 | 2025.02.25 03:58:33.154585 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12739 | 2025.02.25 03:58:33.162114 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12740 | 2025.02.25 03:58:33.162975 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12741 | 2025.02.25 03:58:33.166787 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 12742 | 2025.02.25 03:58:33.767446 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12743 | 2025.02.25 03:58:33.767638 [ 4 ] {bd987b54-2560-4543-880e-0a8809a9ea6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12744 | 2025.02.25 03:58:33.767713 [ 4 ] {bd987b54-2560-4543-880e-0a8809a9ea6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12745 | 2025.02.25 03:58:33.768491 [ 4 ] {bd987b54-2560-4543-880e-0a8809a9ea6c} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12746 | 2025.02.25 03:58:33.768540 [ 4 ] {bd987b54-2560-4543-880e-0a8809a9ea6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12747 | 2025.02.25 03:58:33.768994 [ 4 ] {bd987b54-2560-4543-880e-0a8809a9ea6c} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 12748 | 2025.02.25 03:58:33.769262 [ 4 ] {bd987b54-2560-4543-880e-0a8809a9ea6c} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12749 | 2025.02.25 03:58:33.769515 [ 4 ] {bd987b54-2560-4543-880e-0a8809a9ea6c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001929 sec., 29030.585795749095 rows/sec., 2.22 MiB/sec. | ||
| 12750 | 2025.02.25 03:58:33.769595 [ 4 ] {bd987b54-2560-4543-880e-0a8809a9ea6c} <Debug> TCPHandler: Processed in 0.002276641 sec. | ||
| 12751 | 2025.02.25 03:58:33.769764 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12752 | 2025.02.25 03:58:33.769911 [ 254 ] {7913f327-81f9-456b-a65a-54f64d1a2530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12753 | 2025.02.25 03:58:33.769971 [ 254 ] {7913f327-81f9-456b-a65a-54f64d1a2530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12754 | 2025.02.25 03:58:33.770665 [ 254 ] {7913f327-81f9-456b-a65a-54f64d1a2530} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12755 | 2025.02.25 03:58:33.770706 [ 254 ] {7913f327-81f9-456b-a65a-54f64d1a2530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12756 | 2025.02.25 03:58:33.771085 [ 254 ] {7913f327-81f9-456b-a65a-54f64d1a2530} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 12757 | 2025.02.25 03:58:33.771325 [ 254 ] {7913f327-81f9-456b-a65a-54f64d1a2530} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12758 | 2025.02.25 03:58:33.771565 [ 254 ] {7913f327-81f9-456b-a65a-54f64d1a2530} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001682 sec., 38049.9405469679 rows/sec., 2.97 MiB/sec. | ||
| 12759 | 2025.02.25 03:58:33.771636 [ 254 ] {7913f327-81f9-456b-a65a-54f64d1a2530} <Debug> TCPHandler: Processed in 0.001937914 sec. | ||
| 12760 | 2025.02.25 03:58:33.771861 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12761 | 2025.02.25 03:58:33.772182 [ 4 ] {650159f9-c428-4048-bf63-1319d8a245d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12762 | 2025.02.25 03:58:33.772277 [ 4 ] {650159f9-c428-4048-bf63-1319d8a245d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12763 | 2025.02.25 03:58:33.772822 [ 4 ] {650159f9-c428-4048-bf63-1319d8a245d4} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12764 | 2025.02.25 03:58:33.772863 [ 4 ] {650159f9-c428-4048-bf63-1319d8a245d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12765 | 2025.02.25 03:58:33.773264 [ 4 ] {650159f9-c428-4048-bf63-1319d8a245d4} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 12766 | 2025.02.25 03:58:33.773510 [ 4 ] {650159f9-c428-4048-bf63-1319d8a245d4} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12767 | 2025.02.25 03:58:33.773705 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 2 parts from all_1_129_27 to all_130_130_0 | ||
| 12768 | 2025.02.25 03:58:33.773756 [ 4 ] {650159f9-c428-4048-bf63-1319d8a245d4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001693 sec., 94506.79267572357 rows/sec., 6.58 MiB/sec. | ||
| 12769 | 2025.02.25 03:58:33.773796 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12770 | 2025.02.25 03:58:33.773870 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12771 | 2025.02.25 03:58:33.773875 [ 4 ] {650159f9-c428-4048-bf63-1319d8a245d4} <Debug> TCPHandler: Processed in 0.002113218 sec. | ||
| 12772 | 2025.02.25 03:58:33.774090 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12773 | 2025.02.25 03:58:33.774110 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_130_28} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_129_27 to all_130_130_0 into Compact with storage Full | ||
| 12774 | 2025.02.25 03:58:33.774314 [ 254 ] {29c69563-73e0-47ab-bcf4-eb5b8313732e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12775 | 2025.02.25 03:58:33.774473 [ 254 ] {29c69563-73e0-47ab-bcf4-eb5b8313732e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12776 | 2025.02.25 03:58:33.774489 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_130_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12777 | 2025.02.25 03:58:33.774610 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_130_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_129_27, total 35822 rows starting from the beginning of the part | ||
| 12778 | 2025.02.25 03:58:33.775048 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_130_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 66 rows starting from the beginning of the part | ||
| 12779 | 2025.02.25 03:58:33.776264 [ 254 ] {29c69563-73e0-47ab-bcf4-eb5b8313732e} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12780 | 2025.02.25 03:58:33.776327 [ 254 ] {29c69563-73e0-47ab-bcf4-eb5b8313732e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12781 | 2025.02.25 03:58:33.776867 [ 254 ] {29c69563-73e0-47ab-bcf4-eb5b8313732e} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 12782 | 2025.02.25 03:58:33.777184 [ 254 ] {29c69563-73e0-47ab-bcf4-eb5b8313732e} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12783 | 2025.02.25 03:58:33.777586 [ 254 ] {29c69563-73e0-47ab-bcf4-eb5b8313732e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003344 sec., 17942.583732057414 rows/sec., 1.21 MiB/sec. | ||
| 12784 | 2025.02.25 03:58:33.777674 [ 254 ] {29c69563-73e0-47ab-bcf4-eb5b8313732e} <Debug> TCPHandler: Processed in 0.003690493 sec. | ||
| 12785 | 2025.02.25 03:58:33.782291 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_130_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35888 rows, containing 5 columns (5 merged, 0 gathered) in 0.008267795 sec., 4340697.85232943 rows/sec., 297.16 MiB/sec. | ||
| 12786 | 2025.02.25 03:58:33.782748 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_130_28} <Trace> MergedBlockOutputStream: filled checksums all_1_130_28 (state Temporary) | ||
| 12787 | 2025.02.25 03:58:33.783122 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_130_28} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_130_28 to all_1_130_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12788 | 2025.02.25 03:58:33.783216 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_130_28} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 2 parts: [all_1_129_27, all_130_130_0] -> all_1_130_28 | ||
| 12789 | 2025.02.25 03:58:33.783316 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 12790 | 2025.02.25 03:58:37.300263 [ 209 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): 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] | ||
| 12791 | 2025.02.25 03:58:37.300329 [ 209 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): 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] | ||
| 12792 | 2025.02.25 03:58:37.302555 [ 209 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): 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] | ||
| 12793 | 2025.02.25 03:58:37.786211 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12794 | 2025.02.25 03:58:37.786260 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12795 | 2025.02.25 03:58:37.935131 [ 223 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): 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] | ||
| 12796 | 2025.02.25 03:58:37.935193 [ 223 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): 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] | ||
| 12797 | 2025.02.25 03:58:37.937159 [ 223 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): 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] | ||
| 12798 | 2025.02.25 03:58:38.002397 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001853841 sec. | ||
| 12799 | 2025.02.25 03:58:38.052929 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36722 | ||
| 12800 | 2025.02.25 03:58:38.053560 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12801 | 2025.02.25 03:58:38.053597 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12802 | 2025.02.25 03:58:38.054096 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12803 | 2025.02.25 03:58:38.054344 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12804 | 2025.02.25 03:58:38.054528 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36722 | ||
| 12805 | 2025.02.25 03:58:38.227786 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1726 | ||
| 12806 | 2025.02.25 03:58:38.230797 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12807 | 2025.02.25 03:58:38.230850 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12808 | 2025.02.25 03:58:38.232395 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12809 | 2025.02.25 03:58:38.232711 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12810 | 2025.02.25 03:58:38.233386 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1726 | ||
| 12811 | 2025.02.25 03:58:38.552136 [ 224 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): 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] | ||
| 12812 | 2025.02.25 03:58:38.552205 [ 224 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): 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] | ||
| 12813 | 2025.02.25 03:58:38.554681 [ 224 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): 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] | ||
| 12814 | 2025.02.25 03:58:38.769022 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12815 | 2025.02.25 03:58:38.769226 [ 4 ] {ee07ede8-602a-4b65-91f0-fe0e71d5b92b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12816 | 2025.02.25 03:58:38.769305 [ 4 ] {ee07ede8-602a-4b65-91f0-fe0e71d5b92b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12817 | 2025.02.25 03:58:38.770216 [ 4 ] {ee07ede8-602a-4b65-91f0-fe0e71d5b92b} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12818 | 2025.02.25 03:58:38.770266 [ 4 ] {ee07ede8-602a-4b65-91f0-fe0e71d5b92b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12819 | 2025.02.25 03:58:38.770781 [ 4 ] {ee07ede8-602a-4b65-91f0-fe0e71d5b92b} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 12820 | 2025.02.25 03:58:38.771045 [ 4 ] {ee07ede8-602a-4b65-91f0-fe0e71d5b92b} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12821 | 2025.02.25 03:58:38.771239 [ 4 ] {ee07ede8-602a-4b65-91f0-fe0e71d5b92b} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002068 sec., 64796.90522243714 rows/sec., 5.58 MiB/sec. | ||
| 12822 | 2025.02.25 03:58:38.771303 [ 4 ] {ee07ede8-602a-4b65-91f0-fe0e71d5b92b} <Debug> TCPHandler: Processed in 0.002411764 sec. | ||
| 12823 | 2025.02.25 03:58:38.771464 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12824 | 2025.02.25 03:58:38.771604 [ 254 ] {a86a2954-2b58-49d0-a70f-2a00c1a0a072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12825 | 2025.02.25 03:58:38.771659 [ 254 ] {a86a2954-2b58-49d0-a70f-2a00c1a0a072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12826 | 2025.02.25 03:58:38.772212 [ 254 ] {a86a2954-2b58-49d0-a70f-2a00c1a0a072} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12827 | 2025.02.25 03:58:38.772250 [ 254 ] {a86a2954-2b58-49d0-a70f-2a00c1a0a072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12828 | 2025.02.25 03:58:38.772615 [ 254 ] {a86a2954-2b58-49d0-a70f-2a00c1a0a072} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 12829 | 2025.02.25 03:58:38.772853 [ 254 ] {a86a2954-2b58-49d0-a70f-2a00c1a0a072} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12830 | 2025.02.25 03:58:38.773044 [ 254 ] {a86a2954-2b58-49d0-a70f-2a00c1a0a072} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001467 sec., 26584.86707566462 rows/sec., 1.95 MiB/sec. | ||
| 12831 | 2025.02.25 03:58:38.773143 [ 254 ] {a86a2954-2b58-49d0-a70f-2a00c1a0a072} <Debug> TCPHandler: Processed in 0.001746579 sec. | ||
| 12832 | 2025.02.25 03:58:38.773351 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12833 | 2025.02.25 03:58:38.773520 [ 4 ] {cb9818ed-2b5b-4e86-8240-b7f3ea44260a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12834 | 2025.02.25 03:58:38.773568 [ 4 ] {cb9818ed-2b5b-4e86-8240-b7f3ea44260a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12835 | 2025.02.25 03:58:38.774138 [ 4 ] {cb9818ed-2b5b-4e86-8240-b7f3ea44260a} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12836 | 2025.02.25 03:58:38.774177 [ 4 ] {cb9818ed-2b5b-4e86-8240-b7f3ea44260a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12837 | 2025.02.25 03:58:38.774534 [ 4 ] {cb9818ed-2b5b-4e86-8240-b7f3ea44260a} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 12838 | 2025.02.25 03:58:38.774779 [ 4 ] {cb9818ed-2b5b-4e86-8240-b7f3ea44260a} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12839 | 2025.02.25 03:58:38.774955 [ 4 ] {cb9818ed-2b5b-4e86-8240-b7f3ea44260a} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.00146 sec., 70547.94520547945 rows/sec., 5.51 MiB/sec. | ||
| 12840 | 2025.02.25 03:58:38.775008 [ 4 ] {cb9818ed-2b5b-4e86-8240-b7f3ea44260a} <Debug> TCPHandler: Processed in 0.0017771 sec. | ||
| 12841 | 2025.02.25 03:58:38.775152 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12842 | 2025.02.25 03:58:38.775283 [ 254 ] {bc52017a-a62e-432b-8f72-4ae4e1caf890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12843 | 2025.02.25 03:58:38.775341 [ 254 ] {bc52017a-a62e-432b-8f72-4ae4e1caf890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12844 | 2025.02.25 03:58:38.775946 [ 254 ] {bc52017a-a62e-432b-8f72-4ae4e1caf890} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12845 | 2025.02.25 03:58:38.775982 [ 254 ] {bc52017a-a62e-432b-8f72-4ae4e1caf890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12846 | 2025.02.25 03:58:38.776368 [ 254 ] {bc52017a-a62e-432b-8f72-4ae4e1caf890} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 12847 | 2025.02.25 03:58:38.776600 [ 254 ] {bc52017a-a62e-432b-8f72-4ae4e1caf890} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12848 | 2025.02.25 03:58:38.776733 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 2 parts from all_1_130_28 to all_131_131_0 | ||
| 12849 | 2025.02.25 03:58:38.776769 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12850 | 2025.02.25 03:58:38.776775 [ 254 ] {bc52017a-a62e-432b-8f72-4ae4e1caf890} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001521 sec., 105193.9513477975 rows/sec., 7.33 MiB/sec. | ||
| 12851 | 2025.02.25 03:58:38.776792 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12852 | 2025.02.25 03:58:38.776895 [ 254 ] {bc52017a-a62e-432b-8f72-4ae4e1caf890} <Debug> TCPHandler: Processed in 0.001803721 sec. | ||
| 12853 | 2025.02.25 03:58:38.777004 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_131_29} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_130_28 to all_131_131_0 into Compact with storage Full | ||
| 12854 | 2025.02.25 03:58:38.777102 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12855 | 2025.02.25 03:58:38.777253 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_131_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12856 | 2025.02.25 03:58:38.777369 [ 4 ] {6fc55d67-71b8-4306-9789-134172ffaa93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12857 | 2025.02.25 03:58:38.777369 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_131_29} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_130_28, total 35888 rows starting from the beginning of the part | ||
| 12858 | 2025.02.25 03:58:38.777722 [ 4 ] {6fc55d67-71b8-4306-9789-134172ffaa93} <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 | ||
| 12859 | 2025.02.25 03:58:38.777756 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_131_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 160 rows starting from the beginning of the part | ||
| 12860 | 2025.02.25 03:58:38.780977 [ 4 ] {6fc55d67-71b8-4306-9789-134172ffaa93} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12861 | 2025.02.25 03:58:38.781041 [ 4 ] {6fc55d67-71b8-4306-9789-134172ffaa93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12862 | 2025.02.25 03:58:38.781927 [ 4 ] {6fc55d67-71b8-4306-9789-134172ffaa93} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12863 | 2025.02.25 03:58:38.782232 [ 4 ] {6fc55d67-71b8-4306-9789-134172ffaa93} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12864 | 2025.02.25 03:58:38.782609 [ 4 ] {6fc55d67-71b8-4306-9789-134172ffaa93} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005329 sec., 7318.446237568023 rows/sec., 13.11 MiB/sec. | ||
| 12865 | 2025.02.25 03:58:38.782736 [ 4 ] {6fc55d67-71b8-4306-9789-134172ffaa93} <Debug> TCPHandler: Processed in 0.005702828 sec. | ||
| 12866 | 2025.02.25 03:58:38.782926 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12867 | 2025.02.25 03:58:38.783091 [ 254 ] {2f327c3f-8232-4873-8b13-26b1ed1a2bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12868 | 2025.02.25 03:58:38.783163 [ 254 ] {2f327c3f-8232-4873-8b13-26b1ed1a2bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12869 | 2025.02.25 03:58:38.783870 [ 254 ] {2f327c3f-8232-4873-8b13-26b1ed1a2bdb} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12870 | 2025.02.25 03:58:38.783912 [ 254 ] {2f327c3f-8232-4873-8b13-26b1ed1a2bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12871 | 2025.02.25 03:58:38.784411 [ 254 ] {2f327c3f-8232-4873-8b13-26b1ed1a2bdb} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 12872 | 2025.02.25 03:58:38.784751 [ 254 ] {2f327c3f-8232-4873-8b13-26b1ed1a2bdb} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12873 | 2025.02.25 03:58:38.785021 [ 254 ] {2f327c3f-8232-4873-8b13-26b1ed1a2bdb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001942 sec., 30895.983522142124 rows/sec., 2.08 MiB/sec. | ||
| 12874 | 2025.02.25 03:58:38.785125 [ 254 ] {2f327c3f-8232-4873-8b13-26b1ed1a2bdb} <Debug> TCPHandler: Processed in 0.002284961 sec. | ||
| 12875 | 2025.02.25 03:58:38.786681 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_131_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36048 rows, containing 5 columns (5 merged, 0 gathered) in 0.009776939 sec., 3687043.562407416 rows/sec., 252.43 MiB/sec. | ||
| 12876 | 2025.02.25 03:58:38.787050 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_131_29} <Trace> MergedBlockOutputStream: filled checksums all_1_131_29 (state Temporary) | ||
| 12877 | 2025.02.25 03:58:38.787438 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_131_29} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_131_29 to all_1_131_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12878 | 2025.02.25 03:58:38.787517 [ 192 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_131_29} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 2 parts: [all_1_130_28, all_131_131_0] -> all_1_131_29 | ||
| 12879 | 2025.02.25 03:58:38.787603 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 12880 | 2025.02.25 03:58:40.667839 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 12881 | 2025.02.25 03:58:40.689788 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12882 | 2025.02.25 03:58:40.689855 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12883 | 2025.02.25 03:58:40.697395 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12884 | 2025.02.25 03:58:40.698249 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12885 | 2025.02.25 03:58:40.702387 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 12886 | 2025.02.25 03:58:41.694241 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12887 | 2025.02.25 03:58:41.694550 [ 4 ] {5c601d20-2e7b-454d-ae79-ed5ae285b88a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12888 | 2025.02.25 03:58:41.694666 [ 4 ] {5c601d20-2e7b-454d-ae79-ed5ae285b88a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12889 | 2025.02.25 03:58:41.695541 [ 4 ] {5c601d20-2e7b-454d-ae79-ed5ae285b88a} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12890 | 2025.02.25 03:58:41.695593 [ 4 ] {5c601d20-2e7b-454d-ae79-ed5ae285b88a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12891 | 2025.02.25 03:58:41.696030 [ 4 ] {5c601d20-2e7b-454d-ae79-ed5ae285b88a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12892 | 2025.02.25 03:58:41.696293 [ 4 ] {5c601d20-2e7b-454d-ae79-ed5ae285b88a} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12893 | 2025.02.25 03:58:41.696531 [ 4 ] {5c601d20-2e7b-454d-ae79-ed5ae285b88a} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002065 sec., 11622.27602905569 rows/sec., 987.44 KiB/sec. | ||
| 12894 | 2025.02.25 03:58:41.696664 [ 4 ] {5c601d20-2e7b-454d-ae79-ed5ae285b88a} <Debug> TCPHandler: Processed in 0.002611798 sec. | ||
| 12895 | 2025.02.25 03:58:41.696931 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12896 | 2025.02.25 03:58:41.697081 [ 254 ] {337ee0d8-f0b3-47ed-b365-22393b7de677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12897 | 2025.02.25 03:58:41.697137 [ 254 ] {337ee0d8-f0b3-47ed-b365-22393b7de677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12898 | 2025.02.25 03:58:41.698468 [ 254 ] {337ee0d8-f0b3-47ed-b365-22393b7de677} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12899 | 2025.02.25 03:58:41.698511 [ 254 ] {337ee0d8-f0b3-47ed-b365-22393b7de677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12900 | 2025.02.25 03:58:41.698964 [ 254 ] {337ee0d8-f0b3-47ed-b365-22393b7de677} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 12901 | 2025.02.25 03:58:41.699271 [ 254 ] {337ee0d8-f0b3-47ed-b365-22393b7de677} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12902 | 2025.02.25 03:58:41.699585 [ 123 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 12903 | 2025.02.25 03:58:41.699722 [ 123 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12904 | 2025.02.25 03:58:41.699835 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12905 | 2025.02.25 03:58:41.699848 [ 254 ] {337ee0d8-f0b3-47ed-b365-22393b7de677} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.002774 sec., 474405.19105984137 rows/sec., 39.40 MiB/sec. | ||
| 12906 | 2025.02.25 03:58:41.700313 [ 254 ] {337ee0d8-f0b3-47ed-b365-22393b7de677} <Debug> TCPHandler: Processed in 0.003484888 sec. | ||
| 12907 | 2025.02.25 03:58:41.700565 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 12908 | 2025.02.25 03:58:41.700645 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12909 | 2025.02.25 03:58:41.700787 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12910 | 2025.02.25 03:58:41.700836 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1966 rows starting from the beginning of the part | ||
| 12911 | 2025.02.25 03:58:41.700836 [ 4 ] {1917c4e6-6ef3-489f-b309-00083f77034b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12912 | 2025.02.25 03:58:41.700915 [ 4 ] {1917c4e6-6ef3-489f-b309-00083f77034b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12913 | 2025.02.25 03:58:41.700971 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 56 rows starting from the beginning of the part | ||
| 12914 | 2025.02.25 03:58:41.701242 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 135 rows starting from the beginning of the part | ||
| 12915 | 2025.02.25 03:58:41.701426 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 56 rows starting from the beginning of the part | ||
| 12916 | 2025.02.25 03:58:41.701643 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 134 rows starting from the beginning of the part | ||
| 12917 | 2025.02.25 03:58:41.701865 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 1316 rows starting from the beginning of the part | ||
| 12918 | 2025.02.25 03:58:41.702659 [ 4 ] {1917c4e6-6ef3-489f-b309-00083f77034b} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12919 | 2025.02.25 03:58:41.702704 [ 4 ] {1917c4e6-6ef3-489f-b309-00083f77034b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12920 | 2025.02.25 03:58:41.703269 [ 4 ] {1917c4e6-6ef3-489f-b309-00083f77034b} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 12921 | 2025.02.25 03:58:41.703541 [ 4 ] {1917c4e6-6ef3-489f-b309-00083f77034b} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12922 | 2025.02.25 03:58:41.703805 [ 4 ] {1917c4e6-6ef3-489f-b309-00083f77034b} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.003011 sec., 3985.386914646297 rows/sec., 319.14 KiB/sec. | ||
| 12923 | 2025.02.25 03:58:41.703889 [ 4 ] {1917c4e6-6ef3-489f-b309-00083f77034b} <Debug> TCPHandler: Processed in 0.003423516 sec. | ||
| 12924 | 2025.02.25 03:58:41.704074 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12925 | 2025.02.25 03:58:41.704128 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3663 rows, containing 5 columns (5 merged, 0 gathered) in 0.004099461 sec., 893532.1009274145 rows/sec., 77.14 MiB/sec. | ||
| 12926 | 2025.02.25 03:58:41.704250 [ 254 ] {998fa9e4-ad4e-4912-801f-8f6959094eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12927 | 2025.02.25 03:58:41.704315 [ 254 ] {998fa9e4-ad4e-4912-801f-8f6959094eea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12928 | 2025.02.25 03:58:41.704554 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 12929 | 2025.02.25 03:58:41.705206 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_136_27} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12930 | 2025.02.25 03:58:41.705410 [ 202 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_136_27} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 12931 | 2025.02.25 03:58:41.705614 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 12932 | 2025.02.25 03:58:41.705693 [ 254 ] {998fa9e4-ad4e-4912-801f-8f6959094eea} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12933 | 2025.02.25 03:58:41.705737 [ 254 ] {998fa9e4-ad4e-4912-801f-8f6959094eea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12934 | 2025.02.25 03:58:41.706113 [ 254 ] {998fa9e4-ad4e-4912-801f-8f6959094eea} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 12935 | 2025.02.25 03:58:41.706361 [ 254 ] {998fa9e4-ad4e-4912-801f-8f6959094eea} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12936 | 2025.02.25 03:58:41.706641 [ 254 ] {998fa9e4-ad4e-4912-801f-8f6959094eea} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00242 sec., 104132.23140495869 rows/sec., 7.20 MiB/sec. | ||
| 12937 | 2025.02.25 03:58:41.706858 [ 254 ] {998fa9e4-ad4e-4912-801f-8f6959094eea} <Debug> TCPHandler: Processed in 0.002872255 sec. | ||
| 12938 | 2025.02.25 03:58:41.707011 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12939 | 2025.02.25 03:58:41.707119 [ 4 ] {29544a91-8338-4ec9-9962-90d185da3d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12940 | 2025.02.25 03:58:41.707164 [ 4 ] {29544a91-8338-4ec9-9962-90d185da3d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12941 | 2025.02.25 03:58:41.707763 [ 4 ] {29544a91-8338-4ec9-9962-90d185da3d01} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12942 | 2025.02.25 03:58:41.707804 [ 4 ] {29544a91-8338-4ec9-9962-90d185da3d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12943 | 2025.02.25 03:58:41.708148 [ 4 ] {29544a91-8338-4ec9-9962-90d185da3d01} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12944 | 2025.02.25 03:58:41.708393 [ 4 ] {29544a91-8338-4ec9-9962-90d185da3d01} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12945 | 2025.02.25 03:58:41.708606 [ 4 ] {29544a91-8338-4ec9-9962-90d185da3d01} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00151 sec., 7947.019867549669 rows/sec., 620.86 KiB/sec. | ||
| 12946 | 2025.02.25 03:58:41.708680 [ 4 ] {29544a91-8338-4ec9-9962-90d185da3d01} <Debug> TCPHandler: Processed in 0.001721478 sec. | ||
| 12947 | 2025.02.25 03:58:41.708817 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12948 | 2025.02.25 03:58:41.708926 [ 254 ] {9c1cbf8a-3ee7-4083-b181-6e7b95049970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12949 | 2025.02.25 03:58:41.708971 [ 254 ] {9c1cbf8a-3ee7-4083-b181-6e7b95049970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12950 | 2025.02.25 03:58:41.709691 [ 254 ] {9c1cbf8a-3ee7-4083-b181-6e7b95049970} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12951 | 2025.02.25 03:58:41.709730 [ 254 ] {9c1cbf8a-3ee7-4083-b181-6e7b95049970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12952 | 2025.02.25 03:58:41.710113 [ 254 ] {9c1cbf8a-3ee7-4083-b181-6e7b95049970} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 12953 | 2025.02.25 03:58:41.710350 [ 254 ] {9c1cbf8a-3ee7-4083-b181-6e7b95049970} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12954 | 2025.02.25 03:58:41.710527 [ 123 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 12955 | 2025.02.25 03:58:41.710579 [ 254 ] {9c1cbf8a-3ee7-4083-b181-6e7b95049970} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.001675 sec., 331940.29850746266 rows/sec., 24.87 MiB/sec. | ||
| 12956 | 2025.02.25 03:58:41.710608 [ 123 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12957 | 2025.02.25 03:58:41.710667 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12958 | 2025.02.25 03:58:41.710708 [ 254 ] {9c1cbf8a-3ee7-4083-b181-6e7b95049970} <Debug> TCPHandler: Processed in 0.001940784 sec. | ||
| 12959 | 2025.02.25 03:58:41.710924 [ 190 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 12960 | 2025.02.25 03:58:41.710932 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12961 | 2025.02.25 03:58:41.711232 [ 190 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12962 | 2025.02.25 03:58:41.711242 [ 4 ] {32aa475b-3ece-49de-b66a-76aa1806b166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12963 | 2025.02.25 03:58:41.711308 [ 190 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 951 rows starting from the beginning of the part | ||
| 12964 | 2025.02.25 03:58:41.711364 [ 4 ] {32aa475b-3ece-49de-b66a-76aa1806b166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12965 | 2025.02.25 03:58:41.711671 [ 190 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 64 rows starting from the beginning of the part | ||
| 12966 | 2025.02.25 03:58:41.712084 [ 190 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 105 rows starting from the beginning of the part | ||
| 12967 | 2025.02.25 03:58:41.712433 [ 190 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 64 rows starting from the beginning of the part | ||
| 12968 | 2025.02.25 03:58:41.712832 [ 190 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 103 rows starting from the beginning of the part | ||
| 12969 | 2025.02.25 03:58:41.713204 [ 190 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 556 rows starting from the beginning of the part | ||
| 12970 | 2025.02.25 03:58:41.714514 [ 4 ] {32aa475b-3ece-49de-b66a-76aa1806b166} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12971 | 2025.02.25 03:58:41.714593 [ 4 ] {32aa475b-3ece-49de-b66a-76aa1806b166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12972 | 2025.02.25 03:58:41.715792 [ 4 ] {32aa475b-3ece-49de-b66a-76aa1806b166} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 12973 | 2025.02.25 03:58:41.716393 [ 4 ] {32aa475b-3ece-49de-b66a-76aa1806b166} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12974 | 2025.02.25 03:58:41.716501 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1843 rows, containing 5 columns (5 merged, 0 gathered) in 0.005707948 sec., 322883.1096569205 rows/sec., 25.33 MiB/sec. | ||
| 12975 | 2025.02.25 03:58:41.716726 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_131_29 to all_136_136_0 | ||
| 12976 | 2025.02.25 03:58:41.716841 [ 4 ] {32aa475b-3ece-49de-b66a-76aa1806b166} <Debug> executeQuery: Read 976 rows, 67.51 KiB in 0.005665 sec., 172285.96646072375 rows/sec., 11.64 MiB/sec. | ||
| 12977 | 2025.02.25 03:58:41.716860 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12978 | 2025.02.25 03:58:41.716970 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12979 | 2025.02.25 03:58:41.716990 [ 202 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 12980 | 2025.02.25 03:58:41.717117 [ 4 ] {32aa475b-3ece-49de-b66a-76aa1806b166} <Debug> TCPHandler: Processed in 0.006297341 sec. | ||
| 12981 | 2025.02.25 03:58:41.717411 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12982 | 2025.02.25 03:58:41.717513 [ 197 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_136_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_29 to all_136_136_0 into Compact with storage Full | ||
| 12983 | 2025.02.25 03:58:41.717710 [ 254 ] {01d5dbe1-0ff6-4479-aec0-f15f73ce4055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12984 | 2025.02.25 03:58:41.717907 [ 254 ] {01d5dbe1-0ff6-4479-aec0-f15f73ce4055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12985 | 2025.02.25 03:58:41.717933 [ 197 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_136_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12986 | 2025.02.25 03:58:41.718067 [ 197 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_136_30} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_131_29, total 36048 rows starting from the beginning of the part | ||
| 12987 | 2025.02.25 03:58:41.718278 [ 202 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_136_27} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12988 | 2025.02.25 03:58:41.718559 [ 197 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_136_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part | ||
| 12989 | 2025.02.25 03:58:41.718974 [ 197 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_136_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 161 rows starting from the beginning of the part | ||
| 12990 | 2025.02.25 03:58:41.719295 [ 197 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_136_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 160 rows starting from the beginning of the part | ||
| 12991 | 2025.02.25 03:58:41.719684 [ 197 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_136_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part | ||
| 12992 | 2025.02.25 03:58:41.720077 [ 197 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_136_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 976 rows starting from the beginning of the part | ||
| 12993 | 2025.02.25 03:58:41.720045 [ 202 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_136_27} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 12994 | 2025.02.25 03:58:41.720824 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 12995 | 2025.02.25 03:58:41.721027 [ 254 ] {01d5dbe1-0ff6-4479-aec0-f15f73ce4055} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12996 | 2025.02.25 03:58:41.721090 [ 254 ] {01d5dbe1-0ff6-4479-aec0-f15f73ce4055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 12997 | 2025.02.25 03:58:41.721935 [ 254 ] {01d5dbe1-0ff6-4479-aec0-f15f73ce4055} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 12998 | 2025.02.25 03:58:41.722265 [ 254 ] {01d5dbe1-0ff6-4479-aec0-f15f73ce4055} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12999 | 2025.02.25 03:58:41.722505 [ 123 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 13000 | 2025.02.25 03:58:41.722572 [ 123 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13001 | 2025.02.25 03:58:41.722602 [ 254 ] {01d5dbe1-0ff6-4479-aec0-f15f73ce4055} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.004994 sec., 6808.169803764517 rows/sec., 472.25 KiB/sec. | ||
| 13002 | 2025.02.25 03:58:41.722681 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 13003 | 2025.02.25 03:58:41.722917 [ 254 ] {01d5dbe1-0ff6-4479-aec0-f15f73ce4055} <Debug> TCPHandler: Processed in 0.005671136 sec. | ||
| 13004 | 2025.02.25 03:58:41.723281 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 13005 | 2025.02.25 03:58:41.723690 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13006 | 2025.02.25 03:58:41.723787 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 6754 rows starting from the beginning of the part | ||
| 13007 | 2025.02.25 03:58:41.724125 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 13008 | 2025.02.25 03:58:41.724422 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 13009 | 2025.02.25 03:58:41.724584 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 13010 | 2025.02.25 03:58:41.724756 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 13011 | 2025.02.25 03:58:41.724964 [ 195 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 34 rows starting from the beginning of the part | ||
| 13012 | 2025.02.25 03:58:41.727965 [ 186 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7028 rows, containing 4 columns (4 merged, 0 gathered) in 0.005092714 sec., 1380010.7369076684 rows/sec., 92.74 MiB/sec. | ||
| 13013 | 2025.02.25 03:58:41.728756 [ 186 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 13014 | 2025.02.25 03:58:41.729242 [ 186 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_136_27} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13015 | 2025.02.25 03:58:41.729357 [ 186 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_136_27} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 13016 | 2025.02.25 03:58:41.729464 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 13017 | 2025.02.25 03:58:41.731223 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_136_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37665 rows, containing 5 columns (5 merged, 0 gathered) in 0.014095766 sec., 2672078.9774745125 rows/sec., 182.93 MiB/sec. | ||
| 13018 | 2025.02.25 03:58:41.731687 [ 186 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_136_30} <Trace> MergedBlockOutputStream: filled checksums all_1_136_30 (state Temporary) | ||
| 13019 | 2025.02.25 03:58:41.731984 [ 186 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_136_30} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_136_30 to all_1_136_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13020 | 2025.02.25 03:58:41.732068 [ 186 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_136_30} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_131_29, all_136_136_0] -> all_1_136_30 | ||
| 13021 | 2025.02.25 03:58:41.732161 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 13022 | 2025.02.25 03:58:43.763940 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13023 | 2025.02.25 03:58:43.764212 [ 4 ] {0a2aaf60-95d2-452d-8410-1f0308c158ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13024 | 2025.02.25 03:58:43.764335 [ 4 ] {0a2aaf60-95d2-452d-8410-1f0308c158ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13025 | 2025.02.25 03:58:43.765616 [ 4 ] {0a2aaf60-95d2-452d-8410-1f0308c158ec} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13026 | 2025.02.25 03:58:43.765688 [ 4 ] {0a2aaf60-95d2-452d-8410-1f0308c158ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 13027 | 2025.02.25 03:58:43.766379 [ 4 ] {0a2aaf60-95d2-452d-8410-1f0308c158ec} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 13028 | 2025.02.25 03:58:43.766735 [ 4 ] {0a2aaf60-95d2-452d-8410-1f0308c158ec} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13029 | 2025.02.25 03:58:43.767035 [ 4 ] {0a2aaf60-95d2-452d-8410-1f0308c158ec} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002892 sec., 19363.762102351313 rows/sec., 1.48 MiB/sec. | ||
| 13030 | 2025.02.25 03:58:43.767136 [ 4 ] {0a2aaf60-95d2-452d-8410-1f0308c158ec} <Debug> TCPHandler: Processed in 0.003404946 sec. | ||
| 13031 | 2025.02.25 03:58:43.767386 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13032 | 2025.02.25 03:58:43.767534 [ 254 ] {d2a1e112-835f-497d-8734-2efba006b482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13033 | 2025.02.25 03:58:43.767608 [ 254 ] {d2a1e112-835f-497d-8734-2efba006b482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13034 | 2025.02.25 03:58:43.768356 [ 254 ] {d2a1e112-835f-497d-8734-2efba006b482} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13035 | 2025.02.25 03:58:43.768406 [ 254 ] {d2a1e112-835f-497d-8734-2efba006b482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 13036 | 2025.02.25 03:58:43.768833 [ 254 ] {d2a1e112-835f-497d-8734-2efba006b482} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 13037 | 2025.02.25 03:58:43.769099 [ 254 ] {d2a1e112-835f-497d-8734-2efba006b482} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13038 | 2025.02.25 03:58:43.769345 [ 254 ] {d2a1e112-835f-497d-8734-2efba006b482} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001854 sec., 34519.95685005394 rows/sec., 2.69 MiB/sec. | ||
| 13039 | 2025.02.25 03:58:43.769410 [ 254 ] {d2a1e112-835f-497d-8734-2efba006b482} <Debug> TCPHandler: Processed in 0.002095777 sec. | ||
| 13040 | 2025.02.25 03:58:43.769617 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13041 | 2025.02.25 03:58:43.769738 [ 4 ] {9bd6d87b-40f9-4fc3-9017-71db428657d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13042 | 2025.02.25 03:58:43.769793 [ 4 ] {9bd6d87b-40f9-4fc3-9017-71db428657d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13043 | 2025.02.25 03:58:43.770354 [ 4 ] {9bd6d87b-40f9-4fc3-9017-71db428657d7} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13044 | 2025.02.25 03:58:43.770398 [ 4 ] {9bd6d87b-40f9-4fc3-9017-71db428657d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 13045 | 2025.02.25 03:58:43.770821 [ 4 ] {9bd6d87b-40f9-4fc3-9017-71db428657d7} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 13046 | 2025.02.25 03:58:43.771089 [ 4 ] {9bd6d87b-40f9-4fc3-9017-71db428657d7} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13047 | 2025.02.25 03:58:43.771333 [ 4 ] {9bd6d87b-40f9-4fc3-9017-71db428657d7} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001624 sec., 40640.39408866995 rows/sec., 2.84 MiB/sec. | ||
| 13048 | 2025.02.25 03:58:43.771392 [ 4 ] {9bd6d87b-40f9-4fc3-9017-71db428657d7} <Debug> TCPHandler: Processed in 0.001834911 sec. | ||
| 13049 | 2025.02.25 03:58:43.771567 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13050 | 2025.02.25 03:58:43.771684 [ 254 ] {f8523f72-68d8-4afe-8127-e73651ff7669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13051 | 2025.02.25 03:58:43.771737 [ 254 ] {f8523f72-68d8-4afe-8127-e73651ff7669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13052 | 2025.02.25 03:58:43.772236 [ 254 ] {f8523f72-68d8-4afe-8127-e73651ff7669} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13053 | 2025.02.25 03:58:43.772285 [ 254 ] {f8523f72-68d8-4afe-8127-e73651ff7669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 13054 | 2025.02.25 03:58:43.772705 [ 254 ] {f8523f72-68d8-4afe-8127-e73651ff7669} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 13055 | 2025.02.25 03:58:43.772989 [ 254 ] {f8523f72-68d8-4afe-8127-e73651ff7669} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13056 | 2025.02.25 03:58:43.773229 [ 254 ] {f8523f72-68d8-4afe-8127-e73651ff7669} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001566 sec., 16602.809706257984 rows/sec., 1.11 MiB/sec. | ||
| 13057 | 2025.02.25 03:58:43.773310 [ 254 ] {f8523f72-68d8-4afe-8127-e73651ff7669} <Debug> TCPHandler: Processed in 0.00180387 sec. | ||
| 13058 | 2025.02.25 03:58:45.555631 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37149 | ||
| 13059 | 2025.02.25 03:58:45.556275 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13060 | 2025.02.25 03:58:45.556327 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 13061 | 2025.02.25 03:58:45.556879 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 13062 | 2025.02.25 03:58:45.557146 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13063 | 2025.02.25 03:58:45.557402 [ 121 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 13064 | 2025.02.25 03:58:45.557421 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 | ||
| 13065 | 2025.02.25 03:58:45.557499 [ 121 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13066 | 2025.02.25 03:58:45.557529 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
| 13067 | 2025.02.25 03:58:45.557757 [ 193 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 13068 | 2025.02.25 03:58:45.558352 [ 193 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13069 | 2025.02.25 03:58:45.558555 [ 193 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34892 rows starting from the beginning of the part | ||
| 13070 | 2025.02.25 03:58:45.559018 [ 193 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 13071 | 2025.02.25 03:58:45.559614 [ 193 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 13072 | 2025.02.25 03:58:45.560097 [ 193 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 13073 | 2025.02.25 03:58:45.560330 [ 193 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 13074 | 2025.02.25 03:58:45.560415 [ 193 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 13075 | 2025.02.25 03:58:45.563432 [ 200 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.0058397 sec., 6361456.9241570635 rows/sec., 91.00 MiB/sec. | ||
| 13076 | 2025.02.25 03:58:45.563727 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 13077 | 2025.02.25 03:58:45.564025 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_81_16} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13078 | 2025.02.25 03:58:45.564104 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_81_16} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 13079 | 2025.02.25 03:58:45.564198 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 13080 | 2025.02.25 03:58:48.108364 [ 222 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 13081 | 2025.02.25 03:58:48.108466 [ 222 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 13082 | 2025.02.25 03:58:48.110693 [ 222 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 13083 | 2025.02.25 03:58:48.203422 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 13084 | 2025.02.25 03:58:48.226200 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13085 | 2025.02.25 03:58:48.226244 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13086 | 2025.02.25 03:58:48.233752 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 13087 | 2025.02.25 03:58:48.234634 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1762 | ||
| 13088 | 2025.02.25 03:58:48.234977 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13089 | 2025.02.25 03:58:48.235711 [ 118 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 13090 | 2025.02.25 03:58:48.236145 [ 118 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13091 | 2025.02.25 03:58:48.236278 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13092 | 2025.02.25 03:58:48.237085 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 13093 | 2025.02.25 03:58:48.238872 [ 220 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 13094 | 2025.02.25 03:58:48.239013 [ 220 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 13095 | 2025.02.25 03:58:48.250716 [ 220 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 13096 | 2025.02.25 03:58:48.264084 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): 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] | ||
| 13097 | 2025.02.25 03:58:48.264275 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): 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] | ||
| 13098 | 2025.02.25 03:58:48.276754 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13099 | 2025.02.25 03:58:48.276875 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13100 | 2025.02.25 03:58:48.286079 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): 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] | ||
| 13101 | 2025.02.25 03:58:48.287459 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 13102 | 2025.02.25 03:58:48.288042 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13103 | 2025.02.25 03:58:48.292698 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 13104 | 2025.02.25 03:58:48.293246 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13105 | 2025.02.25 03:58:48.296173 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1762 | ||
| 13106 | 2025.02.25 03:58:48.296267 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 13107 | 2025.02.25 03:58:48.302093 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 13108 | 2025.02.25 03:58:48.307825 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 13109 | 2025.02.25 03:58:48.314002 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 13110 | 2025.02.25 03:58:48.320352 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 13111 | 2025.02.25 03:58:48.326264 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 13112 | 2025.02.25 03:58:48.395180 [ 189 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.158691589 sec., 3850.2355660450285 rows/sec., 19.91 MiB/sec. | ||
| 13113 | 2025.02.25 03:58:48.398796 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 13114 | 2025.02.25 03:58:48.402290 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_81_16} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13115 | 2025.02.25 03:58:48.402422 [ 199 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_81_16} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 13116 | 2025.02.25 03:58:48.405225 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.94 MiB. | ||
| 13117 | 2025.02.25 03:58:48.654416 [ 219 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 13118 | 2025.02.25 03:58:48.654496 [ 219 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 13119 | 2025.02.25 03:58:48.656681 [ 219 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 13120 | 2025.02.25 03:58:48.768833 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13121 | 2025.02.25 03:58:48.769118 [ 4 ] {255f11c7-a9ff-4918-9107-bae7153165b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13122 | 2025.02.25 03:58:48.769188 [ 4 ] {255f11c7-a9ff-4918-9107-bae7153165b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13123 | 2025.02.25 03:58:48.769983 [ 4 ] {255f11c7-a9ff-4918-9107-bae7153165b3} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13124 | 2025.02.25 03:58:48.770029 [ 4 ] {255f11c7-a9ff-4918-9107-bae7153165b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13125 | 2025.02.25 03:58:48.770468 [ 4 ] {255f11c7-a9ff-4918-9107-bae7153165b3} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 13126 | 2025.02.25 03:58:48.770725 [ 4 ] {255f11c7-a9ff-4918-9107-bae7153165b3} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13127 | 2025.02.25 03:58:48.770963 [ 4 ] {255f11c7-a9ff-4918-9107-bae7153165b3} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.00193 sec., 69430.0518134715 rows/sec., 5.97 MiB/sec. | ||
| 13128 | 2025.02.25 03:58:48.771030 [ 4 ] {255f11c7-a9ff-4918-9107-bae7153165b3} <Debug> TCPHandler: Processed in 0.002377613 sec. | ||
| 13129 | 2025.02.25 03:58:48.771203 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13130 | 2025.02.25 03:58:48.771348 [ 254 ] {6945f7f5-c2ae-493a-b0cb-07ee0ebf052e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13131 | 2025.02.25 03:58:48.771405 [ 254 ] {6945f7f5-c2ae-493a-b0cb-07ee0ebf052e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13132 | 2025.02.25 03:58:48.772090 [ 254 ] {6945f7f5-c2ae-493a-b0cb-07ee0ebf052e} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13133 | 2025.02.25 03:58:48.772131 [ 254 ] {6945f7f5-c2ae-493a-b0cb-07ee0ebf052e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13134 | 2025.02.25 03:58:48.772500 [ 254 ] {6945f7f5-c2ae-493a-b0cb-07ee0ebf052e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 13135 | 2025.02.25 03:58:48.772738 [ 254 ] {6945f7f5-c2ae-493a-b0cb-07ee0ebf052e} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13136 | 2025.02.25 03:58:48.772918 [ 118 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 13137 | 2025.02.25 03:58:48.772985 [ 254 ] {6945f7f5-c2ae-493a-b0cb-07ee0ebf052e} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001668 sec., 23381.294964028777 rows/sec., 1.72 MiB/sec. | ||
| 13138 | 2025.02.25 03:58:48.773003 [ 118 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13139 | 2025.02.25 03:58:48.773087 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13140 | 2025.02.25 03:58:48.773119 [ 254 ] {6945f7f5-c2ae-493a-b0cb-07ee0ebf052e} <Debug> TCPHandler: Processed in 0.001986554 sec. | ||
| 13141 | 2025.02.25 03:58:48.773402 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13142 | 2025.02.25 03:58:48.773434 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 13143 | 2025.02.25 03:58:48.773609 [ 4 ] {89ffec0c-a9ca-4229-8dd7-ed494bc4184d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13144 | 2025.02.25 03:58:48.773735 [ 4 ] {89ffec0c-a9ca-4229-8dd7-ed494bc4184d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13145 | 2025.02.25 03:58:48.773978 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13146 | 2025.02.25 03:58:48.774107 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 177 rows starting from the beginning of the part | ||
| 13147 | 2025.02.25 03:58:48.774452 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 39 rows starting from the beginning of the part | ||
| 13148 | 2025.02.25 03:58:48.774873 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 41 rows starting from the beginning of the part | ||
| 13149 | 2025.02.25 03:58:48.775255 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 39 rows starting from the beginning of the part | ||
| 13150 | 2025.02.25 03:58:48.775627 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 13151 | 2025.02.25 03:58:48.775908 [ 191 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 39 rows starting from the beginning of the part | ||
| 13152 | 2025.02.25 03:58:48.776953 [ 4 ] {89ffec0c-a9ca-4229-8dd7-ed494bc4184d} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13153 | 2025.02.25 03:58:48.777031 [ 4 ] {89ffec0c-a9ca-4229-8dd7-ed494bc4184d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13154 | 2025.02.25 03:58:48.778142 [ 4 ] {89ffec0c-a9ca-4229-8dd7-ed494bc4184d} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 13155 | 2025.02.25 03:58:48.778658 [ 4 ] {89ffec0c-a9ca-4229-8dd7-ed494bc4184d} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13156 | 2025.02.25 03:58:48.778926 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 5 columns (5 merged, 0 gathered) in 0.005672597 sec., 61171.27657755346 rows/sec., 4.45 MiB/sec. | ||
| 13157 | 2025.02.25 03:58:48.779016 [ 4 ] {89ffec0c-a9ca-4229-8dd7-ed494bc4184d} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.005488 sec., 18768.221574344025 rows/sec., 1.47 MiB/sec. | ||
| 13158 | 2025.02.25 03:58:48.779091 [ 4 ] {89ffec0c-a9ca-4229-8dd7-ed494bc4184d} <Debug> TCPHandler: Processed in 0.00582161 sec. | ||
| 13159 | 2025.02.25 03:58:48.779109 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 13160 | 2025.02.25 03:58:48.779266 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13161 | 2025.02.25 03:58:48.779419 [ 254 ] {a37e4fc2-a225-48f1-b63c-48e4c8015f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13162 | 2025.02.25 03:58:48.779451 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_76_15} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13163 | 2025.02.25 03:58:48.779495 [ 254 ] {a37e4fc2-a225-48f1-b63c-48e4c8015f1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13164 | 2025.02.25 03:58:48.779561 [ 200 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_76_15} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 13165 | 2025.02.25 03:58:48.779682 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 13166 | 2025.02.25 03:58:48.780209 [ 254 ] {a37e4fc2-a225-48f1-b63c-48e4c8015f1c} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13167 | 2025.02.25 03:58:48.780246 [ 254 ] {a37e4fc2-a225-48f1-b63c-48e4c8015f1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13168 | 2025.02.25 03:58:48.780632 [ 254 ] {a37e4fc2-a225-48f1-b63c-48e4c8015f1c} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 13169 | 2025.02.25 03:58:48.780864 [ 254 ] {a37e4fc2-a225-48f1-b63c-48e4c8015f1c} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13170 | 2025.02.25 03:58:48.781093 [ 254 ] {a37e4fc2-a225-48f1-b63c-48e4c8015f1c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001707 sec., 93731.69302870533 rows/sec., 6.53 MiB/sec. | ||
| 13171 | 2025.02.25 03:58:48.781153 [ 254 ] {a37e4fc2-a225-48f1-b63c-48e4c8015f1c} <Debug> TCPHandler: Processed in 0.001953404 sec. | ||
| 13172 | 2025.02.25 03:58:48.781196 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 13173 | 2025.02.25 03:58:48.781275 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 13174 | 2025.02.25 03:58:48.781326 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13175 | 2025.02.25 03:58:48.781594 [ 4 ] {ae1f641a-fd42-4343-bbc3-f6533c719c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13176 | 2025.02.25 03:58:48.781680 [ 4 ] {ae1f641a-fd42-4343-bbc3-f6533c719c45} <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 | ||
| 13177 | 2025.02.25 03:58:48.784507 [ 4 ] {ae1f641a-fd42-4343-bbc3-f6533c719c45} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13178 | 2025.02.25 03:58:48.784548 [ 4 ] {ae1f641a-fd42-4343-bbc3-f6533c719c45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13179 | 2025.02.25 03:58:48.785471 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 13180 | 2025.02.25 03:58:48.785941 [ 4 ] {ae1f641a-fd42-4343-bbc3-f6533c719c45} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 13181 | 2025.02.25 03:58:48.786565 [ 4 ] {ae1f641a-fd42-4343-bbc3-f6533c719c45} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13182 | 2025.02.25 03:58:48.786813 [ 4 ] {ae1f641a-fd42-4343-bbc3-f6533c719c45} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005315 sec., 7337.723424270931 rows/sec., 13.15 MiB/sec. | ||
| 13183 | 2025.02.25 03:58:48.786910 [ 4 ] {ae1f641a-fd42-4343-bbc3-f6533c719c45} <Debug> TCPHandler: Processed in 0.005670047 sec. | ||
| 13184 | 2025.02.25 03:58:48.787054 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13185 | 2025.02.25 03:58:48.787183 [ 254 ] {6f2cf3cd-a037-4af5-8c3e-e6cfcb1c9b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13186 | 2025.02.25 03:58:48.787238 [ 254 ] {6f2cf3cd-a037-4af5-8c3e-e6cfcb1c9b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13187 | 2025.02.25 03:58:48.787764 [ 254 ] {6f2cf3cd-a037-4af5-8c3e-e6cfcb1c9b43} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13188 | 2025.02.25 03:58:48.787809 [ 254 ] {6f2cf3cd-a037-4af5-8c3e-e6cfcb1c9b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13189 | 2025.02.25 03:58:48.788208 [ 254 ] {6f2cf3cd-a037-4af5-8c3e-e6cfcb1c9b43} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 13190 | 2025.02.25 03:58:48.788446 [ 254 ] {6f2cf3cd-a037-4af5-8c3e-e6cfcb1c9b43} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13191 | 2025.02.25 03:58:48.788643 [ 254 ] {6f2cf3cd-a037-4af5-8c3e-e6cfcb1c9b43} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001489 sec., 40295.500335795834 rows/sec., 2.72 MiB/sec. | ||
| 13192 | 2025.02.25 03:58:48.788692 [ 254 ] {6f2cf3cd-a037-4af5-8c3e-e6cfcb1c9b43} <Debug> TCPHandler: Processed in 0.001702818 sec. | ||
| 13193 | 2025.02.25 03:58:49.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.93 MiB, peak 275.86 MiB, free memory in arenas 0.00 B, will set to 259.41 MiB (RSS), difference: 2.47 MiB | ||
| 13194 | 2025.02.25 03:58:52.786295 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13195 | 2025.02.25 03:58:52.786350 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13196 | 2025.02.25 03:58:53.058579 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37637 | ||
| 13197 | 2025.02.25 03:58:53.059441 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13198 | 2025.02.25 03:58:53.059506 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13199 | 2025.02.25 03:58:53.060079 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 13200 | 2025.02.25 03:58:53.060349 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13201 | 2025.02.25 03:58:53.060602 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37637 | ||
| 13202 | 2025.02.25 03:58:53.767022 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13203 | 2025.02.25 03:58:53.767234 [ 4 ] {441f0801-9b16-4eaf-a164-fcc418665e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13204 | 2025.02.25 03:58:53.767304 [ 4 ] {441f0801-9b16-4eaf-a164-fcc418665e80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13205 | 2025.02.25 03:58:53.768097 [ 4 ] {441f0801-9b16-4eaf-a164-fcc418665e80} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13206 | 2025.02.25 03:58:53.768144 [ 4 ] {441f0801-9b16-4eaf-a164-fcc418665e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13207 | 2025.02.25 03:58:53.768577 [ 4 ] {441f0801-9b16-4eaf-a164-fcc418665e80} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 13208 | 2025.02.25 03:58:53.768824 [ 4 ] {441f0801-9b16-4eaf-a164-fcc418665e80} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13209 | 2025.02.25 03:58:53.769068 [ 4 ] {441f0801-9b16-4eaf-a164-fcc418665e80} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001892 sec., 29598.308668076108 rows/sec., 2.26 MiB/sec. | ||
| 13210 | 2025.02.25 03:58:53.769125 [ 4 ] {441f0801-9b16-4eaf-a164-fcc418665e80} <Debug> TCPHandler: Processed in 0.0022401 sec. | ||
| 13211 | 2025.02.25 03:58:53.769314 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13212 | 2025.02.25 03:58:53.769454 [ 254 ] {0491307e-0e5f-4ffd-a391-7ac2dd052072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13213 | 2025.02.25 03:58:53.769508 [ 254 ] {0491307e-0e5f-4ffd-a391-7ac2dd052072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13214 | 2025.02.25 03:58:53.770191 [ 254 ] {0491307e-0e5f-4ffd-a391-7ac2dd052072} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13215 | 2025.02.25 03:58:53.770235 [ 254 ] {0491307e-0e5f-4ffd-a391-7ac2dd052072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13216 | 2025.02.25 03:58:53.770600 [ 254 ] {0491307e-0e5f-4ffd-a391-7ac2dd052072} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 13217 | 2025.02.25 03:58:53.770832 [ 254 ] {0491307e-0e5f-4ffd-a391-7ac2dd052072} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13218 | 2025.02.25 03:58:53.771045 [ 254 ] {0491307e-0e5f-4ffd-a391-7ac2dd052072} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001622 sec., 39457.45992601726 rows/sec., 3.08 MiB/sec. | ||
| 13219 | 2025.02.25 03:58:53.771096 [ 254 ] {0491307e-0e5f-4ffd-a391-7ac2dd052072} <Debug> TCPHandler: Processed in 0.001850511 sec. | ||
| 13220 | 2025.02.25 03:58:53.771261 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13221 | 2025.02.25 03:58:53.771392 [ 4 ] {07fee815-7b14-46aa-b861-b91e07514f38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13222 | 2025.02.25 03:58:53.771452 [ 4 ] {07fee815-7b14-46aa-b861-b91e07514f38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13223 | 2025.02.25 03:58:53.772066 [ 4 ] {07fee815-7b14-46aa-b861-b91e07514f38} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13224 | 2025.02.25 03:58:53.772112 [ 4 ] {07fee815-7b14-46aa-b861-b91e07514f38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13225 | 2025.02.25 03:58:53.772513 [ 4 ] {07fee815-7b14-46aa-b861-b91e07514f38} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 13226 | 2025.02.25 03:58:53.772757 [ 4 ] {07fee815-7b14-46aa-b861-b91e07514f38} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13227 | 2025.02.25 03:58:53.772964 [ 4 ] {07fee815-7b14-46aa-b861-b91e07514f38} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001601 sec., 99937.53903810118 rows/sec., 6.96 MiB/sec. | ||
| 13228 | 2025.02.25 03:58:53.773016 [ 4 ] {07fee815-7b14-46aa-b861-b91e07514f38} <Debug> TCPHandler: Processed in 0.001822121 sec. | ||
| 13229 | 2025.02.25 03:58:53.773148 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13230 | 2025.02.25 03:58:53.773267 [ 254 ] {3f028b5c-c324-4427-a9cf-85766aec46fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13231 | 2025.02.25 03:58:53.773322 [ 254 ] {3f028b5c-c324-4427-a9cf-85766aec46fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13232 | 2025.02.25 03:58:53.773842 [ 254 ] {3f028b5c-c324-4427-a9cf-85766aec46fa} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13233 | 2025.02.25 03:58:53.773888 [ 254 ] {3f028b5c-c324-4427-a9cf-85766aec46fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13234 | 2025.02.25 03:58:53.774307 [ 254 ] {3f028b5c-c324-4427-a9cf-85766aec46fa} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 13235 | 2025.02.25 03:58:53.774542 [ 254 ] {3f028b5c-c324-4427-a9cf-85766aec46fa} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13236 | 2025.02.25 03:58:53.774743 [ 254 ] {3f028b5c-c324-4427-a9cf-85766aec46fa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001505 sec., 39867.109634551496 rows/sec., 2.69 MiB/sec. | ||
| 13237 | 2025.02.25 03:58:53.774791 [ 254 ] {3f028b5c-c324-4427-a9cf-85766aec46fa} <Debug> TCPHandler: Processed in 0.001695348 sec. | ||
| 13238 | 2025.02.25 03:58:54.545672 [ 219 ] {} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): 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] | ||
| 13239 | 2025.02.25 03:58:54.545716 [ 219 ] {} <Debug> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): 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] | ||
| 13240 | 2025.02.25 03:58:54.547434 [ 219 ] {} <Debug> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): 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] | ||
| 13241 | 2025.02.25 03:58:55.788587 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618 | ||
| 13242 | 2025.02.25 03:58:55.812492 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13243 | 2025.02.25 03:58:55.812564 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13244 | 2025.02.25 03:58:55.820065 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 13245 | 2025.02.25 03:58:55.820890 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13246 | 2025.02.25 03:58:55.825377 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618 | ||
| 13247 | 2025.02.25 03:58:58.297356 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1782 | ||
| 13248 | 2025.02.25 03:58:58.300334 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13249 | 2025.02.25 03:58:58.300387 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13250 | 2025.02.25 03:58:58.301963 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 13251 | 2025.02.25 03:58:58.302290 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13252 | 2025.02.25 03:58:58.302473 [ 109 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 13253 | 2025.02.25 03:58:58.302548 [ 109 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13254 | 2025.02.25 03:58:58.302590 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13255 | 2025.02.25 03:58:58.303362 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::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 | ||
| 13256 | 2025.02.25 03:58:58.304504 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1782 | ||
| 13257 | 2025.02.25 03:58:58.304990 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13258 | 2025.02.25 03:58:58.305202 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1646 rows starting from the beginning of the part | ||
| 13259 | 2025.02.25 03:58:58.305976 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 38 rows starting from the beginning of the part | ||
| 13260 | 2025.02.25 03:58:58.306668 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 20 rows starting from the beginning of the part | ||
| 13261 | 2025.02.25 03:58:58.307362 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 22 rows starting from the beginning of the part | ||
| 13262 | 2025.02.25 03:58:58.308105 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 36 rows starting from the beginning of the part | ||
| 13263 | 2025.02.25 03:58:58.308816 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 20 rows starting from the beginning of the part | ||
| 13264 | 2025.02.25 03:58:58.317846 [ 200 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1782 rows, containing 72 columns (72 merged, 0 gathered) in 0.015108557 sec., 117946.40613263067 rows/sec., 91.62 MiB/sec. | ||
| 13265 | 2025.02.25 03:58:58.319907 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 13266 | 2025.02.25 03:58:58.320761 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_61_12} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13267 | 2025.02.25 03:58:58.320856 [ 188 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_61_12} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 13268 | 2025.02.25 03:58:58.321239 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
| 13269 | 2025.02.25 03:58:58.769308 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13270 | 2025.02.25 03:58:58.769524 [ 4 ] {f2f24e11-97ba-4b79-88aa-690e76835142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13271 | 2025.02.25 03:58:58.769600 [ 4 ] {f2f24e11-97ba-4b79-88aa-690e76835142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13272 | 2025.02.25 03:58:58.770351 [ 4 ] {f2f24e11-97ba-4b79-88aa-690e76835142} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13273 | 2025.02.25 03:58:58.770396 [ 4 ] {f2f24e11-97ba-4b79-88aa-690e76835142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13274 | 2025.02.25 03:58:58.770825 [ 4 ] {f2f24e11-97ba-4b79-88aa-690e76835142} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 13275 | 2025.02.25 03:58:58.771078 [ 4 ] {f2f24e11-97ba-4b79-88aa-690e76835142} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13276 | 2025.02.25 03:58:58.771290 [ 4 ] {f2f24e11-97ba-4b79-88aa-690e76835142} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001818 sec., 6600.660066006601 rows/sec., 538.24 KiB/sec. | ||
| 13277 | 2025.02.25 03:58:58.771360 [ 4 ] {f2f24e11-97ba-4b79-88aa-690e76835142} <Debug> TCPHandler: Processed in 0.002241561 sec. | ||
| 13278 | 2025.02.25 03:58:58.771529 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13279 | 2025.02.25 03:58:58.771672 [ 254 ] {7740d2e6-5c13-4e1e-845c-0fb751817908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13280 | 2025.02.25 03:58:58.771729 [ 254 ] {7740d2e6-5c13-4e1e-845c-0fb751817908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13281 | 2025.02.25 03:58:58.772436 [ 254 ] {7740d2e6-5c13-4e1e-845c-0fb751817908} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13282 | 2025.02.25 03:58:58.772475 [ 254 ] {7740d2e6-5c13-4e1e-845c-0fb751817908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13283 | 2025.02.25 03:58:58.772864 [ 254 ] {7740d2e6-5c13-4e1e-845c-0fb751817908} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 13284 | 2025.02.25 03:58:58.773109 [ 254 ] {7740d2e6-5c13-4e1e-845c-0fb751817908} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13285 | 2025.02.25 03:58:58.773285 [ 254 ] {7740d2e6-5c13-4e1e-845c-0fb751817908} <Debug> executeQuery: Read 140 rows, 12.25 KiB in 0.001646 sec., 85054.67800729041 rows/sec., 7.27 MiB/sec. | ||
| 13286 | 2025.02.25 03:58:58.773345 [ 254 ] {7740d2e6-5c13-4e1e-845c-0fb751817908} <Debug> TCPHandler: Processed in 0.001881752 sec. | ||
| 13287 | 2025.02.25 03:58:58.773485 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13288 | 2025.02.25 03:58:58.773654 [ 4 ] {b7314167-00c0-40a6-8530-60490e52734e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13289 | 2025.02.25 03:58:58.773725 [ 4 ] {b7314167-00c0-40a6-8530-60490e52734e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13290 | 2025.02.25 03:58:58.774296 [ 4 ] {b7314167-00c0-40a6-8530-60490e52734e} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13291 | 2025.02.25 03:58:58.774333 [ 4 ] {b7314167-00c0-40a6-8530-60490e52734e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13292 | 2025.02.25 03:58:58.774692 [ 4 ] {b7314167-00c0-40a6-8530-60490e52734e} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 13293 | 2025.02.25 03:58:58.774936 [ 4 ] {b7314167-00c0-40a6-8530-60490e52734e} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13294 | 2025.02.25 03:58:58.775119 [ 4 ] {b7314167-00c0-40a6-8530-60490e52734e} <Debug> executeQuery: Read 51 rows, 3.77 KiB in 0.001506 sec., 33864.541832669325 rows/sec., 2.44 MiB/sec. | ||
| 13295 | 2025.02.25 03:58:58.775215 [ 4 ] {b7314167-00c0-40a6-8530-60490e52734e} <Debug> TCPHandler: Processed in 0.00179023 sec. | ||
| 13296 | 2025.02.25 03:58:58.775406 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13297 | 2025.02.25 03:58:58.775587 [ 254 ] {ecb63ec9-4dbd-4a31-86a7-4181024fa187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13298 | 2025.02.25 03:58:58.775643 [ 254 ] {ecb63ec9-4dbd-4a31-86a7-4181024fa187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13299 | 2025.02.25 03:58:58.776359 [ 254 ] {ecb63ec9-4dbd-4a31-86a7-4181024fa187} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13300 | 2025.02.25 03:58:58.776397 [ 254 ] {ecb63ec9-4dbd-4a31-86a7-4181024fa187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13301 | 2025.02.25 03:58:58.776755 [ 254 ] {ecb63ec9-4dbd-4a31-86a7-4181024fa187} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 13302 | 2025.02.25 03:58:58.777012 [ 254 ] {ecb63ec9-4dbd-4a31-86a7-4181024fa187} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13303 | 2025.02.25 03:58:58.777183 [ 254 ] {ecb63ec9-4dbd-4a31-86a7-4181024fa187} <Debug> executeQuery: Read 115 rows, 9.22 KiB in 0.001628 sec., 70638.82063882063 rows/sec., 5.53 MiB/sec. | ||
| 13304 | 2025.02.25 03:58:58.777234 [ 254 ] {ecb63ec9-4dbd-4a31-86a7-4181024fa187} <Debug> TCPHandler: Processed in 0.001942364 sec. | ||
| 13305 | 2025.02.25 03:58:58.777414 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13306 | 2025.02.25 03:58:58.777543 [ 4 ] {442254bd-2dcc-45dc-b638-eeebf4a4c231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13307 | 2025.02.25 03:58:58.777602 [ 4 ] {442254bd-2dcc-45dc-b638-eeebf4a4c231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13308 | 2025.02.25 03:58:58.778216 [ 4 ] {442254bd-2dcc-45dc-b638-eeebf4a4c231} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13309 | 2025.02.25 03:58:58.778261 [ 4 ] {442254bd-2dcc-45dc-b638-eeebf4a4c231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13310 | 2025.02.25 03:58:58.778673 [ 4 ] {442254bd-2dcc-45dc-b638-eeebf4a4c231} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 13311 | 2025.02.25 03:58:58.778938 [ 4 ] {442254bd-2dcc-45dc-b638-eeebf4a4c231} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13312 | 2025.02.25 03:58:58.779114 [ 4 ] {442254bd-2dcc-45dc-b638-eeebf4a4c231} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.001599 sec., 103814.88430268918 rows/sec., 7.23 MiB/sec. | ||
| 13313 | 2025.02.25 03:58:58.779166 [ 4 ] {442254bd-2dcc-45dc-b638-eeebf4a4c231} <Debug> TCPHandler: Processed in 0.001816701 sec. | ||
| 13314 | 2025.02.25 03:58:58.779307 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13315 | 2025.02.25 03:58:58.779430 [ 254 ] {aeb73fe4-77ae-4888-9ff6-b13ca40b6dc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13316 | 2025.02.25 03:58:58.779507 [ 254 ] {aeb73fe4-77ae-4888-9ff6-b13ca40b6dc1} <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 | ||
| 13317 | 2025.02.25 03:58:58.780830 [ 254 ] {aeb73fe4-77ae-4888-9ff6-b13ca40b6dc1} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13318 | 2025.02.25 03:58:58.780866 [ 254 ] {aeb73fe4-77ae-4888-9ff6-b13ca40b6dc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13319 | 2025.02.25 03:58:58.781548 [ 254 ] {aeb73fe4-77ae-4888-9ff6-b13ca40b6dc1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 13320 | 2025.02.25 03:58:58.781803 [ 254 ] {aeb73fe4-77ae-4888-9ff6-b13ca40b6dc1} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13321 | 2025.02.25 03:58:58.782003 [ 254 ] {aeb73fe4-77ae-4888-9ff6-b13ca40b6dc1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002602 sec., 14988.470407378938 rows/sec., 26.86 MiB/sec. | ||
| 13322 | 2025.02.25 03:58:58.782108 [ 254 ] {aeb73fe4-77ae-4888-9ff6-b13ca40b6dc1} <Debug> TCPHandler: Processed in 0.002853334 sec. | ||
| 13323 | 2025.02.25 03:58:58.782274 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13324 | 2025.02.25 03:58:58.782403 [ 4 ] {e79847ca-6246-4498-b625-7fde00936300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13325 | 2025.02.25 03:58:58.782459 [ 4 ] {e79847ca-6246-4498-b625-7fde00936300} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13326 | 2025.02.25 03:58:58.782975 [ 4 ] {e79847ca-6246-4498-b625-7fde00936300} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13327 | 2025.02.25 03:58:58.783020 [ 4 ] {e79847ca-6246-4498-b625-7fde00936300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13328 | 2025.02.25 03:58:58.783440 [ 4 ] {e79847ca-6246-4498-b625-7fde00936300} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 13329 | 2025.02.25 03:58:58.783676 [ 4 ] {e79847ca-6246-4498-b625-7fde00936300} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13330 | 2025.02.25 03:58:58.783850 [ 4 ] {e79847ca-6246-4498-b625-7fde00936300} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001476 sec., 40650.40650406504 rows/sec., 2.74 MiB/sec. | ||
| 13331 | 2025.02.25 03:58:58.783898 [ 4 ] {e79847ca-6246-4498-b625-7fde00936300} <Debug> TCPHandler: Processed in 0.001687738 sec. | ||
| 13332 | 2025.02.25 03:59:00.561705 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38064 | ||
| 13333 | 2025.02.25 03:59:00.562350 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13334 | 2025.02.25 03:59:00.562399 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13335 | 2025.02.25 03:59:00.562936 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 13336 | 2025.02.25 03:59:00.563204 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13337 | 2025.02.25 03:59:00.563462 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 | ||
| 13338 | 2025.02.25 03:59:03.326430 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626 | ||
| 13339 | 2025.02.25 03:59:03.349676 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13340 | 2025.02.25 03:59:03.349742 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13341 | 2025.02.25 03:59:03.357205 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 13342 | 2025.02.25 03:59:03.358006 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13343 | 2025.02.25 03:59:03.361109 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 13344 | 2025.02.25 03:59:03.766707 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13345 | 2025.02.25 03:59:03.767010 [ 4 ] {e9d62ea2-af49-41dc-8ea0-6f9dde43a133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13346 | 2025.02.25 03:59:03.767126 [ 4 ] {e9d62ea2-af49-41dc-8ea0-6f9dde43a133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13347 | 2025.02.25 03:59:03.768088 [ 4 ] {e9d62ea2-af49-41dc-8ea0-6f9dde43a133} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13348 | 2025.02.25 03:59:03.768131 [ 4 ] {e9d62ea2-af49-41dc-8ea0-6f9dde43a133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13349 | 2025.02.25 03:59:03.768583 [ 4 ] {e9d62ea2-af49-41dc-8ea0-6f9dde43a133} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 13350 | 2025.02.25 03:59:03.768850 [ 4 ] {e9d62ea2-af49-41dc-8ea0-6f9dde43a133} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13351 | 2025.02.25 03:59:03.769010 [ 104 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 13352 | 2025.02.25 03:59:03.769055 [ 104 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13353 | 2025.02.25 03:59:03.769059 [ 4 ] {e9d62ea2-af49-41dc-8ea0-6f9dde43a133} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002131 sec., 26278.742374472076 rows/sec., 2.01 MiB/sec. | ||
| 13354 | 2025.02.25 03:59:03.769080 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13355 | 2025.02.25 03:59:03.769172 [ 4 ] {e9d62ea2-af49-41dc-8ea0-6f9dde43a133} <Debug> TCPHandler: Processed in 0.002651159 sec. | ||
| 13356 | 2025.02.25 03:59:03.769392 [ 187 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 13357 | 2025.02.25 03:59:03.769414 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13358 | 2025.02.25 03:59:03.769701 [ 187 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13359 | 2025.02.25 03:59:03.769710 [ 254 ] {4dd20221-ddb6-471a-92f6-e1cc1721d97b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13360 | 2025.02.25 03:59:03.769763 [ 187 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1966 rows starting from the beginning of the part | ||
| 13361 | 2025.02.25 03:59:03.769823 [ 254 ] {4dd20221-ddb6-471a-92f6-e1cc1721d97b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13362 | 2025.02.25 03:59:03.770153 [ 187 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 56 rows starting from the beginning of the part | ||
| 13363 | 2025.02.25 03:59:03.770518 [ 187 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 134 rows starting from the beginning of the part | ||
| 13364 | 2025.02.25 03:59:03.770879 [ 187 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 13365 | 2025.02.25 03:59:03.771271 [ 187 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 140 rows starting from the beginning of the part | ||
| 13366 | 2025.02.25 03:59:03.771634 [ 187 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 13367 | 2025.02.25 03:59:03.772655 [ 254 ] {4dd20221-ddb6-471a-92f6-e1cc1721d97b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13368 | 2025.02.25 03:59:03.772730 [ 254 ] {4dd20221-ddb6-471a-92f6-e1cc1721d97b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13369 | 2025.02.25 03:59:03.773576 [ 254 ] {4dd20221-ddb6-471a-92f6-e1cc1721d97b} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 13370 | 2025.02.25 03:59:03.774071 [ 254 ] {4dd20221-ddb6-471a-92f6-e1cc1721d97b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13371 | 2025.02.25 03:59:03.774267 [ 104 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 13372 | 2025.02.25 03:59:03.774346 [ 104 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13373 | 2025.02.25 03:59:03.774409 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13374 | 2025.02.25 03:59:03.774477 [ 254 ] {4dd20221-ddb6-471a-92f6-e1cc1721d97b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004829 sec., 13253.261544833298 rows/sec., 1.03 MiB/sec. | ||
| 13375 | 2025.02.25 03:59:03.774874 [ 254 ] {4dd20221-ddb6-471a-92f6-e1cc1721d97b} <Debug> TCPHandler: Processed in 0.005582754 sec. | ||
| 13376 | 2025.02.25 03:59:03.774955 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 13377 | 2025.02.25 03:59:03.775208 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13378 | 2025.02.25 03:59:03.775433 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.00624131 sec., 385816.43917703175 rows/sec., 33.13 MiB/sec. | ||
| 13379 | 2025.02.25 03:59:03.775451 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13380 | 2025.02.25 03:59:03.775501 [ 4 ] {066cca72-bbc6-47f6-8c95-067a73e701ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13381 | 2025.02.25 03:59:03.775513 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 951 rows starting from the beginning of the part | ||
| 13382 | 2025.02.25 03:59:03.775563 [ 4 ] {066cca72-bbc6-47f6-8c95-067a73e701ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13383 | 2025.02.25 03:59:03.775668 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 64 rows starting from the beginning of the part | ||
| 13384 | 2025.02.25 03:59:03.775801 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 13385 | 2025.02.25 03:59:03.776005 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 103 rows starting from the beginning of the part | ||
| 13386 | 2025.02.25 03:59:03.776335 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 13387 | 2025.02.25 03:59:03.776604 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 115 rows starting from the beginning of the part | ||
| 13388 | 2025.02.25 03:59:03.776872 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_141_28} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13389 | 2025.02.25 03:59:03.777131 [ 188 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 13390 | 2025.02.25 03:59:03.777367 [ 200 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_141_28} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 13391 | 2025.02.25 03:59:03.777767 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 13392 | 2025.02.25 03:59:03.778481 [ 4 ] {066cca72-bbc6-47f6-8c95-067a73e701ed} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13393 | 2025.02.25 03:59:03.778525 [ 4 ] {066cca72-bbc6-47f6-8c95-067a73e701ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13394 | 2025.02.25 03:59:03.779109 [ 4 ] {066cca72-bbc6-47f6-8c95-067a73e701ed} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 13395 | 2025.02.25 03:59:03.779343 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1361 rows, containing 5 columns (5 merged, 0 gathered) in 0.004815598 sec., 282623.25883514364 rows/sec., 22.20 MiB/sec. | ||
| 13396 | 2025.02.25 03:59:03.779484 [ 4 ] {066cca72-bbc6-47f6-8c95-067a73e701ed} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13397 | 2025.02.25 03:59:03.779679 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 13398 | 2025.02.25 03:59:03.779739 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 2 parts from all_1_136_30 to all_137_137_0 | ||
| 13399 | 2025.02.25 03:59:03.779829 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13400 | 2025.02.25 03:59:03.779907 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13401 | 2025.02.25 03:59:03.780041 [ 4 ] {066cca72-bbc6-47f6-8c95-067a73e701ed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004563 sec., 35064.650449265835 rows/sec., 2.44 MiB/sec. | ||
| 13402 | 2025.02.25 03:59:03.780106 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_137_31} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_136_30 to all_137_137_0 into Compact with storage Full | ||
| 13403 | 2025.02.25 03:59:03.780248 [ 4 ] {066cca72-bbc6-47f6-8c95-067a73e701ed} <Debug> TCPHandler: Processed in 0.005231577 sec. | ||
| 13404 | 2025.02.25 03:59:03.780499 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13405 | 2025.02.25 03:59:03.780508 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_137_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13406 | 2025.02.25 03:59:03.780579 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_137_31} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_136_30, total 37665 rows starting from the beginning of the part | ||
| 13407 | 2025.02.25 03:59:03.780701 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_141_28} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13408 | 2025.02.25 03:59:03.780882 [ 254 ] {17b703b5-6c69-48e5-b6ea-e8390b868655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13409 | 2025.02.25 03:59:03.781049 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_137_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 66 rows starting from the beginning of the part | ||
| 13410 | 2025.02.25 03:59:03.781151 [ 254 ] {17b703b5-6c69-48e5-b6ea-e8390b868655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13411 | 2025.02.25 03:59:03.781227 [ 197 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_141_28} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 13412 | 2025.02.25 03:59:03.781726 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 13413 | 2025.02.25 03:59:03.782410 [ 254 ] {17b703b5-6c69-48e5-b6ea-e8390b868655} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13414 | 2025.02.25 03:59:03.782451 [ 254 ] {17b703b5-6c69-48e5-b6ea-e8390b868655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13415 | 2025.02.25 03:59:03.782863 [ 254 ] {17b703b5-6c69-48e5-b6ea-e8390b868655} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 13416 | 2025.02.25 03:59:03.783142 [ 254 ] {17b703b5-6c69-48e5-b6ea-e8390b868655} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13417 | 2025.02.25 03:59:03.783322 [ 104 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 13418 | 2025.02.25 03:59:03.783368 [ 254 ] {17b703b5-6c69-48e5-b6ea-e8390b868655} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002686 sec., 22338.049143708115 rows/sec., 1.51 MiB/sec. | ||
| 13419 | 2025.02.25 03:59:03.783373 [ 104 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13420 | 2025.02.25 03:59:03.783424 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13421 | 2025.02.25 03:59:03.783443 [ 254 ] {17b703b5-6c69-48e5-b6ea-e8390b868655} <Debug> TCPHandler: Processed in 0.003075259 sec. | ||
| 13422 | 2025.02.25 03:59:03.783636 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 13423 | 2025.02.25 03:59:03.783768 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13424 | 2025.02.25 03:59:03.783890 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 7028 rows starting from the beginning of the part | ||
| 13425 | 2025.02.25 03:59:03.784044 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 26 rows starting from the beginning of the part | ||
| 13426 | 2025.02.25 03:59:03.784194 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 13427 | 2025.02.25 03:59:03.784303 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 13428 | 2025.02.25 03:59:03.784408 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 13429 | 2025.02.25 03:59:03.784778 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 13430 | 2025.02.25 03:59:03.787578 [ 202 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7294 rows, containing 4 columns (4 merged, 0 gathered) in 0.00403213 sec., 1808969.4528698232 rows/sec., 121.57 MiB/sec. | ||
| 13431 | 2025.02.25 03:59:03.788588 [ 202 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 13432 | 2025.02.25 03:59:03.789034 [ 202 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_141_28} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13433 | 2025.02.25 03:59:03.789163 [ 202 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_141_28} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 13434 | 2025.02.25 03:59:03.789278 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
| 13435 | 2025.02.25 03:59:03.791011 [ 202 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_137_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37731 rows, containing 5 columns (5 merged, 0 gathered) in 0.010959775 sec., 3442680.1645106766 rows/sec., 235.70 MiB/sec. | ||
| 13436 | 2025.02.25 03:59:03.791479 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_137_31} <Trace> MergedBlockOutputStream: filled checksums all_1_137_31 (state Temporary) | ||
| 13437 | 2025.02.25 03:59:03.791801 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_137_31} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_137_31 to all_1_137_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13438 | 2025.02.25 03:59:03.791891 [ 198 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_137_31} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 2 parts: [all_1_136_30, all_137_137_0] -> all_1_137_31 | ||
| 13439 | 2025.02.25 03:59:03.791977 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 13440 | 2025.02.25 03:59:07.786408 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13441 | 2025.02.25 03:59:07.786459 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13442 | 2025.02.25 03:59:08.029826 [ 221 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): 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] | ||
| 13443 | 2025.02.25 03:59:08.029894 [ 221 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): 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] | ||
| 13444 | 2025.02.25 03:59:08.031798 [ 221 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): 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] | ||
| 13445 | 2025.02.25 03:59:08.064557 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38552 | ||
| 13446 | 2025.02.25 03:59:08.065273 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13447 | 2025.02.25 03:59:08.065326 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13448 | 2025.02.25 03:59:08.065875 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13449 | 2025.02.25 03:59:08.066152 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13450 | 2025.02.25 03:59:08.066416 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38552 | ||
| 13451 | 2025.02.25 03:59:08.305630 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1804 | ||
| 13452 | 2025.02.25 03:59:08.308556 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13453 | 2025.02.25 03:59:08.308604 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13454 | 2025.02.25 03:59:08.310124 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 13455 | 2025.02.25 03:59:08.310441 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13456 | 2025.02.25 03:59:08.310930 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1804 | ||
| 13457 | 2025.02.25 03:59:08.773949 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13458 | 2025.02.25 03:59:08.774137 [ 4 ] {2d1ad9ec-ada7-45c4-938f-f27c11cd8d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13459 | 2025.02.25 03:59:08.774210 [ 4 ] {2d1ad9ec-ada7-45c4-938f-f27c11cd8d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13460 | 2025.02.25 03:59:08.775080 [ 4 ] {2d1ad9ec-ada7-45c4-938f-f27c11cd8d37} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13461 | 2025.02.25 03:59:08.775129 [ 4 ] {2d1ad9ec-ada7-45c4-938f-f27c11cd8d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13462 | 2025.02.25 03:59:08.775613 [ 4 ] {2d1ad9ec-ada7-45c4-938f-f27c11cd8d37} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 13463 | 2025.02.25 03:59:08.775884 [ 4 ] {2d1ad9ec-ada7-45c4-938f-f27c11cd8d37} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13464 | 2025.02.25 03:59:08.776128 [ 4 ] {2d1ad9ec-ada7-45c4-938f-f27c11cd8d37} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002042 sec., 103819.78452497552 rows/sec., 6.60 MiB/sec. | ||
| 13465 | 2025.02.25 03:59:08.776344 [ 4 ] {2d1ad9ec-ada7-45c4-938f-f27c11cd8d37} <Debug> TCPHandler: Processed in 0.002523386 sec. | ||
| 13466 | 2025.02.25 03:59:08.776544 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13467 | 2025.02.25 03:59:08.776671 [ 254 ] {020be787-0928-4dad-a05e-719f9855f307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13468 | 2025.02.25 03:59:08.776723 [ 254 ] {020be787-0928-4dad-a05e-719f9855f307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13469 | 2025.02.25 03:59:08.777652 [ 254 ] {020be787-0928-4dad-a05e-719f9855f307} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13470 | 2025.02.25 03:59:08.777691 [ 254 ] {020be787-0928-4dad-a05e-719f9855f307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13471 | 2025.02.25 03:59:08.778126 [ 254 ] {020be787-0928-4dad-a05e-719f9855f307} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 13472 | 2025.02.25 03:59:08.778388 [ 254 ] {020be787-0928-4dad-a05e-719f9855f307} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13473 | 2025.02.25 03:59:08.778571 [ 254 ] {020be787-0928-4dad-a05e-719f9855f307} <Debug> executeQuery: Read 695 rows, 56.78 KiB in 0.001932 sec., 359730.8488612837 rows/sec., 28.70 MiB/sec. | ||
| 13474 | 2025.02.25 03:59:08.778628 [ 254 ] {020be787-0928-4dad-a05e-719f9855f307} <Debug> TCPHandler: Processed in 0.002149077 sec. | ||
| 13475 | 2025.02.25 03:59:08.778779 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13476 | 2025.02.25 03:59:08.778894 [ 4 ] {46bce64b-3ac0-4468-b70d-90fec22cd282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13477 | 2025.02.25 03:59:08.778954 [ 4 ] {46bce64b-3ac0-4468-b70d-90fec22cd282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13478 | 2025.02.25 03:59:08.779584 [ 4 ] {46bce64b-3ac0-4468-b70d-90fec22cd282} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13479 | 2025.02.25 03:59:08.779621 [ 4 ] {46bce64b-3ac0-4468-b70d-90fec22cd282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13480 | 2025.02.25 03:59:08.779980 [ 4 ] {46bce64b-3ac0-4468-b70d-90fec22cd282} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 13481 | 2025.02.25 03:59:08.780273 [ 4 ] {46bce64b-3ac0-4468-b70d-90fec22cd282} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13482 | 2025.02.25 03:59:08.780457 [ 4 ] {46bce64b-3ac0-4468-b70d-90fec22cd282} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001587 sec., 91367.35979836168 rows/sec., 5.73 MiB/sec. | ||
| 13483 | 2025.02.25 03:59:08.780511 [ 4 ] {46bce64b-3ac0-4468-b70d-90fec22cd282} <Debug> TCPHandler: Processed in 0.00178579 sec. | ||
| 13484 | 2025.02.25 03:59:08.780661 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13485 | 2025.02.25 03:59:08.780773 [ 254 ] {4f1c1ba4-9a03-4338-aed5-5db211a3c8d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13486 | 2025.02.25 03:59:08.780818 [ 254 ] {4f1c1ba4-9a03-4338-aed5-5db211a3c8d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13487 | 2025.02.25 03:59:08.781383 [ 254 ] {4f1c1ba4-9a03-4338-aed5-5db211a3c8d6} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13488 | 2025.02.25 03:59:08.781420 [ 254 ] {4f1c1ba4-9a03-4338-aed5-5db211a3c8d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13489 | 2025.02.25 03:59:08.781791 [ 254 ] {4f1c1ba4-9a03-4338-aed5-5db211a3c8d6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 13490 | 2025.02.25 03:59:08.782028 [ 254 ] {4f1c1ba4-9a03-4338-aed5-5db211a3c8d6} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13491 | 2025.02.25 03:59:08.782201 [ 254 ] {4f1c1ba4-9a03-4338-aed5-5db211a3c8d6} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001452 sec., 77823.6914600551 rows/sec., 5.04 MiB/sec. | ||
| 13492 | 2025.02.25 03:59:08.782256 [ 254 ] {4f1c1ba4-9a03-4338-aed5-5db211a3c8d6} <Debug> TCPHandler: Processed in 0.001648817 sec. | ||
| 13493 | 2025.02.25 03:59:08.782405 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13494 | 2025.02.25 03:59:08.782517 [ 4 ] {b4fef7f2-e9be-4a8a-bfb6-878517278596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13495 | 2025.02.25 03:59:08.782562 [ 4 ] {b4fef7f2-e9be-4a8a-bfb6-878517278596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13496 | 2025.02.25 03:59:08.783136 [ 4 ] {b4fef7f2-e9be-4a8a-bfb6-878517278596} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13497 | 2025.02.25 03:59:08.783175 [ 4 ] {b4fef7f2-e9be-4a8a-bfb6-878517278596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13498 | 2025.02.25 03:59:08.783551 [ 4 ] {b4fef7f2-e9be-4a8a-bfb6-878517278596} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 13499 | 2025.02.25 03:59:08.783876 [ 4 ] {b4fef7f2-e9be-4a8a-bfb6-878517278596} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13500 | 2025.02.25 03:59:08.784116 [ 4 ] {b4fef7f2-e9be-4a8a-bfb6-878517278596} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001613 sec., 69435.833849969 rows/sec., 3.96 MiB/sec. | ||
| 13501 | 2025.02.25 03:59:08.784303 [ 4 ] {b4fef7f2-e9be-4a8a-bfb6-878517278596} <Debug> TCPHandler: Processed in 0.001948143 sec. | ||
| 13502 | 2025.02.25 03:59:08.784485 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13503 | 2025.02.25 03:59:08.784597 [ 254 ] {c6e24c56-7c4b-41b2-a8db-a61a0d31759a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13504 | 2025.02.25 03:59:08.784642 [ 254 ] {c6e24c56-7c4b-41b2-a8db-a61a0d31759a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13505 | 2025.02.25 03:59:08.785396 [ 254 ] {c6e24c56-7c4b-41b2-a8db-a61a0d31759a} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13506 | 2025.02.25 03:59:08.785437 [ 254 ] {c6e24c56-7c4b-41b2-a8db-a61a0d31759a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13507 | 2025.02.25 03:59:08.785916 [ 254 ] {c6e24c56-7c4b-41b2-a8db-a61a0d31759a} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 13508 | 2025.02.25 03:59:08.786241 [ 254 ] {c6e24c56-7c4b-41b2-a8db-a61a0d31759a} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13509 | 2025.02.25 03:59:08.786421 [ 254 ] {c6e24c56-7c4b-41b2-a8db-a61a0d31759a} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001848 sec., 227813.8528138528 rows/sec., 16.23 MiB/sec. | ||
| 13510 | 2025.02.25 03:59:08.786477 [ 254 ] {c6e24c56-7c4b-41b2-a8db-a61a0d31759a} <Debug> TCPHandler: Processed in 0.002071046 sec. | ||
| 13511 | 2025.02.25 03:59:08.786618 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13512 | 2025.02.25 03:59:08.786723 [ 4 ] {413146e6-eb6f-442a-b21f-16d7b46eb343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13513 | 2025.02.25 03:59:08.786770 [ 4 ] {413146e6-eb6f-442a-b21f-16d7b46eb343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13514 | 2025.02.25 03:59:08.787288 [ 4 ] {413146e6-eb6f-442a-b21f-16d7b46eb343} <Trace> oximeter.measurements_bool (862ccf2f-f011-4614-b070-7f8c6a16912a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13515 | 2025.02.25 03:59:08.787332 [ 4 ] {413146e6-eb6f-442a-b21f-16d7b46eb343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13516 | 2025.02.25 03:59:08.787888 [ 4 ] {413146e6-eb6f-442a-b21f-16d7b46eb343} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 13517 | 2025.02.25 03:59:08.788261 [ 4 ] {413146e6-eb6f-442a-b21f-16d7b46eb343} <Trace> oximeter.measurements_bool (862ccf2f-f011-4614-b070-7f8c6a16912a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13518 | 2025.02.25 03:59:08.788509 [ 4 ] {413146e6-eb6f-442a-b21f-16d7b46eb343} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001785 sec., 3361.3445378151264 rows/sec., 175.62 KiB/sec. | ||
| 13519 | 2025.02.25 03:59:08.788638 [ 4 ] {413146e6-eb6f-442a-b21f-16d7b46eb343} <Debug> TCPHandler: Processed in 0.002074966 sec. | ||
| 13520 | 2025.02.25 03:59:08.788792 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13521 | 2025.02.25 03:59:08.788899 [ 254 ] {df68712c-8473-4f2c-8513-e190e25da3d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13522 | 2025.02.25 03:59:08.788948 [ 254 ] {df68712c-8473-4f2c-8513-e190e25da3d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13523 | 2025.02.25 03:59:08.789494 [ 254 ] {df68712c-8473-4f2c-8513-e190e25da3d6} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13524 | 2025.02.25 03:59:08.789533 [ 254 ] {df68712c-8473-4f2c-8513-e190e25da3d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13525 | 2025.02.25 03:59:08.789975 [ 254 ] {df68712c-8473-4f2c-8513-e190e25da3d6} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 13526 | 2025.02.25 03:59:08.790232 [ 254 ] {df68712c-8473-4f2c-8513-e190e25da3d6} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13527 | 2025.02.25 03:59:08.790381 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_137_31 to all_142_142_0 | ||
| 13528 | 2025.02.25 03:59:08.790414 [ 254 ] {df68712c-8473-4f2c-8513-e190e25da3d6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001536 sec., 154296.875 rows/sec., 10.34 MiB/sec. | ||
| 13529 | 2025.02.25 03:59:08.790420 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13530 | 2025.02.25 03:59:08.790464 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13531 | 2025.02.25 03:59:08.790484 [ 254 ] {df68712c-8473-4f2c-8513-e190e25da3d6} <Debug> TCPHandler: Processed in 0.00175421 sec. | ||
| 13532 | 2025.02.25 03:59:08.790683 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13533 | 2025.02.25 03:59:08.790690 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_142_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_137_31 to all_142_142_0 into Compact with storage Full | ||
| 13534 | 2025.02.25 03:59:08.790864 [ 4 ] {64868f97-bb9c-461d-8b5d-33ada0a80644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13535 | 2025.02.25 03:59:08.790987 [ 4 ] {64868f97-bb9c-461d-8b5d-33ada0a80644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13536 | 2025.02.25 03:59:08.790990 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_142_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13537 | 2025.02.25 03:59:08.791102 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_142_32} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_137_31, total 37731 rows starting from the beginning of the part | ||
| 13538 | 2025.02.25 03:59:08.791433 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_142_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part | ||
| 13539 | 2025.02.25 03:59:08.791839 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_142_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part | ||
| 13540 | 2025.02.25 03:59:08.792042 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_142_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 166 rows starting from the beginning of the part | ||
| 13541 | 2025.02.25 03:59:08.792447 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_142_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part | ||
| 13542 | 2025.02.25 03:59:08.792665 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_142_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 237 rows starting from the beginning of the part | ||
| 13543 | 2025.02.25 03:59:08.793256 [ 4 ] {64868f97-bb9c-461d-8b5d-33ada0a80644} <Trace> oximeter.measurements_f64 (9aae37f1-d719-43a0-8da9-accfcd606c35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13544 | 2025.02.25 03:59:08.793337 [ 4 ] {64868f97-bb9c-461d-8b5d-33ada0a80644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13545 | 2025.02.25 03:59:08.794092 [ 4 ] {64868f97-bb9c-461d-8b5d-33ada0a80644} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 13546 | 2025.02.25 03:59:08.794478 [ 4 ] {64868f97-bb9c-461d-8b5d-33ada0a80644} <Trace> oximeter.measurements_f64 (9aae37f1-d719-43a0-8da9-accfcd606c35): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13547 | 2025.02.25 03:59:08.794805 [ 4 ] {64868f97-bb9c-461d-8b5d-33ada0a80644} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003986 sec., 250.87807325639739 rows/sec., 16.90 KiB/sec. | ||
| 13548 | 2025.02.25 03:59:08.794995 [ 4 ] {64868f97-bb9c-461d-8b5d-33ada0a80644} <Debug> TCPHandler: Processed in 0.004396848 sec. | ||
| 13549 | 2025.02.25 03:59:08.795208 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13550 | 2025.02.25 03:59:08.795440 [ 254 ] {dc3b3663-b209-45e3-8496-473563674fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13551 | 2025.02.25 03:59:08.795659 [ 254 ] {dc3b3663-b209-45e3-8496-473563674fc3} <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 | ||
| 13552 | 2025.02.25 03:59:08.797820 [ 254 ] {dc3b3663-b209-45e3-8496-473563674fc3} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13553 | 2025.02.25 03:59:08.797857 [ 254 ] {dc3b3663-b209-45e3-8496-473563674fc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13554 | 2025.02.25 03:59:08.798738 [ 254 ] {dc3b3663-b209-45e3-8496-473563674fc3} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 13555 | 2025.02.25 03:59:08.799133 [ 254 ] {dc3b3663-b209-45e3-8496-473563674fc3} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13556 | 2025.02.25 03:59:08.799331 [ 100 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 13557 | 2025.02.25 03:59:08.799420 [ 100 ] {} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13558 | 2025.02.25 03:59:08.799503 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13559 | 2025.02.25 03:59:08.799622 [ 254 ] {dc3b3663-b209-45e3-8496-473563674fc3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004225 sec., 9230.769230769232 rows/sec., 16.54 MiB/sec. | ||
| 13560 | 2025.02.25 03:59:08.799894 [ 198 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::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 | ||
| 13561 | 2025.02.25 03:59:08.800080 [ 254 ] {dc3b3663-b209-45e3-8496-473563674fc3} <Debug> TCPHandler: Processed in 0.004977041 sec. | ||
| 13562 | 2025.02.25 03:59:08.800362 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13563 | 2025.02.25 03:59:08.800830 [ 4 ] {e2d3e583-eda0-4d59-a314-10c189cb62a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13564 | 2025.02.25 03:59:08.800999 [ 4 ] {e2d3e583-eda0-4d59-a314-10c189cb62a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13565 | 2025.02.25 03:59:08.801360 [ 198 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13566 | 2025.02.25 03:59:08.801669 [ 198 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2076 rows starting from the beginning of the part | ||
| 13567 | 2025.02.25 03:59:08.802831 [ 198 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 39 rows starting from the beginning of the part | ||
| 13568 | 2025.02.25 03:59:08.803814 [ 4 ] {e2d3e583-eda0-4d59-a314-10c189cb62a8} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13569 | 2025.02.25 03:59:08.803949 [ 4 ] {e2d3e583-eda0-4d59-a314-10c189cb62a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13570 | 2025.02.25 03:59:08.804304 [ 198 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 39 rows starting from the beginning of the part | ||
| 13571 | 2025.02.25 03:59:08.804332 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_142_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38614 rows, containing 5 columns (5 merged, 0 gathered) in 0.013765028 sec., 2805224.951231483 rows/sec., 192.08 MiB/sec. | ||
| 13572 | 2025.02.25 03:59:08.805082 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_142_32} <Trace> MergedBlockOutputStream: filled checksums all_1_142_32 (state Temporary) | ||
| 13573 | 2025.02.25 03:59:08.805408 [ 198 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 39 rows starting from the beginning of the part | ||
| 13574 | 2025.02.25 03:59:08.805823 [ 4 ] {e2d3e583-eda0-4d59-a314-10c189cb62a8} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 13575 | 2025.02.25 03:59:08.806298 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_142_32} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_142_32 to all_1_142_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13576 | 2025.02.25 03:59:08.806484 [ 198 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 39 rows starting from the beginning of the part | ||
| 13577 | 2025.02.25 03:59:08.806709 [ 191 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_142_32} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_137_31, all_142_142_0] -> all_1_142_32 | ||
| 13578 | 2025.02.25 03:59:08.806793 [ 4 ] {e2d3e583-eda0-4d59-a314-10c189cb62a8} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13579 | 2025.02.25 03:59:08.807282 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 13580 | 2025.02.25 03:59:08.807591 [ 198 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 39 rows starting from the beginning of the part | ||
| 13581 | 2025.02.25 03:59:08.807669 [ 4 ] {e2d3e583-eda0-4d59-a314-10c189cb62a8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007099 sec., 11550.922665164107 rows/sec., 751.23 KiB/sec. | ||
| 13582 | 2025.02.25 03:59:08.807971 [ 4 ] {e2d3e583-eda0-4d59-a314-10c189cb62a8} <Debug> TCPHandler: Processed in 0.007732613 sec. | ||
| 13583 | 2025.02.25 03:59:08.816897 [ 199 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2271 rows, containing 19 columns (19 merged, 0 gathered) in 0.017246365 sec., 131679.92211692146 rows/sec., 235.96 MiB/sec. | ||
| 13584 | 2025.02.25 03:59:08.818921 [ 189 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 13585 | 2025.02.25 03:59:08.819356 [ 189 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13586 | 2025.02.25 03:59:08.819443 [ 189 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 13587 | 2025.02.25 03:59:08.819613 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.57 MiB. | ||
| 13588 | 2025.02.25 03:59:10.862142 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634 | ||
| 13589 | 2025.02.25 03:59:10.885371 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13590 | 2025.02.25 03:59:10.885436 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13591 | 2025.02.25 03:59:10.892975 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13592 | 2025.02.25 03:59:10.893797 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13593 | 2025.02.25 03:59:10.898211 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634 | ||
| 13594 | 2025.02.25 03:59:11.306970 [ 220 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 13595 | 2025.02.25 03:59:11.307031 [ 220 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 13596 | 2025.02.25 03:59:11.309257 [ 220 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 13597 | 2025.02.25 03:59:11.653997 [ 222 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 13598 | 2025.02.25 03:59:11.654053 [ 222 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 13599 | 2025.02.25 03:59:11.656342 [ 222 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 13600 | 2025.02.25 03:59:12.170422 [ 220 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 13601 | 2025.02.25 03:59:12.170483 [ 220 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 13602 | 2025.02.25 03:59:12.172533 [ 220 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 13603 | 2025.02.25 03:59:12.680046 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13604 | 2025.02.25 03:59:12.680239 [ 4 ] {9ff39a64-0640-4426-9b30-2848289d0c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13605 | 2025.02.25 03:59:12.680314 [ 4 ] {9ff39a64-0640-4426-9b30-2848289d0c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13606 | 2025.02.25 03:59:12.681085 [ 4 ] {9ff39a64-0640-4426-9b30-2848289d0c50} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13607 | 2025.02.25 03:59:12.681138 [ 4 ] {9ff39a64-0640-4426-9b30-2848289d0c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13608 | 2025.02.25 03:59:12.681585 [ 4 ] {9ff39a64-0640-4426-9b30-2848289d0c50} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 13609 | 2025.02.25 03:59:12.681900 [ 4 ] {9ff39a64-0640-4426-9b30-2848289d0c50} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13610 | 2025.02.25 03:59:12.682186 [ 4 ] {9ff39a64-0640-4426-9b30-2848289d0c50} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001988 sec., 2012.0724346076456 rows/sec., 164.07 KiB/sec. | ||
| 13611 | 2025.02.25 03:59:12.682393 [ 4 ] {9ff39a64-0640-4426-9b30-2848289d0c50} <Debug> TCPHandler: Processed in 0.002474415 sec. | ||
| 13612 | 2025.02.25 03:59:12.682611 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13613 | 2025.02.25 03:59:12.682741 [ 254 ] {7ec0c7f0-471e-4e65-b55f-8f609835cc4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13614 | 2025.02.25 03:59:12.682792 [ 254 ] {7ec0c7f0-471e-4e65-b55f-8f609835cc4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13615 | 2025.02.25 03:59:12.684006 [ 254 ] {7ec0c7f0-471e-4e65-b55f-8f609835cc4d} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13616 | 2025.02.25 03:59:12.684047 [ 254 ] {7ec0c7f0-471e-4e65-b55f-8f609835cc4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13617 | 2025.02.25 03:59:12.684502 [ 254 ] {7ec0c7f0-471e-4e65-b55f-8f609835cc4d} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 13618 | 2025.02.25 03:59:12.684746 [ 254 ] {7ec0c7f0-471e-4e65-b55f-8f609835cc4d} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13619 | 2025.02.25 03:59:12.684971 [ 254 ] {7ec0c7f0-471e-4e65-b55f-8f609835cc4d} <Debug> executeQuery: Read 1198 rows, 100.64 KiB in 0.00226 sec., 530088.4955752213 rows/sec., 43.49 MiB/sec. | ||
| 13620 | 2025.02.25 03:59:12.685029 [ 254 ] {7ec0c7f0-471e-4e65-b55f-8f609835cc4d} <Debug> TCPHandler: Processed in 0.002491075 sec. | ||
| 13621 | 2025.02.25 03:59:12.685182 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13622 | 2025.02.25 03:59:12.685343 [ 4 ] {e0025c11-c7fa-48ba-8dfe-eea551345ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13623 | 2025.02.25 03:59:12.685399 [ 4 ] {e0025c11-c7fa-48ba-8dfe-eea551345ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13624 | 2025.02.25 03:59:12.685990 [ 4 ] {e0025c11-c7fa-48ba-8dfe-eea551345ebb} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13625 | 2025.02.25 03:59:12.686029 [ 4 ] {e0025c11-c7fa-48ba-8dfe-eea551345ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13626 | 2025.02.25 03:59:12.686373 [ 4 ] {e0025c11-c7fa-48ba-8dfe-eea551345ebb} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 13627 | 2025.02.25 03:59:12.686607 [ 4 ] {e0025c11-c7fa-48ba-8dfe-eea551345ebb} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13628 | 2025.02.25 03:59:12.686808 [ 4 ] {e0025c11-c7fa-48ba-8dfe-eea551345ebb} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001494 sec., 2677.376171352075 rows/sec., 186.95 KiB/sec. | ||
| 13629 | 2025.02.25 03:59:12.686861 [ 4 ] {e0025c11-c7fa-48ba-8dfe-eea551345ebb} <Debug> TCPHandler: Processed in 0.001745348 sec. | ||
| 13630 | 2025.02.25 03:59:12.687028 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13631 | 2025.02.25 03:59:12.687159 [ 254 ] {f026ff98-2e35-41b0-9072-fb38a1723487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13632 | 2025.02.25 03:59:12.687214 [ 254 ] {f026ff98-2e35-41b0-9072-fb38a1723487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13633 | 2025.02.25 03:59:12.687898 [ 254 ] {f026ff98-2e35-41b0-9072-fb38a1723487} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13634 | 2025.02.25 03:59:12.687938 [ 254 ] {f026ff98-2e35-41b0-9072-fb38a1723487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13635 | 2025.02.25 03:59:12.688309 [ 254 ] {f026ff98-2e35-41b0-9072-fb38a1723487} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 13636 | 2025.02.25 03:59:12.688547 [ 254 ] {f026ff98-2e35-41b0-9072-fb38a1723487} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13637 | 2025.02.25 03:59:12.688810 [ 254 ] {f026ff98-2e35-41b0-9072-fb38a1723487} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001674 sec., 136200.71684587814 rows/sec., 9.22 MiB/sec. | ||
| 13638 | 2025.02.25 03:59:12.689047 [ 254 ] {f026ff98-2e35-41b0-9072-fb38a1723487} <Debug> TCPHandler: Processed in 0.002077506 sec. | ||
| 13639 | 2025.02.25 03:59:12.689240 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13640 | 2025.02.25 03:59:12.689374 [ 4 ] {b5b515d9-573e-42ba-aa25-a8983098562b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13641 | 2025.02.25 03:59:12.689429 [ 4 ] {b5b515d9-573e-42ba-aa25-a8983098562b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13642 | 2025.02.25 03:59:12.690254 [ 4 ] {b5b515d9-573e-42ba-aa25-a8983098562b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13643 | 2025.02.25 03:59:12.690294 [ 4 ] {b5b515d9-573e-42ba-aa25-a8983098562b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13644 | 2025.02.25 03:59:12.690673 [ 4 ] {b5b515d9-573e-42ba-aa25-a8983098562b} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 13645 | 2025.02.25 03:59:12.690911 [ 4 ] {b5b515d9-573e-42ba-aa25-a8983098562b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13646 | 2025.02.25 03:59:12.691121 [ 4 ] {b5b515d9-573e-42ba-aa25-a8983098562b} <Debug> executeQuery: Read 524 rows, 39.73 KiB in 0.001778 sec., 294713.16085489315 rows/sec., 21.82 MiB/sec. | ||
| 13647 | 2025.02.25 03:59:12.691177 [ 4 ] {b5b515d9-573e-42ba-aa25-a8983098562b} <Debug> TCPHandler: Processed in 0.002014815 sec. | ||
| 13648 | 2025.02.25 03:59:12.691318 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13649 | 2025.02.25 03:59:12.691449 [ 254 ] {5c096383-74a2-4e37-81fe-935f0c51ee08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13650 | 2025.02.25 03:59:12.691507 [ 254 ] {5c096383-74a2-4e37-81fe-935f0c51ee08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13651 | 2025.02.25 03:59:12.692273 [ 254 ] {5c096383-74a2-4e37-81fe-935f0c51ee08} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13652 | 2025.02.25 03:59:12.692313 [ 254 ] {5c096383-74a2-4e37-81fe-935f0c51ee08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13653 | 2025.02.25 03:59:12.692751 [ 254 ] {5c096383-74a2-4e37-81fe-935f0c51ee08} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 13654 | 2025.02.25 03:59:12.692982 [ 254 ] {5c096383-74a2-4e37-81fe-935f0c51ee08} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13655 | 2025.02.25 03:59:12.693201 [ 254 ] {5c096383-74a2-4e37-81fe-935f0c51ee08} <Debug> executeQuery: Read 964 rows, 66.24 KiB in 0.00178 sec., 541573.0337078652 rows/sec., 36.34 MiB/sec. | ||
| 13656 | 2025.02.25 03:59:12.693254 [ 254 ] {5c096383-74a2-4e37-81fe-935f0c51ee08} <Debug> TCPHandler: Processed in 0.001997734 sec. | ||
| 13657 | 2025.02.25 03:59:12.693264 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 13658 | 2025.02.25 03:59:12.693307 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 13659 | 2025.02.25 03:59:12.693402 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13660 | 2025.02.25 03:59:12.693515 [ 4 ] {4f369238-03c9-4938-8057-fab427b87742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13661 | 2025.02.25 03:59:12.693567 [ 4 ] {4f369238-03c9-4938-8057-fab427b87742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13662 | 2025.02.25 03:59:12.694235 [ 4 ] {4f369238-03c9-4938-8057-fab427b87742} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13663 | 2025.02.25 03:59:12.694282 [ 4 ] {4f369238-03c9-4938-8057-fab427b87742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
| 13664 | 2025.02.25 03:59:12.694734 [ 4 ] {4f369238-03c9-4938-8057-fab427b87742} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 13665 | 2025.02.25 03:59:12.695026 [ 4 ] {4f369238-03c9-4938-8057-fab427b87742} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13666 | 2025.02.25 03:59:12.695333 [ 4 ] {4f369238-03c9-4938-8057-fab427b87742} <Debug> executeQuery: Read 42 rows, 2.91 KiB in 0.001835 sec., 22888.283378746593 rows/sec., 1.55 MiB/sec. | ||
| 13667 | 2025.02.25 03:59:12.695458 [ 4 ] {4f369238-03c9-4938-8057-fab427b87742} <Debug> TCPHandler: Processed in 0.002116577 sec. | ||
| 13668 | 2025.02.25 03:59:12.696198 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 13669 | 2025.02.25 03:59:13.760980 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13670 | 2025.02.25 03:59:13.761188 [ 4 ] {07b35851-2baa-4f22-87a7-a1347165f27a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13671 | 2025.02.25 03:59:13.761263 [ 4 ] {07b35851-2baa-4f22-87a7-a1347165f27a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13672 | 2025.02.25 03:59:13.762066 [ 4 ] {07b35851-2baa-4f22-87a7-a1347165f27a} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13673 | 2025.02.25 03:59:13.762112 [ 4 ] {07b35851-2baa-4f22-87a7-a1347165f27a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13674 | 2025.02.25 03:59:13.762547 [ 4 ] {07b35851-2baa-4f22-87a7-a1347165f27a} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 13675 | 2025.02.25 03:59:13.762801 [ 4 ] {07b35851-2baa-4f22-87a7-a1347165f27a} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13676 | 2025.02.25 03:59:13.763003 [ 4 ] {07b35851-2baa-4f22-87a7-a1347165f27a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001868 sec., 29978.586723768734 rows/sec., 2.29 MiB/sec. | ||
| 13677 | 2025.02.25 03:59:13.763067 [ 4 ] {07b35851-2baa-4f22-87a7-a1347165f27a} <Debug> TCPHandler: Processed in 0.00221924 sec. | ||
| 13678 | 2025.02.25 03:59:13.763243 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13679 | 2025.02.25 03:59:13.763369 [ 254 ] {294d612a-fa2a-4126-a9b2-f21aaac4217c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13680 | 2025.02.25 03:59:13.763419 [ 254 ] {294d612a-fa2a-4126-a9b2-f21aaac4217c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13681 | 2025.02.25 03:59:13.763994 [ 254 ] {294d612a-fa2a-4126-a9b2-f21aaac4217c} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13682 | 2025.02.25 03:59:13.764033 [ 254 ] {294d612a-fa2a-4126-a9b2-f21aaac4217c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13683 | 2025.02.25 03:59:13.764420 [ 254 ] {294d612a-fa2a-4126-a9b2-f21aaac4217c} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 13684 | 2025.02.25 03:59:13.764667 [ 254 ] {294d612a-fa2a-4126-a9b2-f21aaac4217c} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13685 | 2025.02.25 03:59:13.764854 [ 254 ] {294d612a-fa2a-4126-a9b2-f21aaac4217c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001512 sec., 42328.04232804233 rows/sec., 3.30 MiB/sec. | ||
| 13686 | 2025.02.25 03:59:13.764924 [ 254 ] {294d612a-fa2a-4126-a9b2-f21aaac4217c} <Debug> TCPHandler: Processed in 0.001739989 sec. | ||
| 13687 | 2025.02.25 03:59:13.765104 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13688 | 2025.02.25 03:59:13.765261 [ 4 ] {55955b67-02d4-43bd-ac8d-31ae20f3f6f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13689 | 2025.02.25 03:59:13.765320 [ 4 ] {55955b67-02d4-43bd-ac8d-31ae20f3f6f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13690 | 2025.02.25 03:59:13.765818 [ 4 ] {55955b67-02d4-43bd-ac8d-31ae20f3f6f2} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13691 | 2025.02.25 03:59:13.765855 [ 4 ] {55955b67-02d4-43bd-ac8d-31ae20f3f6f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13692 | 2025.02.25 03:59:13.766249 [ 4 ] {55955b67-02d4-43bd-ac8d-31ae20f3f6f2} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 13693 | 2025.02.25 03:59:13.766501 [ 4 ] {55955b67-02d4-43bd-ac8d-31ae20f3f6f2} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13694 | 2025.02.25 03:59:13.766702 [ 4 ] {55955b67-02d4-43bd-ac8d-31ae20f3f6f2} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.00147 sec., 29931.972789115647 rows/sec., 2.09 MiB/sec. | ||
| 13695 | 2025.02.25 03:59:13.766761 [ 4 ] {55955b67-02d4-43bd-ac8d-31ae20f3f6f2} <Debug> TCPHandler: Processed in 0.001725549 sec. | ||
| 13696 | 2025.02.25 03:59:13.766929 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13697 | 2025.02.25 03:59:13.767266 [ 254 ] {635fe534-0680-4382-b828-cbd9c1738ba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13698 | 2025.02.25 03:59:13.767426 [ 254 ] {635fe534-0680-4382-b828-cbd9c1738ba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13699 | 2025.02.25 03:59:13.768276 [ 254 ] {635fe534-0680-4382-b828-cbd9c1738ba3} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13700 | 2025.02.25 03:59:13.768315 [ 254 ] {635fe534-0680-4382-b828-cbd9c1738ba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13701 | 2025.02.25 03:59:13.768699 [ 254 ] {635fe534-0680-4382-b828-cbd9c1738ba3} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 13702 | 2025.02.25 03:59:13.768936 [ 254 ] {635fe534-0680-4382-b828-cbd9c1738ba3} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13703 | 2025.02.25 03:59:13.769122 [ 254 ] {635fe534-0680-4382-b828-cbd9c1738ba3} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.001982 sec., 9081.735620585268 rows/sec., 623.29 KiB/sec. | ||
| 13704 | 2025.02.25 03:59:13.769183 [ 254 ] {635fe534-0680-4382-b828-cbd9c1738ba3} <Debug> TCPHandler: Processed in 0.002327502 sec. | ||
| 13705 | 2025.02.25 03:59:15.403727 [ 219 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): 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] | ||
| 13706 | 2025.02.25 03:59:15.403780 [ 219 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): 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] | ||
| 13707 | 2025.02.25 03:59:15.405580 [ 219 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): 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] | ||
| 13708 | 2025.02.25 03:59:15.567506 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38979 | ||
| 13709 | 2025.02.25 03:59:15.568114 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13710 | 2025.02.25 03:59:15.568155 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13711 | 2025.02.25 03:59:15.568657 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13712 | 2025.02.25 03:59:15.568905 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13713 | 2025.02.25 03:59:15.569132 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 | ||
| 13714 | 2025.02.25 03:59:16.469227 [ 224 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): 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] | ||
| 13715 | 2025.02.25 03:59:16.469281 [ 224 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): 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] | ||
| 13716 | 2025.02.25 03:59:16.471150 [ 224 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): 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] | ||
| 13717 | 2025.02.25 03:59:17.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.94 MiB, peak 279.06 MiB, free memory in arenas 0.00 B, will set to 260.94 MiB (RSS), difference: 4.00 MiB | ||
| 13718 | 2025.02.25 03:59:18.312058 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1848 | ||
| 13719 | 2025.02.25 03:59:18.315497 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13720 | 2025.02.25 03:59:18.315557 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13721 | 2025.02.25 03:59:18.317706 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13722 | 2025.02.25 03:59:18.318039 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13723 | 2025.02.25 03:59:18.318659 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1848 | ||
| 13724 | 2025.02.25 03:59:18.398348 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 641 | ||
| 13725 | 2025.02.25 03:59:18.421072 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13726 | 2025.02.25 03:59:18.421123 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13727 | 2025.02.25 03:59:18.428784 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13728 | 2025.02.25 03:59:18.429587 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13729 | 2025.02.25 03:59:18.432873 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 13730 | 2025.02.25 03:59:18.772156 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13731 | 2025.02.25 03:59:18.772462 [ 4 ] {2d6e330d-1b15-4f54-8a59-680ea9b1d45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13732 | 2025.02.25 03:59:18.772578 [ 4 ] {2d6e330d-1b15-4f54-8a59-680ea9b1d45b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13733 | 2025.02.25 03:59:18.773597 [ 4 ] {2d6e330d-1b15-4f54-8a59-680ea9b1d45b} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13734 | 2025.02.25 03:59:18.773646 [ 4 ] {2d6e330d-1b15-4f54-8a59-680ea9b1d45b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13735 | 2025.02.25 03:59:18.774100 [ 4 ] {2d6e330d-1b15-4f54-8a59-680ea9b1d45b} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 13736 | 2025.02.25 03:59:18.774357 [ 4 ] {2d6e330d-1b15-4f54-8a59-680ea9b1d45b} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13737 | 2025.02.25 03:59:18.774583 [ 4 ] {2d6e330d-1b15-4f54-8a59-680ea9b1d45b} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002206 sec., 60743.427017225746 rows/sec., 5.23 MiB/sec. | ||
| 13738 | 2025.02.25 03:59:18.774652 [ 4 ] {2d6e330d-1b15-4f54-8a59-680ea9b1d45b} <Debug> TCPHandler: Processed in 0.002684529 sec. | ||
| 13739 | 2025.02.25 03:59:18.774836 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13740 | 2025.02.25 03:59:18.774980 [ 254 ] {479109b7-df4d-45b0-8320-31fe648bbd26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13741 | 2025.02.25 03:59:18.775039 [ 254 ] {479109b7-df4d-45b0-8320-31fe648bbd26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13742 | 2025.02.25 03:59:18.775713 [ 254 ] {479109b7-df4d-45b0-8320-31fe648bbd26} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13743 | 2025.02.25 03:59:18.775761 [ 254 ] {479109b7-df4d-45b0-8320-31fe648bbd26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13744 | 2025.02.25 03:59:18.776164 [ 254 ] {479109b7-df4d-45b0-8320-31fe648bbd26} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 13745 | 2025.02.25 03:59:18.776402 [ 254 ] {479109b7-df4d-45b0-8320-31fe648bbd26} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13746 | 2025.02.25 03:59:18.776624 [ 254 ] {479109b7-df4d-45b0-8320-31fe648bbd26} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00168 sec., 23214.285714285714 rows/sec., 1.70 MiB/sec. | ||
| 13747 | 2025.02.25 03:59:18.776677 [ 254 ] {479109b7-df4d-45b0-8320-31fe648bbd26} <Debug> TCPHandler: Processed in 0.001911513 sec. | ||
| 13748 | 2025.02.25 03:59:18.776825 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13749 | 2025.02.25 03:59:18.776935 [ 4 ] {dedd3ac7-4a53-4311-b32b-6b4f57e23893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13750 | 2025.02.25 03:59:18.776992 [ 4 ] {dedd3ac7-4a53-4311-b32b-6b4f57e23893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13751 | 2025.02.25 03:59:18.777669 [ 4 ] {dedd3ac7-4a53-4311-b32b-6b4f57e23893} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13752 | 2025.02.25 03:59:18.777716 [ 4 ] {dedd3ac7-4a53-4311-b32b-6b4f57e23893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13753 | 2025.02.25 03:59:18.778119 [ 4 ] {dedd3ac7-4a53-4311-b32b-6b4f57e23893} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 13754 | 2025.02.25 03:59:18.778368 [ 4 ] {dedd3ac7-4a53-4311-b32b-6b4f57e23893} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13755 | 2025.02.25 03:59:18.778582 [ 4 ] {dedd3ac7-4a53-4311-b32b-6b4f57e23893} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001671 sec., 61639.73668461999 rows/sec., 4.81 MiB/sec. | ||
| 13756 | 2025.02.25 03:59:18.778634 [ 4 ] {dedd3ac7-4a53-4311-b32b-6b4f57e23893} <Debug> TCPHandler: Processed in 0.001863531 sec. | ||
| 13757 | 2025.02.25 03:59:18.778775 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13758 | 2025.02.25 03:59:18.778883 [ 254 ] {5ab7a7e3-b8c9-401a-9f81-10fd57274e16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13759 | 2025.02.25 03:59:18.778933 [ 254 ] {5ab7a7e3-b8c9-401a-9f81-10fd57274e16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13760 | 2025.02.25 03:59:18.779564 [ 254 ] {5ab7a7e3-b8c9-401a-9f81-10fd57274e16} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13761 | 2025.02.25 03:59:18.779611 [ 254 ] {5ab7a7e3-b8c9-401a-9f81-10fd57274e16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13762 | 2025.02.25 03:59:18.780056 [ 254 ] {5ab7a7e3-b8c9-401a-9f81-10fd57274e16} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 13763 | 2025.02.25 03:59:18.780301 [ 254 ] {5ab7a7e3-b8c9-401a-9f81-10fd57274e16} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13764 | 2025.02.25 03:59:18.780535 [ 254 ] {5ab7a7e3-b8c9-401a-9f81-10fd57274e16} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001667 sec., 95980.80383923215 rows/sec., 6.68 MiB/sec. | ||
| 13765 | 2025.02.25 03:59:18.780596 [ 254 ] {5ab7a7e3-b8c9-401a-9f81-10fd57274e16} <Debug> TCPHandler: Processed in 0.001872351 sec. | ||
| 13766 | 2025.02.25 03:59:18.780747 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13767 | 2025.02.25 03:59:18.781033 [ 4 ] {4b0c462d-d7f6-4c7e-ac8f-51761efefa31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13768 | 2025.02.25 03:59:18.781335 [ 4 ] {4b0c462d-d7f6-4c7e-ac8f-51761efefa31} <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 | ||
| 13769 | 2025.02.25 03:59:18.783083 [ 4 ] {4b0c462d-d7f6-4c7e-ac8f-51761efefa31} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13770 | 2025.02.25 03:59:18.783123 [ 4 ] {4b0c462d-d7f6-4c7e-ac8f-51761efefa31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13771 | 2025.02.25 03:59:18.783802 [ 4 ] {4b0c462d-d7f6-4c7e-ac8f-51761efefa31} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 13772 | 2025.02.25 03:59:18.784074 [ 4 ] {4b0c462d-d7f6-4c7e-ac8f-51761efefa31} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13773 | 2025.02.25 03:59:18.784313 [ 4 ] {4b0c462d-d7f6-4c7e-ac8f-51761efefa31} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003394 sec., 11490.866234531526 rows/sec., 20.59 MiB/sec. | ||
| 13774 | 2025.02.25 03:59:18.784420 [ 4 ] {4b0c462d-d7f6-4c7e-ac8f-51761efefa31} <Debug> TCPHandler: Processed in 0.003729873 sec. | ||
| 13775 | 2025.02.25 03:59:18.784571 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13776 | 2025.02.25 03:59:18.784700 [ 254 ] {9ae8b39f-deb6-4fa1-a109-1f98bb6aaf67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13777 | 2025.02.25 03:59:18.784756 [ 254 ] {9ae8b39f-deb6-4fa1-a109-1f98bb6aaf67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13778 | 2025.02.25 03:59:18.785221 [ 254 ] {9ae8b39f-deb6-4fa1-a109-1f98bb6aaf67} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13779 | 2025.02.25 03:59:18.785260 [ 254 ] {9ae8b39f-deb6-4fa1-a109-1f98bb6aaf67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13780 | 2025.02.25 03:59:18.785619 [ 254 ] {9ae8b39f-deb6-4fa1-a109-1f98bb6aaf67} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 13781 | 2025.02.25 03:59:18.785865 [ 254 ] {9ae8b39f-deb6-4fa1-a109-1f98bb6aaf67} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13782 | 2025.02.25 03:59:18.786086 [ 254 ] {9ae8b39f-deb6-4fa1-a109-1f98bb6aaf67} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. | ||
| 13783 | 2025.02.25 03:59:18.786136 [ 254 ] {9ae8b39f-deb6-4fa1-a109-1f98bb6aaf67} <Debug> TCPHandler: Processed in 0.001629036 sec. | ||
| 13784 | 2025.02.25 03:59:21.188916 [ 84 ] {} <Debug> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 13785 | 2025.02.25 03:59:21.189019 [ 84 ] {} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13786 | 2025.02.25 03:59:21.189062 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13787 | 2025.02.25 03:59:21.189362 [ 196 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 13788 | 2025.02.25 03:59:21.189659 [ 196 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13789 | 2025.02.25 03:59:21.189721 [ 196 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 13790 | 2025.02.25 03:59:21.189906 [ 196 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 13791 | 2025.02.25 03:59:21.190140 [ 196 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 13792 | 2025.02.25 03:59:21.190304 [ 196 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 13793 | 2025.02.25 03:59:21.190510 [ 196 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::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 | ||
| 13794 | 2025.02.25 03:59:21.191572 [ 199 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.002404694 sec., 216243.72997146414 rows/sec., 15.35 MiB/sec. | ||
| 13795 | 2025.02.25 03:59:21.191914 [ 199 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 13796 | 2025.02.25 03:59:21.192316 [ 199 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_21_5} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13797 | 2025.02.25 03:59:21.192410 [ 199 ] {770db05a-b623-4568-8cb5-d9c76a7472a3::all_1_21_5} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 13798 | 2025.02.25 03:59:21.192522 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 13799 | 2025.02.25 03:59:21.316198 [ 84 ] {} <Debug> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 13800 | 2025.02.25 03:59:21.316273 [ 84 ] {} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13801 | 2025.02.25 03:59:21.316313 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13802 | 2025.02.25 03:59:21.316491 [ 189 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 13803 | 2025.02.25 03:59:21.316668 [ 189 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13804 | 2025.02.25 03:59:21.316705 [ 189 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 13805 | 2025.02.25 03:59:21.316815 [ 189 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 13806 | 2025.02.25 03:59:21.317057 [ 189 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 13807 | 2025.02.25 03:59:21.317264 [ 189 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 13808 | 2025.02.25 03:59:21.317456 [ 189 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::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 | ||
| 13809 | 2025.02.25 03:59:21.318598 [ 199 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.002187199 sec., 124359.96907460182 rows/sec., 7.98 MiB/sec. | ||
| 13810 | 2025.02.25 03:59:21.318866 [ 199 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 13811 | 2025.02.25 03:59:21.319265 [ 199 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_21_5} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13812 | 2025.02.25 03:59:21.319349 [ 199 ] {b27f219e-48dc-4cea-8a5c-f8a2511f3bb1::all_1_21_5} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 13813 | 2025.02.25 03:59:21.319439 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13814 | 2025.02.25 03:59:22.545400 [ 209 ] {} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): 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] | ||
| 13815 | 2025.02.25 03:59:22.545483 [ 209 ] {} <Debug> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): 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] | ||
| 13816 | 2025.02.25 03:59:22.547772 [ 209 ] {} <Debug> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): 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] | ||
| 13817 | 2025.02.25 03:59:22.786499 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13818 | 2025.02.25 03:59:22.786552 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13819 | 2025.02.25 03:59:22.920936 [ 223 ] {} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): 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] | ||
| 13820 | 2025.02.25 03:59:22.921021 [ 223 ] {} <Debug> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): 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] | ||
| 13821 | 2025.02.25 03:59:22.923261 [ 223 ] {} <Debug> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): 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] | ||
| 13822 | 2025.02.25 03:59:22.986661 [ 225 ] {} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): 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] | ||
| 13823 | 2025.02.25 03:59:22.986751 [ 225 ] {} <Debug> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): 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] | ||
| 13824 | 2025.02.25 03:59:22.988571 [ 225 ] {} <Debug> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): 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] | ||
| 13825 | 2025.02.25 03:59:23.070234 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39467 | ||
| 13826 | 2025.02.25 03:59:23.070908 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13827 | 2025.02.25 03:59:23.070957 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13828 | 2025.02.25 03:59:23.071505 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13829 | 2025.02.25 03:59:23.071762 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13830 | 2025.02.25 03:59:23.072040 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39467 | ||
| 13831 | 2025.02.25 03:59:23.072053 [ 79 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13832 | 2025.02.25 03:59:23.072162 [ 79 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13833 | 2025.02.25 03:59:23.072205 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13834 | 2025.02.25 03:59:23.072418 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 13835 | 2025.02.25 03:59:23.072652 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13836 | 2025.02.25 03:59:23.072724 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part | ||
| 13837 | 2025.02.25 03:59:23.072882 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 13838 | 2025.02.25 03:59:23.073148 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 13839 | 2025.02.25 03:59:23.073323 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 13840 | 2025.02.25 03:59:23.073512 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 13841 | 2025.02.25 03:59:23.073635 [ 194 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 13842 | 2025.02.25 03:59:23.076724 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39467 rows, containing 4 columns (4 merged, 0 gathered) in 0.004404168 sec., 8961283.94738802 rows/sec., 128.19 MiB/sec. | ||
| 13843 | 2025.02.25 03:59:23.077249 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13844 | 2025.02.25 03:59:23.077609 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_86_17} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13845 | 2025.02.25 03:59:23.077707 [ 189 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_86_17} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13846 | 2025.02.25 03:59:23.077833 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 13847 | 2025.02.25 03:59:23.766608 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13848 | 2025.02.25 03:59:23.766799 [ 4 ] {a55162e9-a80b-4760-bb56-d2a02d10ac6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13849 | 2025.02.25 03:59:23.766872 [ 4 ] {a55162e9-a80b-4760-bb56-d2a02d10ac6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13850 | 2025.02.25 03:59:23.767677 [ 4 ] {a55162e9-a80b-4760-bb56-d2a02d10ac6e} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13851 | 2025.02.25 03:59:23.767730 [ 4 ] {a55162e9-a80b-4760-bb56-d2a02d10ac6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13852 | 2025.02.25 03:59:23.768216 [ 4 ] {a55162e9-a80b-4760-bb56-d2a02d10ac6e} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 13853 | 2025.02.25 03:59:23.768501 [ 4 ] {a55162e9-a80b-4760-bb56-d2a02d10ac6e} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13854 | 2025.02.25 03:59:23.768732 [ 79 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 13855 | 2025.02.25 03:59:23.768753 [ 4 ] {a55162e9-a80b-4760-bb56-d2a02d10ac6e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001997 sec., 28042.063094641962 rows/sec., 2.14 MiB/sec. | ||
| 13856 | 2025.02.25 03:59:23.768828 [ 79 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13857 | 2025.02.25 03:59:23.768896 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13858 | 2025.02.25 03:59:23.768953 [ 4 ] {a55162e9-a80b-4760-bb56-d2a02d10ac6e} <Debug> TCPHandler: Processed in 0.002476995 sec. | ||
| 13859 | 2025.02.25 03:59:23.769233 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13860 | 2025.02.25 03:59:23.769279 [ 194 ] {980d80a9-634a-41a6-b134-977b47780939::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 | ||
| 13861 | 2025.02.25 03:59:23.769665 [ 254 ] {878eebd4-09d1-41b2-8e2c-42f3cc1d943b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13862 | 2025.02.25 03:59:23.769801 [ 194 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13863 | 2025.02.25 03:59:23.769918 [ 254 ] {878eebd4-09d1-41b2-8e2c-42f3cc1d943b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13864 | 2025.02.25 03:59:23.769933 [ 194 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1966 rows starting from the beginning of the part | ||
| 13865 | 2025.02.25 03:59:23.770521 [ 194 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 695 rows starting from the beginning of the part | ||
| 13866 | 2025.02.25 03:59:23.771170 [ 194 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 1198 rows starting from the beginning of the part | ||
| 13867 | 2025.02.25 03:59:23.771672 [ 194 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 56 rows starting from the beginning of the part | ||
| 13868 | 2025.02.25 03:59:23.772257 [ 194 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 134 rows starting from the beginning of the part | ||
| 13869 | 2025.02.25 03:59:23.772696 [ 194 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 56 rows starting from the beginning of the part | ||
| 13870 | 2025.02.25 03:59:23.774066 [ 254 ] {878eebd4-09d1-41b2-8e2c-42f3cc1d943b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13871 | 2025.02.25 03:59:23.774121 [ 254 ] {878eebd4-09d1-41b2-8e2c-42f3cc1d943b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13872 | 2025.02.25 03:59:23.775186 [ 254 ] {878eebd4-09d1-41b2-8e2c-42f3cc1d943b} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 13873 | 2025.02.25 03:59:23.775620 [ 254 ] {878eebd4-09d1-41b2-8e2c-42f3cc1d943b} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13874 | 2025.02.25 03:59:23.775870 [ 79 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 13875 | 2025.02.25 03:59:23.775936 [ 254 ] {878eebd4-09d1-41b2-8e2c-42f3cc1d943b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006463 sec., 9902.52204858425 rows/sec., 791.46 KiB/sec. | ||
| 13876 | 2025.02.25 03:59:23.775942 [ 79 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13877 | 2025.02.25 03:59:23.776048 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13878 | 2025.02.25 03:59:23.776193 [ 254 ] {878eebd4-09d1-41b2-8e2c-42f3cc1d943b} <Debug> TCPHandler: Processed in 0.007102239 sec. | ||
| 13879 | 2025.02.25 03:59:23.776525 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13880 | 2025.02.25 03:59:23.776578 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::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 | ||
| 13881 | 2025.02.25 03:59:23.776926 [ 4 ] {b1b43bef-8a6b-4a71-8d0c-7fe8e9f96d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13882 | 2025.02.25 03:59:23.777116 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13883 | 2025.02.25 03:59:23.777133 [ 4 ] {b1b43bef-8a6b-4a71-8d0c-7fe8e9f96d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13884 | 2025.02.25 03:59:23.777245 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4105 rows, containing 5 columns (5 merged, 0 gathered) in 0.008213213 sec., 499804.4005433683 rows/sec., 42.71 MiB/sec. | ||
| 13885 | 2025.02.25 03:59:23.777275 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 951 rows starting from the beginning of the part | ||
| 13886 | 2025.02.25 03:59:23.777757 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 13887 | 2025.02.25 03:59:23.777768 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 421 rows starting from the beginning of the part | ||
| 13888 | 2025.02.25 03:59:23.778412 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 524 rows starting from the beginning of the part | ||
| 13889 | 2025.02.25 03:59:23.778874 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 64 rows starting from the beginning of the part | ||
| 13890 | 2025.02.25 03:59:23.779361 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 103 rows starting from the beginning of the part | ||
| 13891 | 2025.02.25 03:59:23.779375 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_146_29} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13892 | 2025.02.25 03:59:23.779769 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 64 rows starting from the beginning of the part | ||
| 13893 | 2025.02.25 03:59:23.779904 [ 192 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_146_29} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 13894 | 2025.02.25 03:59:23.780359 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 13895 | 2025.02.25 03:59:23.780841 [ 4 ] {b1b43bef-8a6b-4a71-8d0c-7fe8e9f96d80} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13896 | 2025.02.25 03:59:23.780897 [ 4 ] {b1b43bef-8a6b-4a71-8d0c-7fe8e9f96d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13897 | 2025.02.25 03:59:23.781933 [ 4 ] {b1b43bef-8a6b-4a71-8d0c-7fe8e9f96d80} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 13898 | 2025.02.25 03:59:23.782447 [ 4 ] {b1b43bef-8a6b-4a71-8d0c-7fe8e9f96d80} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13899 | 2025.02.25 03:59:23.782824 [ 4 ] {b1b43bef-8a6b-4a71-8d0c-7fe8e9f96d80} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006052 sec., 26437.541308658296 rows/sec., 1.84 MiB/sec. | ||
| 13900 | 2025.02.25 03:59:23.783155 [ 4 ] {b1b43bef-8a6b-4a71-8d0c-7fe8e9f96d80} <Debug> TCPHandler: Processed in 0.006798173 sec. | ||
| 13901 | 2025.02.25 03:59:23.783468 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13902 | 2025.02.25 03:59:23.783785 [ 254 ] {1b52580e-cdfe-451c-9de7-ef972b4cda9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13903 | 2025.02.25 03:59:23.783785 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2127 rows, containing 5 columns (5 merged, 0 gathered) in 0.007568839 sec., 281020.6426639541 rows/sec., 21.75 MiB/sec. | ||
| 13904 | 2025.02.25 03:59:23.783880 [ 254 ] {1b52580e-cdfe-451c-9de7-ef972b4cda9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13905 | 2025.02.25 03:59:23.784083 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 13906 | 2025.02.25 03:59:23.784690 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_146_29} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13907 | 2025.02.25 03:59:23.784819 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_146_29} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 13908 | 2025.02.25 03:59:23.784928 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 13909 | 2025.02.25 03:59:23.785013 [ 254 ] {1b52580e-cdfe-451c-9de7-ef972b4cda9d} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13910 | 2025.02.25 03:59:23.785052 [ 254 ] {1b52580e-cdfe-451c-9de7-ef972b4cda9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13911 | 2025.02.25 03:59:23.785431 [ 254 ] {1b52580e-cdfe-451c-9de7-ef972b4cda9d} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 13912 | 2025.02.25 03:59:23.785665 [ 254 ] {1b52580e-cdfe-451c-9de7-ef972b4cda9d} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13913 | 2025.02.25 03:59:23.785844 [ 79 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 13914 | 2025.02.25 03:59:23.785902 [ 254 ] {1b52580e-cdfe-451c-9de7-ef972b4cda9d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002195 sec., 27334.85193621868 rows/sec., 1.84 MiB/sec. | ||
| 13915 | 2025.02.25 03:59:23.785910 [ 79 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13916 | 2025.02.25 03:59:23.785992 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13917 | 2025.02.25 03:59:23.786029 [ 254 ] {1b52580e-cdfe-451c-9de7-ef972b4cda9d} <Debug> TCPHandler: Processed in 0.002746431 sec. | ||
| 13918 | 2025.02.25 03:59:23.786284 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 13919 | 2025.02.25 03:59:23.786443 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13920 | 2025.02.25 03:59:23.786494 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 7294 rows starting from the beginning of the part | ||
| 13921 | 2025.02.25 03:59:23.786682 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 82 rows starting from the beginning of the part | ||
| 13922 | 2025.02.25 03:59:23.786982 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 42 rows starting from the beginning of the part | ||
| 13923 | 2025.02.25 03:59:23.787331 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 18 rows starting from the beginning of the part | ||
| 13924 | 2025.02.25 03:59:23.787557 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 13925 | 2025.02.25 03:59:23.787787 [ 189 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::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 | ||
| 13926 | 2025.02.25 03:59:23.789931 [ 190 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7556 rows, containing 4 columns (4 merged, 0 gathered) in 0.003839886 sec., 1967766.7514087658 rows/sec., 132.17 MiB/sec. | ||
| 13927 | 2025.02.25 03:59:23.790409 [ 190 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 13928 | 2025.02.25 03:59:23.790729 [ 190 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_146_29} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13929 | 2025.02.25 03:59:23.790821 [ 190 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_146_29} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 13930 | 2025.02.25 03:59:23.790922 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 13931 | 2025.02.25 03:59:23.795920 [ 79 ] {} <Debug> oximeter.measurements_bool (862ccf2f-f011-4614-b070-7f8c6a16912a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 13932 | 2025.02.25 03:59:23.795954 [ 79 ] {} <Trace> oximeter.measurements_bool (862ccf2f-f011-4614-b070-7f8c6a16912a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13933 | 2025.02.25 03:59:23.795975 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13934 | 2025.02.25 03:59:23.796124 [ 189 ] {862ccf2f-f011-4614-b070-7f8c6a16912a::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 | ||
| 13935 | 2025.02.25 03:59:23.796291 [ 189 ] {862ccf2f-f011-4614-b070-7f8c6a16912a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13936 | 2025.02.25 03:59:23.796321 [ 189 ] {862ccf2f-f011-4614-b070-7f8c6a16912a::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 | ||
| 13937 | 2025.02.25 03:59:23.796387 [ 189 ] {862ccf2f-f011-4614-b070-7f8c6a16912a::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 | ||
| 13938 | 2025.02.25 03:59:23.796441 [ 189 ] {862ccf2f-f011-4614-b070-7f8c6a16912a::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 | ||
| 13939 | 2025.02.25 03:59:23.796665 [ 189 ] {862ccf2f-f011-4614-b070-7f8c6a16912a::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 | ||
| 13940 | 2025.02.25 03:59:23.796830 [ 189 ] {862ccf2f-f011-4614-b070-7f8c6a16912a::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 | ||
| 13941 | 2025.02.25 03:59:23.797936 [ 190 ] {862ccf2f-f011-4614-b070-7f8c6a16912a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001904262 sec., 15754.134672644836 rows/sec., 823.09 KiB/sec. | ||
| 13942 | 2025.02.25 03:59:23.798085 [ 197 ] {862ccf2f-f011-4614-b070-7f8c6a16912a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 13943 | 2025.02.25 03:59:23.798421 [ 197 ] {862ccf2f-f011-4614-b070-7f8c6a16912a::all_1_5_1} <Trace> oximeter.measurements_bool (862ccf2f-f011-4614-b070-7f8c6a16912a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13944 | 2025.02.25 03:59:23.798510 [ 197 ] {862ccf2f-f011-4614-b070-7f8c6a16912a::all_1_5_1} <Trace> oximeter.measurements_bool (862ccf2f-f011-4614-b070-7f8c6a16912a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 13945 | 2025.02.25 03:59:23.798595 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13946 | 2025.02.25 03:59:24.296622 [ 79 ] {} <Debug> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 13947 | 2025.02.25 03:59:24.296728 [ 79 ] {} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13948 | 2025.02.25 03:59:24.296771 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13949 | 2025.02.25 03:59:24.297078 [ 190 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 13950 | 2025.02.25 03:59:24.297356 [ 190 ] {499813d5-c841-4141-9420-e02818928f28::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13951 | 2025.02.25 03:59:24.297390 [ 190 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 13952 | 2025.02.25 03:59:24.297464 [ 190 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 13953 | 2025.02.25 03:59:24.297729 [ 190 ] {499813d5-c841-4141-9420-e02818928f28::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 13954 | 2025.02.25 03:59:24.297939 [ 190 ] {499813d5-c841-4141-9420-e02818928f28::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part | ||
| 13955 | 2025.02.25 03:59:24.298089 [ 190 ] {499813d5-c841-4141-9420-e02818928f28::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 | ||
| 13956 | 2025.02.25 03:59:24.299245 [ 188 ] {499813d5-c841-4141-9420-e02818928f28::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.002367022 sec., 17743.81480189031 rows/sec., 1.48 MiB/sec. | ||
| 13957 | 2025.02.25 03:59:24.299446 [ 187 ] {499813d5-c841-4141-9420-e02818928f28::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 13958 | 2025.02.25 03:59:24.299796 [ 187 ] {499813d5-c841-4141-9420-e02818928f28::all_1_29_7} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13959 | 2025.02.25 03:59:24.299885 [ 187 ] {499813d5-c841-4141-9420-e02818928f28::all_1_29_7} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 13960 | 2025.02.25 03:59:24.299989 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13961 | 2025.02.25 03:59:25.402654 [ 73 ] {} <Debug> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
| 13962 | 2025.02.25 03:59:25.402747 [ 73 ] {} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13963 | 2025.02.25 03:59:25.402786 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13964 | 2025.02.25 03:59:25.402992 [ 190 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full | ||
| 13965 | 2025.02.25 03:59:25.403185 [ 190 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13966 | 2025.02.25 03:59:25.403228 [ 190 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 366 rows starting from the beginning of the part | ||
| 13967 | 2025.02.25 03:59:25.403320 [ 190 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 252 rows starting from the beginning of the part | ||
| 13968 | 2025.02.25 03:59:25.403610 [ 190 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 252 rows starting from the beginning of the part | ||
| 13969 | 2025.02.25 03:59:25.403794 [ 190 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 113 rows starting from the beginning of the part | ||
| 13970 | 2025.02.25 03:59:25.403959 [ 190 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 228 rows starting from the beginning of the part | ||
| 13971 | 2025.02.25 03:59:25.405320 [ 188 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1211 rows, containing 5 columns (5 merged, 0 gathered) in 0.002424235 sec., 499539.0298382789 rows/sec., 35.90 MiB/sec. | ||
| 13972 | 2025.02.25 03:59:25.405514 [ 202 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
| 13973 | 2025.02.25 03:59:25.405871 [ 202 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_26_6} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13974 | 2025.02.25 03:59:25.405965 [ 202 ] {24b852eb-0021-4d5e-a17b-9b432e4f3f1e::all_1_26_6} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
| 13975 | 2025.02.25 03:59:25.406055 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 13976 | 2025.02.25 03:59:25.933924 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 13977 | 2025.02.25 03:59:25.957229 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13978 | 2025.02.25 03:59:25.957306 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13979 | 2025.02.25 03:59:25.964938 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13980 | 2025.02.25 03:59:25.965808 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13981 | 2025.02.25 03:59:25.966212 [ 73 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13982 | 2025.02.25 03:59:25.966365 [ 73 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13983 | 2025.02.25 03:59:25.966445 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 13984 | 2025.02.25 03:59:25.966916 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 13985 | 2025.02.25 03:59:25.980498 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 13986 | 2025.02.25 03:59:25.981285 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13987 | 2025.02.25 03:59:25.982375 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 13988 | 2025.02.25 03:59:25.987537 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 13989 | 2025.02.25 03:59:25.992922 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 13990 | 2025.02.25 03:59:25.998587 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 13991 | 2025.02.25 03:59:26.004844 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 13992 | 2025.02.25 03:59:26.010600 [ 191 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::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 | ||
| 13993 | 2025.02.25 03:59:26.074157 [ 188 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.107573796 sec., 6033.067755645622 rows/sec., 31.20 MiB/sec. | ||
| 13994 | 2025.02.25 03:59:26.077963 [ 198 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13995 | 2025.02.25 03:59:26.081255 [ 198 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_86_17} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13996 | 2025.02.25 03:59:26.081372 [ 198 ] {d603c549-1b0c-4c3d-8676-9af50e7e1b45::all_1_86_17} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13997 | 2025.02.25 03:59:26.083883 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 13998 | 2025.02.25 03:59:27.582549 [ 224 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): 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] | ||
| 13999 | 2025.02.25 03:59:27.582629 [ 224 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): 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] | ||
| 14000 | 2025.02.25 03:59:27.584877 [ 224 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): 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] | ||
| 14001 | 2025.02.25 03:59:28.319852 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1868 | ||
| 14002 | 2025.02.25 03:59:28.322667 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14003 | 2025.02.25 03:59:28.322711 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 14004 | 2025.02.25 03:59:28.324238 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 14005 | 2025.02.25 03:59:28.324545 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14006 | 2025.02.25 03:59:28.325024 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1868 | ||
| 14007 | 2025.02.25 03:59:28.768861 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14008 | 2025.02.25 03:59:28.769178 [ 4 ] {59bdc15d-233c-4a8c-8996-04348172790a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14009 | 2025.02.25 03:59:28.769299 [ 4 ] {59bdc15d-233c-4a8c-8996-04348172790a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14010 | 2025.02.25 03:59:28.770064 [ 4 ] {59bdc15d-233c-4a8c-8996-04348172790a} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14011 | 2025.02.25 03:59:28.770118 [ 4 ] {59bdc15d-233c-4a8c-8996-04348172790a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 14012 | 2025.02.25 03:59:28.770583 [ 4 ] {59bdc15d-233c-4a8c-8996-04348172790a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 14013 | 2025.02.25 03:59:28.770841 [ 4 ] {59bdc15d-233c-4a8c-8996-04348172790a} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14014 | 2025.02.25 03:59:28.771086 [ 4 ] {59bdc15d-233c-4a8c-8996-04348172790a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001996 sec., 1002.0040080160321 rows/sec., 81.71 KiB/sec. | ||
| 14015 | 2025.02.25 03:59:28.771155 [ 4 ] {59bdc15d-233c-4a8c-8996-04348172790a} <Debug> TCPHandler: Processed in 0.002487826 sec. | ||
| 14016 | 2025.02.25 03:59:28.771343 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14017 | 2025.02.25 03:59:28.771489 [ 254 ] {0c31945a-2e56-4ef3-89a5-3d74e44bd344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14018 | 2025.02.25 03:59:28.771547 [ 254 ] {0c31945a-2e56-4ef3-89a5-3d74e44bd344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14019 | 2025.02.25 03:59:28.772286 [ 254 ] {0c31945a-2e56-4ef3-89a5-3d74e44bd344} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14020 | 2025.02.25 03:59:28.772328 [ 254 ] {0c31945a-2e56-4ef3-89a5-3d74e44bd344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 14021 | 2025.02.25 03:59:28.772726 [ 254 ] {0c31945a-2e56-4ef3-89a5-3d74e44bd344} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 14022 | 2025.02.25 03:59:28.772972 [ 254 ] {0c31945a-2e56-4ef3-89a5-3d74e44bd344} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14023 | 2025.02.25 03:59:28.773188 [ 254 ] {0c31945a-2e56-4ef3-89a5-3d74e44bd344} <Debug> executeQuery: Read 135 rows, 11.88 KiB in 0.001735 sec., 77809.79827089337 rows/sec., 6.69 MiB/sec. | ||
| 14024 | 2025.02.25 03:59:28.773243 [ 254 ] {0c31945a-2e56-4ef3-89a5-3d74e44bd344} <Debug> TCPHandler: Processed in 0.001971654 sec. | ||
| 14025 | 2025.02.25 03:59:28.773388 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14026 | 2025.02.25 03:59:28.773502 [ 4 ] {6997f08d-c794-4040-b88a-b89e66327708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14027 | 2025.02.25 03:59:28.773550 [ 4 ] {6997f08d-c794-4040-b88a-b89e66327708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14028 | 2025.02.25 03:59:28.774100 [ 4 ] {6997f08d-c794-4040-b88a-b89e66327708} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14029 | 2025.02.25 03:59:28.774142 [ 4 ] {6997f08d-c794-4040-b88a-b89e66327708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 14030 | 2025.02.25 03:59:28.774504 [ 4 ] {6997f08d-c794-4040-b88a-b89e66327708} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 14031 | 2025.02.25 03:59:28.774740 [ 4 ] {6997f08d-c794-4040-b88a-b89e66327708} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14032 | 2025.02.25 03:59:28.774915 [ 69 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 14033 | 2025.02.25 03:59:28.774978 [ 4 ] {6997f08d-c794-4040-b88a-b89e66327708} <Debug> executeQuery: Read 41 rows, 3.07 KiB in 0.001497 sec., 27388.109552438207 rows/sec., 2.00 MiB/sec. | ||
| 14034 | 2025.02.25 03:59:28.774998 [ 69 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14035 | 2025.02.25 03:59:28.775064 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 14036 | 2025.02.25 03:59:28.775114 [ 4 ] {6997f08d-c794-4040-b88a-b89e66327708} <Debug> TCPHandler: Processed in 0.001778769 sec. | ||
| 14037 | 2025.02.25 03:59:28.775314 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14038 | 2025.02.25 03:59:28.775321 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 14039 | 2025.02.25 03:59:28.775496 [ 254 ] {eb3497f5-1323-4a05-ae40-6213c6fbfba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14040 | 2025.02.25 03:59:28.775574 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14041 | 2025.02.25 03:59:28.775594 [ 254 ] {eb3497f5-1323-4a05-ae40-6213c6fbfba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14042 | 2025.02.25 03:59:28.775655 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 177 rows starting from the beginning of the part | ||
| 14043 | 2025.02.25 03:59:28.775988 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 51 rows starting from the beginning of the part | ||
| 14044 | 2025.02.25 03:59:28.776368 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 145 rows starting from the beginning of the part | ||
| 14045 | 2025.02.25 03:59:28.776814 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::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 | ||
| 14046 | 2025.02.25 03:59:28.777152 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 39 rows starting from the beginning of the part | ||
| 14047 | 2025.02.25 03:59:28.777467 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 41 rows starting from the beginning of the part | ||
| 14048 | 2025.02.25 03:59:28.778430 [ 254 ] {eb3497f5-1323-4a05-ae40-6213c6fbfba2} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14049 | 2025.02.25 03:59:28.778514 [ 254 ] {eb3497f5-1323-4a05-ae40-6213c6fbfba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 14050 | 2025.02.25 03:59:28.779499 [ 254 ] {eb3497f5-1323-4a05-ae40-6213c6fbfba2} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 14051 | 2025.02.25 03:59:28.780025 [ 254 ] {eb3497f5-1323-4a05-ae40-6213c6fbfba2} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14052 | 2025.02.25 03:59:28.780171 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 457 rows, containing 5 columns (5 merged, 0 gathered) in 0.005007311 sec., 91266.55005051613 rows/sec., 6.40 MiB/sec. | ||
| 14053 | 2025.02.25 03:59:28.780398 [ 254 ] {eb3497f5-1323-4a05-ae40-6213c6fbfba2} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.004975 sec., 21105.527638190953 rows/sec., 1.65 MiB/sec. | ||
| 14054 | 2025.02.25 03:59:28.780444 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 14055 | 2025.02.25 03:59:28.780555 [ 254 ] {eb3497f5-1323-4a05-ae40-6213c6fbfba2} <Debug> TCPHandler: Processed in 0.005332219 sec. | ||
| 14056 | 2025.02.25 03:59:28.780753 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14057 | 2025.02.25 03:59:28.780930 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_81_16} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14058 | 2025.02.25 03:59:28.780942 [ 4 ] {2b21730e-d89e-4c36-87b9-87084359e814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14059 | 2025.02.25 03:59:28.781058 [ 4 ] {2b21730e-d89e-4c36-87b9-87084359e814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14060 | 2025.02.25 03:59:28.781089 [ 193 ] {914bdcce-c3a0-4586-a057-ca42cbb2827e::all_1_81_16} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 14061 | 2025.02.25 03:59:28.781293 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 14062 | 2025.02.25 03:59:28.781804 [ 4 ] {2b21730e-d89e-4c36-87b9-87084359e814} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14063 | 2025.02.25 03:59:28.781848 [ 4 ] {2b21730e-d89e-4c36-87b9-87084359e814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 14064 | 2025.02.25 03:59:28.782248 [ 4 ] {2b21730e-d89e-4c36-87b9-87084359e814} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 14065 | 2025.02.25 03:59:28.782489 [ 4 ] {2b21730e-d89e-4c36-87b9-87084359e814} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14066 | 2025.02.25 03:59:28.782679 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 2 parts from all_1_142_32 to all_143_143_0 | ||
| 14067 | 2025.02.25 03:59:28.782733 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14068 | 2025.02.25 03:59:28.782741 [ 4 ] {2b21730e-d89e-4c36-87b9-87084359e814} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00185 sec., 87027.02702702703 rows/sec., 6.06 MiB/sec. | ||
| 14069 | 2025.02.25 03:59:28.782763 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 14070 | 2025.02.25 03:59:28.782915 [ 4 ] {2b21730e-d89e-4c36-87b9-87084359e814} <Debug> TCPHandler: Processed in 0.00224453 sec. | ||
| 14071 | 2025.02.25 03:59:28.783005 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_143_33} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_142_32 to all_143_143_0 into Compact with storage Full | ||
| 14072 | 2025.02.25 03:59:28.783118 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14073 | 2025.02.25 03:59:28.783199 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_143_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14074 | 2025.02.25 03:59:28.783316 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_143_33} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_142_32, total 38614 rows starting from the beginning of the part | ||
| 14075 | 2025.02.25 03:59:28.783381 [ 254 ] {a56b4ee7-294a-4568-b8e4-385facbccbf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14076 | 2025.02.25 03:59:28.783872 [ 196 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_143_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 964 rows starting from the beginning of the part | ||
| 14077 | 2025.02.25 03:59:28.784059 [ 254 ] {a56b4ee7-294a-4568-b8e4-385facbccbf5} <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 | ||
| 14078 | 2025.02.25 03:59:28.788107 [ 254 ] {a56b4ee7-294a-4568-b8e4-385facbccbf5} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14079 | 2025.02.25 03:59:28.788149 [ 254 ] {a56b4ee7-294a-4568-b8e4-385facbccbf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 14080 | 2025.02.25 03:59:28.788889 [ 254 ] {a56b4ee7-294a-4568-b8e4-385facbccbf5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 14081 | 2025.02.25 03:59:28.789172 [ 254 ] {a56b4ee7-294a-4568-b8e4-385facbccbf5} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14082 | 2025.02.25 03:59:28.789488 [ 254 ] {a56b4ee7-294a-4568-b8e4-385facbccbf5} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.006256 sec., 6234.015345268542 rows/sec., 11.17 MiB/sec. | ||
| 14083 | 2025.02.25 03:59:28.790314 [ 254 ] {a56b4ee7-294a-4568-b8e4-385facbccbf5} <Debug> TCPHandler: Processed in 0.007292043 sec. | ||
| 14084 | 2025.02.25 03:59:28.790552 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14085 | 2025.02.25 03:59:28.790729 [ 4 ] {e54c0d97-36af-4b8e-95a0-a6d609a2a41a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14086 | 2025.02.25 03:59:28.790797 [ 4 ] {e54c0d97-36af-4b8e-95a0-a6d609a2a41a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14087 | 2025.02.25 03:59:28.791392 [ 4 ] {e54c0d97-36af-4b8e-95a0-a6d609a2a41a} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14088 | 2025.02.25 03:59:28.791434 [ 4 ] {e54c0d97-36af-4b8e-95a0-a6d609a2a41a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 14089 | 2025.02.25 03:59:28.791846 [ 4 ] {e54c0d97-36af-4b8e-95a0-a6d609a2a41a} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 14090 | 2025.02.25 03:59:28.792132 [ 4 ] {e54c0d97-36af-4b8e-95a0-a6d609a2a41a} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14091 | 2025.02.25 03:59:28.792382 [ 4 ] {e54c0d97-36af-4b8e-95a0-a6d609a2a41a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001693 sec., 35440.04725339633 rows/sec., 2.39 MiB/sec. | ||
| 14092 | 2025.02.25 03:59:28.792438 [ 4 ] {e54c0d97-36af-4b8e-95a0-a6d609a2a41a} <Debug> TCPHandler: Processed in 0.002014055 sec. | ||
| 14093 | 2025.02.25 03:59:28.793478 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_143_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39578 rows, containing 5 columns (5 merged, 0 gathered) in 0.010577256 sec., 3741802.221672615 rows/sec., 256.09 MiB/sec. | ||
| 14094 | 2025.02.25 03:59:28.794309 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_143_33} <Trace> MergedBlockOutputStream: filled checksums all_1_143_33 (state Temporary) | ||
| 14095 | 2025.02.25 03:59:28.794710 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_143_33} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_143_33 to all_1_143_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14096 | 2025.02.25 03:59:28.794807 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_143_33} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 2 parts: [all_1_142_32, all_143_143_0] -> all_1_143_33 | ||
| 14097 | 2025.02.25 03:59:28.794918 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 14098 | 2025.02.25 03:59:30.573146 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39894 | ||
| 14099 | 2025.02.25 03:59:30.573783 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14100 | 2025.02.25 03:59:30.573819 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 14101 | 2025.02.25 03:59:30.574341 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 14102 | 2025.02.25 03:59:30.574592 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14103 | 2025.02.25 03:59:30.574770 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 | ||
| 14104 | 2025.02.25 03:59:33.164214 [ 220 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 14105 | 2025.02.25 03:59:33.164295 [ 220 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 14106 | 2025.02.25 03:59:33.166769 [ 220 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 14107 | 2025.02.25 03:59:33.180740 [ 222 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 14108 | 2025.02.25 03:59:33.180798 [ 222 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 14109 | 2025.02.25 03:59:33.182756 [ 222 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 14110 | 2025.02.25 03:59:33.481552 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 14111 | 2025.02.25 03:59:33.505572 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14112 | 2025.02.25 03:59:33.505647 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14113 | 2025.02.25 03:59:33.513387 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 14114 | 2025.02.25 03:59:33.514205 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14115 | 2025.02.25 03:59:33.517578 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 14116 | 2025.02.25 03:59:33.764992 [ 209 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 14117 | 2025.02.25 03:59:33.765050 [ 209 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 14118 | 2025.02.25 03:59:33.766897 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14119 | 2025.02.25 03:59:33.766961 [ 209 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 14120 | 2025.02.25 03:59:33.767245 [ 4 ] {930f2e1f-6d21-4737-92db-313551fae166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14121 | 2025.02.25 03:59:33.767372 [ 4 ] {930f2e1f-6d21-4737-92db-313551fae166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14122 | 2025.02.25 03:59:33.768910 [ 4 ] {930f2e1f-6d21-4737-92db-313551fae166} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14123 | 2025.02.25 03:59:33.768956 [ 4 ] {930f2e1f-6d21-4737-92db-313551fae166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14124 | 2025.02.25 03:59:33.769405 [ 4 ] {930f2e1f-6d21-4737-92db-313551fae166} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 14125 | 2025.02.25 03:59:33.769664 [ 4 ] {930f2e1f-6d21-4737-92db-313551fae166} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14126 | 2025.02.25 03:59:33.769860 [ 4 ] {930f2e1f-6d21-4737-92db-313551fae166} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002748 sec., 20378.457059679768 rows/sec., 1.56 MiB/sec. | ||
| 14127 | 2025.02.25 03:59:33.769927 [ 4 ] {930f2e1f-6d21-4737-92db-313551fae166} <Debug> TCPHandler: Processed in 0.003169641 sec. | ||
| 14128 | 2025.02.25 03:59:33.770084 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14129 | 2025.02.25 03:59:33.770207 [ 254 ] {e765b01d-f270-425c-a456-67a8c02932a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14130 | 2025.02.25 03:59:33.770257 [ 254 ] {e765b01d-f270-425c-a456-67a8c02932a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14131 | 2025.02.25 03:59:33.770819 [ 254 ] {e765b01d-f270-425c-a456-67a8c02932a4} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14132 | 2025.02.25 03:59:33.770859 [ 254 ] {e765b01d-f270-425c-a456-67a8c02932a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14133 | 2025.02.25 03:59:33.771232 [ 254 ] {e765b01d-f270-425c-a456-67a8c02932a4} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 14134 | 2025.02.25 03:59:33.771474 [ 254 ] {e765b01d-f270-425c-a456-67a8c02932a4} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14135 | 2025.02.25 03:59:33.771657 [ 254 ] {e765b01d-f270-425c-a456-67a8c02932a4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001478 sec., 43301.75913396482 rows/sec., 3.38 MiB/sec. | ||
| 14136 | 2025.02.25 03:59:33.771709 [ 254 ] {e765b01d-f270-425c-a456-67a8c02932a4} <Debug> TCPHandler: Processed in 0.001685298 sec. | ||
| 14137 | 2025.02.25 03:59:33.771853 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14138 | 2025.02.25 03:59:33.771985 [ 4 ] {e35223b2-2bf1-4377-b9a5-fb5fb49072bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14139 | 2025.02.25 03:59:33.772045 [ 4 ] {e35223b2-2bf1-4377-b9a5-fb5fb49072bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14140 | 2025.02.25 03:59:33.772611 [ 4 ] {e35223b2-2bf1-4377-b9a5-fb5fb49072bf} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14141 | 2025.02.25 03:59:33.772648 [ 4 ] {e35223b2-2bf1-4377-b9a5-fb5fb49072bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14142 | 2025.02.25 03:59:33.773051 [ 4 ] {e35223b2-2bf1-4377-b9a5-fb5fb49072bf} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 14143 | 2025.02.25 03:59:33.773291 [ 4 ] {e35223b2-2bf1-4377-b9a5-fb5fb49072bf} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14144 | 2025.02.25 03:59:33.773432 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 2 parts from all_1_143_33 to all_144_144_0 | ||
| 14145 | 2025.02.25 03:59:33.773471 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14146 | 2025.02.25 03:59:33.773471 [ 4 ] {e35223b2-2bf1-4377-b9a5-fb5fb49072bf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001515 sec., 105610.56105610561 rows/sec., 7.36 MiB/sec. | ||
| 14147 | 2025.02.25 03:59:33.773496 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14148 | 2025.02.25 03:59:33.773581 [ 4 ] {e35223b2-2bf1-4377-b9a5-fb5fb49072bf} <Debug> TCPHandler: Processed in 0.001784299 sec. | ||
| 14149 | 2025.02.25 03:59:33.773664 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_144_34} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_143_33 to all_144_144_0 into Compact with storage Full | ||
| 14150 | 2025.02.25 03:59:33.773739 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14151 | 2025.02.25 03:59:33.773941 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_144_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14152 | 2025.02.25 03:59:33.773973 [ 254 ] {d6893e9f-cc6d-41ea-9bfd-3a75ca37c91c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14153 | 2025.02.25 03:59:33.774012 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_144_34} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_143_33, total 39578 rows starting from the beginning of the part | ||
| 14154 | 2025.02.25 03:59:33.774075 [ 254 ] {d6893e9f-cc6d-41ea-9bfd-3a75ca37c91c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14155 | 2025.02.25 03:59:33.774371 [ 193 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_144_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 44 rows starting from the beginning of the part | ||
| 14156 | 2025.02.25 03:59:33.775722 [ 254 ] {d6893e9f-cc6d-41ea-9bfd-3a75ca37c91c} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14157 | 2025.02.25 03:59:33.775786 [ 254 ] {d6893e9f-cc6d-41ea-9bfd-3a75ca37c91c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14158 | 2025.02.25 03:59:33.776340 [ 254 ] {d6893e9f-cc6d-41ea-9bfd-3a75ca37c91c} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 14159 | 2025.02.25 03:59:33.776718 [ 254 ] {d6893e9f-cc6d-41ea-9bfd-3a75ca37c91c} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14160 | 2025.02.25 03:59:33.776930 [ 254 ] {d6893e9f-cc6d-41ea-9bfd-3a75ca37c91c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003035 sec., 19769.357495881384 rows/sec., 1.33 MiB/sec. | ||
| 14161 | 2025.02.25 03:59:33.776989 [ 254 ] {d6893e9f-cc6d-41ea-9bfd-3a75ca37c91c} <Debug> TCPHandler: Processed in 0.003317445 sec. | ||
| 14162 | 2025.02.25 03:59:33.781908 [ 186 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_144_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39622 rows, containing 5 columns (5 merged, 0 gathered) in 0.008305185 sec., 4770754.655073909 rows/sec., 326.52 MiB/sec. | ||
| 14163 | 2025.02.25 03:59:33.782706 [ 186 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_144_34} <Trace> MergedBlockOutputStream: filled checksums all_1_144_34 (state Temporary) | ||
| 14164 | 2025.02.25 03:59:33.783034 [ 186 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_144_34} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_144_34 to all_1_144_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14165 | 2025.02.25 03:59:33.783125 [ 186 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_144_34} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 2 parts: [all_1_143_33, all_144_144_0] -> all_1_144_34 | ||
| 14166 | 2025.02.25 03:59:33.783227 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 14167 | 2025.02.25 03:59:34.382998 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 14168 | 2025.02.25 03:59:34.383055 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 14169 | 2025.02.25 03:59:34.385067 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 14170 | 2025.02.25 03:59:37.786795 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14171 | 2025.02.25 03:59:37.786847 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14172 | 2025.02.25 03:59:38.075868 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40382 | ||
| 14173 | 2025.02.25 03:59:38.076834 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14174 | 2025.02.25 03:59:38.076898 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14175 | 2025.02.25 03:59:38.077525 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 14176 | 2025.02.25 03:59:38.077777 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14177 | 2025.02.25 03:59:38.077992 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40382 | ||
| 14178 | 2025.02.25 03:59:38.326139 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1890 | ||
| 14179 | 2025.02.25 03:59:38.329144 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14180 | 2025.02.25 03:59:38.329207 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14181 | 2025.02.25 03:59:38.330781 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 14182 | 2025.02.25 03:59:38.331120 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14183 | 2025.02.25 03:59:38.331891 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1890 | ||
| 14184 | 2025.02.25 03:59:38.768531 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14185 | 2025.02.25 03:59:38.768726 [ 4 ] {0005b1e7-b91e-42f6-9ebf-79f735cc356e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14186 | 2025.02.25 03:59:38.768799 [ 4 ] {0005b1e7-b91e-42f6-9ebf-79f735cc356e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14187 | 2025.02.25 03:59:38.769620 [ 4 ] {0005b1e7-b91e-42f6-9ebf-79f735cc356e} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14188 | 2025.02.25 03:59:38.769671 [ 4 ] {0005b1e7-b91e-42f6-9ebf-79f735cc356e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14189 | 2025.02.25 03:59:38.770120 [ 4 ] {0005b1e7-b91e-42f6-9ebf-79f735cc356e} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 14190 | 2025.02.25 03:59:38.770381 [ 4 ] {0005b1e7-b91e-42f6-9ebf-79f735cc356e} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14191 | 2025.02.25 03:59:38.770609 [ 4 ] {0005b1e7-b91e-42f6-9ebf-79f735cc356e} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001933 sec., 70356.95809622349 rows/sec., 6.06 MiB/sec. | ||
| 14192 | 2025.02.25 03:59:38.770673 [ 4 ] {0005b1e7-b91e-42f6-9ebf-79f735cc356e} <Debug> TCPHandler: Processed in 0.002273361 sec. | ||
| 14193 | 2025.02.25 03:59:38.770841 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14194 | 2025.02.25 03:59:38.770981 [ 254 ] {e6014552-3b6d-408c-8c8b-8c97096d43b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14195 | 2025.02.25 03:59:38.771039 [ 254 ] {e6014552-3b6d-408c-8c8b-8c97096d43b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14196 | 2025.02.25 03:59:38.771673 [ 254 ] {e6014552-3b6d-408c-8c8b-8c97096d43b6} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14197 | 2025.02.25 03:59:38.771714 [ 254 ] {e6014552-3b6d-408c-8c8b-8c97096d43b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14198 | 2025.02.25 03:59:38.772087 [ 254 ] {e6014552-3b6d-408c-8c8b-8c97096d43b6} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 14199 | 2025.02.25 03:59:38.772359 [ 254 ] {e6014552-3b6d-408c-8c8b-8c97096d43b6} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14200 | 2025.02.25 03:59:38.772597 [ 254 ] {e6014552-3b6d-408c-8c8b-8c97096d43b6} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001641 sec., 24375.38086532602 rows/sec., 1.79 MiB/sec. | ||
| 14201 | 2025.02.25 03:59:38.772704 [ 254 ] {e6014552-3b6d-408c-8c8b-8c97096d43b6} <Debug> TCPHandler: Processed in 0.001928733 sec. | ||
| 14202 | 2025.02.25 03:59:38.772906 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14203 | 2025.02.25 03:59:38.773052 [ 4 ] {cbf14726-d243-489a-9354-37e19d7945bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14204 | 2025.02.25 03:59:38.773102 [ 4 ] {cbf14726-d243-489a-9354-37e19d7945bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14205 | 2025.02.25 03:59:38.773676 [ 4 ] {cbf14726-d243-489a-9354-37e19d7945bd} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14206 | 2025.02.25 03:59:38.773717 [ 4 ] {cbf14726-d243-489a-9354-37e19d7945bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14207 | 2025.02.25 03:59:38.774081 [ 4 ] {cbf14726-d243-489a-9354-37e19d7945bd} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 14208 | 2025.02.25 03:59:38.774321 [ 4 ] {cbf14726-d243-489a-9354-37e19d7945bd} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14209 | 2025.02.25 03:59:38.774541 [ 4 ] {cbf14726-d243-489a-9354-37e19d7945bd} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001515 sec., 68646.86468646865 rows/sec., 5.36 MiB/sec. | ||
| 14210 | 2025.02.25 03:59:38.774594 [ 4 ] {cbf14726-d243-489a-9354-37e19d7945bd} <Debug> TCPHandler: Processed in 0.001800571 sec. | ||
| 14211 | 2025.02.25 03:59:38.774742 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14212 | 2025.02.25 03:59:38.774872 [ 254 ] {17805001-be1f-4887-86aa-c527200df3fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14213 | 2025.02.25 03:59:38.774932 [ 254 ] {17805001-be1f-4887-86aa-c527200df3fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14214 | 2025.02.25 03:59:38.775545 [ 254 ] {17805001-be1f-4887-86aa-c527200df3fd} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14215 | 2025.02.25 03:59:38.775584 [ 254 ] {17805001-be1f-4887-86aa-c527200df3fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14216 | 2025.02.25 03:59:38.775979 [ 254 ] {17805001-be1f-4887-86aa-c527200df3fd} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 14217 | 2025.02.25 03:59:38.776220 [ 254 ] {17805001-be1f-4887-86aa-c527200df3fd} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14218 | 2025.02.25 03:59:38.776393 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 2 parts from all_1_144_34 to all_145_145_0 | ||
| 14219 | 2025.02.25 03:59:38.776448 [ 254 ] {17805001-be1f-4887-86aa-c527200df3fd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. | ||
| 14220 | 2025.02.25 03:59:38.776483 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14221 | 2025.02.25 03:59:38.776569 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14222 | 2025.02.25 03:59:38.776580 [ 254 ] {17805001-be1f-4887-86aa-c527200df3fd} <Debug> TCPHandler: Processed in 0.001898942 sec. | ||
| 14223 | 2025.02.25 03:59:38.776829 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_145_35} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_144_34 to all_145_145_0 into Compact with storage Full | ||
| 14224 | 2025.02.25 03:59:38.776859 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14225 | 2025.02.25 03:59:38.777301 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_145_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14226 | 2025.02.25 03:59:38.777357 [ 4 ] {fe056eb5-60a9-4d27-8f00-b5ed35ffc28e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14227 | 2025.02.25 03:59:38.777428 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_145_35} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_144_34, total 39622 rows starting from the beginning of the part | ||
| 14228 | 2025.02.25 03:59:38.777977 [ 195 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_145_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 160 rows starting from the beginning of the part | ||
| 14229 | 2025.02.25 03:59:38.778000 [ 4 ] {fe056eb5-60a9-4d27-8f00-b5ed35ffc28e} <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 | ||
| 14230 | 2025.02.25 03:59:38.782078 [ 4 ] {fe056eb5-60a9-4d27-8f00-b5ed35ffc28e} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14231 | 2025.02.25 03:59:38.782121 [ 4 ] {fe056eb5-60a9-4d27-8f00-b5ed35ffc28e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14232 | 2025.02.25 03:59:38.783042 [ 4 ] {fe056eb5-60a9-4d27-8f00-b5ed35ffc28e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 14233 | 2025.02.25 03:59:38.783341 [ 4 ] {fe056eb5-60a9-4d27-8f00-b5ed35ffc28e} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14234 | 2025.02.25 03:59:38.783669 [ 4 ] {fe056eb5-60a9-4d27-8f00-b5ed35ffc28e} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.006541 sec., 6115.272894052897 rows/sec., 10.96 MiB/sec. | ||
| 14235 | 2025.02.25 03:59:38.783786 [ 4 ] {fe056eb5-60a9-4d27-8f00-b5ed35ffc28e} <Debug> TCPHandler: Processed in 0.007066128 sec. | ||
| 14236 | 2025.02.25 03:59:38.783948 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14237 | 2025.02.25 03:59:38.784062 [ 254 ] {b439842f-6040-4214-af1b-32c11700c628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14238 | 2025.02.25 03:59:38.784116 [ 254 ] {b439842f-6040-4214-af1b-32c11700c628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14239 | 2025.02.25 03:59:38.784872 [ 254 ] {b439842f-6040-4214-af1b-32c11700c628} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14240 | 2025.02.25 03:59:38.784914 [ 254 ] {b439842f-6040-4214-af1b-32c11700c628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14241 | 2025.02.25 03:59:38.785392 [ 254 ] {b439842f-6040-4214-af1b-32c11700c628} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 14242 | 2025.02.25 03:59:38.785711 [ 254 ] {b439842f-6040-4214-af1b-32c11700c628} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14243 | 2025.02.25 03:59:38.786061 [ 254 ] {b439842f-6040-4214-af1b-32c11700c628} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002019 sec., 29717.68202080238 rows/sec., 2.00 MiB/sec. | ||
| 14244 | 2025.02.25 03:59:38.786118 [ 254 ] {b439842f-6040-4214-af1b-32c11700c628} <Debug> TCPHandler: Processed in 0.00222687 sec. | ||
| 14245 | 2025.02.25 03:59:38.787632 [ 186 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_145_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39782 rows, containing 5 columns (5 merged, 0 gathered) in 0.010967345 sec., 3627313.6296888627 rows/sec., 248.28 MiB/sec. | ||
| 14246 | 2025.02.25 03:59:38.788211 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_145_35} <Trace> MergedBlockOutputStream: filled checksums all_1_145_35 (state Temporary) | ||
| 14247 | 2025.02.25 03:59:38.788539 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_145_35} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_145_35 to all_1_145_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14248 | 2025.02.25 03:59:38.788623 [ 199 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_145_35} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 2 parts: [all_1_144_34, all_145_145_0] -> all_1_145_35 | ||
| 14249 | 2025.02.25 03:59:38.788705 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 14250 | 2025.02.25 03:59:39.968692 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): 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] | ||
| 14251 | 2025.02.25 03:59:39.968758 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): 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] | ||
| 14252 | 2025.02.25 03:59:39.970813 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): 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] | ||
| 14253 | 2025.02.25 03:59:40.718051 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14254 | 2025.02.25 03:59:40.718247 [ 4 ] {7ab70056-3a52-4e6e-8926-2a50e2f9e8df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14255 | 2025.02.25 03:59:40.718321 [ 4 ] {7ab70056-3a52-4e6e-8926-2a50e2f9e8df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14256 | 2025.02.25 03:59:40.719089 [ 4 ] {7ab70056-3a52-4e6e-8926-2a50e2f9e8df} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14257 | 2025.02.25 03:59:40.719142 [ 4 ] {7ab70056-3a52-4e6e-8926-2a50e2f9e8df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14258 | 2025.02.25 03:59:40.719658 [ 4 ] {7ab70056-3a52-4e6e-8926-2a50e2f9e8df} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 14259 | 2025.02.25 03:59:40.719963 [ 4 ] {7ab70056-3a52-4e6e-8926-2a50e2f9e8df} <Trace> oximeter.fields_i16 (770db05a-b623-4568-8cb5-d9c76a7472a3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14260 | 2025.02.25 03:59:40.720194 [ 4 ] {7ab70056-3a52-4e6e-8926-2a50e2f9e8df} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001999 sec., 12006.00300150075 rows/sec., 1020.04 KiB/sec. | ||
| 14261 | 2025.02.25 03:59:40.720262 [ 4 ] {7ab70056-3a52-4e6e-8926-2a50e2f9e8df} <Debug> TCPHandler: Processed in 0.002346853 sec. | ||
| 14262 | 2025.02.25 03:59:40.720422 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14263 | 2025.02.25 03:59:40.720544 [ 254 ] {db3d1fad-3c05-4ec2-813d-b604083a5f0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14264 | 2025.02.25 03:59:40.720594 [ 254 ] {db3d1fad-3c05-4ec2-813d-b604083a5f0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14265 | 2025.02.25 03:59:40.721895 [ 254 ] {db3d1fad-3c05-4ec2-813d-b604083a5f0a} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14266 | 2025.02.25 03:59:40.721938 [ 254 ] {db3d1fad-3c05-4ec2-813d-b604083a5f0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14267 | 2025.02.25 03:59:40.722398 [ 254 ] {db3d1fad-3c05-4ec2-813d-b604083a5f0a} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 14268 | 2025.02.25 03:59:40.722653 [ 254 ] {db3d1fad-3c05-4ec2-813d-b604083a5f0a} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14269 | 2025.02.25 03:59:40.722862 [ 254 ] {db3d1fad-3c05-4ec2-813d-b604083a5f0a} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.002345 sec., 561194.0298507463 rows/sec., 46.61 MiB/sec. | ||
| 14270 | 2025.02.25 03:59:40.722917 [ 254 ] {db3d1fad-3c05-4ec2-813d-b604083a5f0a} <Debug> TCPHandler: Processed in 0.002553557 sec. | ||
| 14271 | 2025.02.25 03:59:40.723107 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14272 | 2025.02.25 03:59:40.723240 [ 4 ] {493f1785-d9aa-4964-b90d-4ee3f69c2786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14273 | 2025.02.25 03:59:40.723296 [ 4 ] {493f1785-d9aa-4964-b90d-4ee3f69c2786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14274 | 2025.02.25 03:59:40.723888 [ 4 ] {493f1785-d9aa-4964-b90d-4ee3f69c2786} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14275 | 2025.02.25 03:59:40.723930 [ 4 ] {493f1785-d9aa-4964-b90d-4ee3f69c2786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14276 | 2025.02.25 03:59:40.724296 [ 4 ] {493f1785-d9aa-4964-b90d-4ee3f69c2786} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 14277 | 2025.02.25 03:59:40.724536 [ 4 ] {493f1785-d9aa-4964-b90d-4ee3f69c2786} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14278 | 2025.02.25 03:59:40.724748 [ 4 ] {493f1785-d9aa-4964-b90d-4ee3f69c2786} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.001539 sec., 7797.270955165692 rows/sec., 624.39 KiB/sec. | ||
| 14279 | 2025.02.25 03:59:40.724800 [ 4 ] {493f1785-d9aa-4964-b90d-4ee3f69c2786} <Debug> TCPHandler: Processed in 0.001757419 sec. | ||
| 14280 | 2025.02.25 03:59:40.724963 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14281 | 2025.02.25 03:59:40.725077 [ 254 ] {a98f850c-8dfa-487d-aca8-0c37ad9aa5f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14282 | 2025.02.25 03:59:40.725131 [ 254 ] {a98f850c-8dfa-487d-aca8-0c37ad9aa5f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14283 | 2025.02.25 03:59:40.725765 [ 254 ] {a98f850c-8dfa-487d-aca8-0c37ad9aa5f1} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14284 | 2025.02.25 03:59:40.725804 [ 254 ] {a98f850c-8dfa-487d-aca8-0c37ad9aa5f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14285 | 2025.02.25 03:59:40.726180 [ 254 ] {a98f850c-8dfa-487d-aca8-0c37ad9aa5f1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 14286 | 2025.02.25 03:59:40.726435 [ 254 ] {a98f850c-8dfa-487d-aca8-0c37ad9aa5f1} <Trace> oximeter.fields_u32 (24b852eb-0021-4d5e-a17b-9b432e4f3f1e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14287 | 2025.02.25 03:59:40.726662 [ 254 ] {a98f850c-8dfa-487d-aca8-0c37ad9aa5f1} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.0016 sec., 157500 rows/sec., 10.89 MiB/sec. | ||
| 14288 | 2025.02.25 03:59:40.726803 [ 254 ] {a98f850c-8dfa-487d-aca8-0c37ad9aa5f1} <Debug> TCPHandler: Processed in 0.001890052 sec. | ||
| 14289 | 2025.02.25 03:59:40.726999 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14290 | 2025.02.25 03:59:40.727115 [ 4 ] {b7efdcb8-c329-4a42-84aa-606110415bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14291 | 2025.02.25 03:59:40.727163 [ 4 ] {b7efdcb8-c329-4a42-84aa-606110415bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14292 | 2025.02.25 03:59:40.727723 [ 4 ] {b7efdcb8-c329-4a42-84aa-606110415bd0} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14293 | 2025.02.25 03:59:40.727764 [ 4 ] {b7efdcb8-c329-4a42-84aa-606110415bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14294 | 2025.02.25 03:59:40.728146 [ 4 ] {b7efdcb8-c329-4a42-84aa-606110415bd0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 14295 | 2025.02.25 03:59:40.728381 [ 4 ] {b7efdcb8-c329-4a42-84aa-606110415bd0} <Trace> oximeter.fields_u8 (b27f219e-48dc-4cea-8a5c-f8a2511f3bb1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14296 | 2025.02.25 03:59:40.728611 [ 4 ] {b7efdcb8-c329-4a42-84aa-606110415bd0} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00151 sec., 7947.019867549669 rows/sec., 620.86 KiB/sec. | ||
| 14297 | 2025.02.25 03:59:40.728725 [ 4 ] {b7efdcb8-c329-4a42-84aa-606110415bd0} <Debug> TCPHandler: Processed in 0.00180602 sec. | ||
| 14298 | 2025.02.25 03:59:40.728940 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14299 | 2025.02.25 03:59:40.729070 [ 254 ] {b55c4df4-2e65-4290-9566-922cf57fc944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14300 | 2025.02.25 03:59:40.729126 [ 254 ] {b55c4df4-2e65-4290-9566-922cf57fc944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14301 | 2025.02.25 03:59:40.729952 [ 254 ] {b55c4df4-2e65-4290-9566-922cf57fc944} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14302 | 2025.02.25 03:59:40.729992 [ 254 ] {b55c4df4-2e65-4290-9566-922cf57fc944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14303 | 2025.02.25 03:59:40.730382 [ 254 ] {b55c4df4-2e65-4290-9566-922cf57fc944} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 14304 | 2025.02.25 03:59:40.730622 [ 254 ] {b55c4df4-2e65-4290-9566-922cf57fc944} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14305 | 2025.02.25 03:59:40.730820 [ 254 ] {b55c4df4-2e65-4290-9566-922cf57fc944} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.001779 sec., 312535.13209668355 rows/sec., 23.42 MiB/sec. | ||
| 14306 | 2025.02.25 03:59:40.730946 [ 254 ] {b55c4df4-2e65-4290-9566-922cf57fc944} <Debug> TCPHandler: Processed in 0.002068767 sec. | ||
| 14307 | 2025.02.25 03:59:40.731113 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14308 | 2025.02.25 03:59:40.731227 [ 4 ] {c798b2ca-1ebc-48e2-9a5d-839ac76c21ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14309 | 2025.02.25 03:59:40.731303 [ 4 ] {c798b2ca-1ebc-48e2-9a5d-839ac76c21ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14310 | 2025.02.25 03:59:40.732045 [ 4 ] {c798b2ca-1ebc-48e2-9a5d-839ac76c21ff} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14311 | 2025.02.25 03:59:40.732086 [ 4 ] {c798b2ca-1ebc-48e2-9a5d-839ac76c21ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14312 | 2025.02.25 03:59:40.732545 [ 4 ] {c798b2ca-1ebc-48e2-9a5d-839ac76c21ff} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 14313 | 2025.02.25 03:59:40.732790 [ 4 ] {c798b2ca-1ebc-48e2-9a5d-839ac76c21ff} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14314 | 2025.02.25 03:59:40.732985 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Selected 6 parts from all_1_145_35 to all_150_150_0 | ||
| 14315 | 2025.02.25 03:59:40.733021 [ 4 ] {c798b2ca-1ebc-48e2-9a5d-839ac76c21ff} <Debug> executeQuery: Read 982 rows, 68.37 KiB in 0.001816 sec., 540748.8986784142 rows/sec., 36.77 MiB/sec. | ||
| 14316 | 2025.02.25 03:59:40.733069 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14317 | 2025.02.25 03:59:40.733132 [ 4 ] {c798b2ca-1ebc-48e2-9a5d-839ac76c21ff} <Debug> TCPHandler: Processed in 0.002083656 sec. | ||
| 14318 | 2025.02.25 03:59:40.733133 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14319 | 2025.02.25 03:59:40.733339 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14320 | 2025.02.25 03:59:40.733355 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_150_36} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_145_35 to all_150_150_0 into Compact with storage Full | ||
| 14321 | 2025.02.25 03:59:40.733486 [ 254 ] {2963395e-f03e-4580-be49-6f0485782488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14322 | 2025.02.25 03:59:40.733516 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_150_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14323 | 2025.02.25 03:59:40.733552 [ 254 ] {2963395e-f03e-4580-be49-6f0485782488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14324 | 2025.02.25 03:59:40.733569 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_150_36} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_145_35, total 39782 rows starting from the beginning of the part | ||
| 14325 | 2025.02.25 03:59:40.733764 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_150_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part | ||
| 14326 | 2025.02.25 03:59:40.734036 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_150_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 161 rows starting from the beginning of the part | ||
| 14327 | 2025.02.25 03:59:40.734255 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_150_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 160 rows starting from the beginning of the part | ||
| 14328 | 2025.02.25 03:59:40.734408 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_150_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 160 rows starting from the beginning of the part | ||
| 14329 | 2025.02.25 03:59:40.734549 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_150_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 982 rows starting from the beginning of the part | ||
| 14330 | 2025.02.25 03:59:40.735087 [ 254 ] {2963395e-f03e-4580-be49-6f0485782488} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14331 | 2025.02.25 03:59:40.735131 [ 254 ] {2963395e-f03e-4580-be49-6f0485782488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14332 | 2025.02.25 03:59:40.735633 [ 254 ] {2963395e-f03e-4580-be49-6f0485782488} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 14333 | 2025.02.25 03:59:40.735975 [ 254 ] {2963395e-f03e-4580-be49-6f0485782488} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14334 | 2025.02.25 03:59:40.736352 [ 254 ] {2963395e-f03e-4580-be49-6f0485782488} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.002904 sec., 8264.462809917355 rows/sec., 570.33 KiB/sec. | ||
| 14335 | 2025.02.25 03:59:40.736450 [ 254 ] {2963395e-f03e-4580-be49-6f0485782488} <Debug> TCPHandler: Processed in 0.003200352 sec. | ||
| 14336 | 2025.02.25 03:59:40.742852 [ 200 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_150_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41405 rows, containing 5 columns (5 merged, 0 gathered) in 0.009573104 sec., 4325138.429499982 rows/sec., 296.08 MiB/sec. | ||
| 14337 | 2025.02.25 03:59:40.743400 [ 197 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_150_36} <Trace> MergedBlockOutputStream: filled checksums all_1_150_36 (state Temporary) | ||
| 14338 | 2025.02.25 03:59:40.743804 [ 197 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_150_36} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_merge_all_1_150_36 to all_1_150_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14339 | 2025.02.25 03:59:40.743899 [ 197 ] {6931977f-1ce8-41f3-a880-095a41dfc22e::all_1_150_36} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e) (MergerMutator): Merged 6 parts: [all_1_145_35, all_150_150_0] -> all_1_150_36 | ||
| 14340 | 2025.02.25 03:59:40.744015 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 14341 | 2025.02.25 03:59:41.018619 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 14342 | 2025.02.25 03:59:41.043399 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14343 | 2025.02.25 03:59:41.043470 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14344 | 2025.02.25 03:59:41.052801 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 14345 | 2025.02.25 03:59:41.053740 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14346 | 2025.02.25 03:59:41.059325 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 14347 | 2025.02.25 03:59:43.763498 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14348 | 2025.02.25 03:59:43.763727 [ 4 ] {d7b2ca8f-3b6c-4617-a93c-a6fb0ccd443b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14349 | 2025.02.25 03:59:43.763801 [ 4 ] {d7b2ca8f-3b6c-4617-a93c-a6fb0ccd443b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14350 | 2025.02.25 03:59:43.764645 [ 4 ] {d7b2ca8f-3b6c-4617-a93c-a6fb0ccd443b} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14351 | 2025.02.25 03:59:43.764699 [ 4 ] {d7b2ca8f-3b6c-4617-a93c-a6fb0ccd443b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14352 | 2025.02.25 03:59:43.765147 [ 4 ] {d7b2ca8f-3b6c-4617-a93c-a6fb0ccd443b} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 14353 | 2025.02.25 03:59:43.765416 [ 4 ] {d7b2ca8f-3b6c-4617-a93c-a6fb0ccd443b} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14354 | 2025.02.25 03:59:43.765649 [ 4 ] {d7b2ca8f-3b6c-4617-a93c-a6fb0ccd443b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00197 sec., 28426.395939086295 rows/sec., 2.17 MiB/sec. | ||
| 14355 | 2025.02.25 03:59:43.765656 [ 43 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 14356 | 2025.02.25 03:59:43.765737 [ 4 ] {d7b2ca8f-3b6c-4617-a93c-a6fb0ccd443b} <Debug> TCPHandler: Processed in 0.002378473 sec. | ||
| 14357 | 2025.02.25 03:59:43.765764 [ 43 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14358 | 2025.02.25 03:59:43.765825 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14359 | 2025.02.25 03:59:43.765997 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14360 | 2025.02.25 03:59:43.766070 [ 189 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 14361 | 2025.02.25 03:59:43.766219 [ 254 ] {25307ab4-765d-498c-a586-e230bd0522e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14362 | 2025.02.25 03:59:43.766347 [ 254 ] {25307ab4-765d-498c-a586-e230bd0522e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14363 | 2025.02.25 03:59:43.766371 [ 189 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14364 | 2025.02.25 03:59:43.766477 [ 189 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1966 rows starting from the beginning of the part | ||
| 14365 | 2025.02.25 03:59:43.766795 [ 189 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 135 rows starting from the beginning of the part | ||
| 14366 | 2025.02.25 03:59:43.767177 [ 189 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 56 rows starting from the beginning of the part | ||
| 14367 | 2025.02.25 03:59:43.767592 [ 189 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 136 rows starting from the beginning of the part | ||
| 14368 | 2025.02.25 03:59:43.767932 [ 189 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 1316 rows starting from the beginning of the part | ||
| 14369 | 2025.02.25 03:59:43.768188 [ 189 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 56 rows starting from the beginning of the part | ||
| 14370 | 2025.02.25 03:59:43.770013 [ 254 ] {25307ab4-765d-498c-a586-e230bd0522e0} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14371 | 2025.02.25 03:59:43.770091 [ 254 ] {25307ab4-765d-498c-a586-e230bd0522e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14372 | 2025.02.25 03:59:43.771379 [ 254 ] {25307ab4-765d-498c-a586-e230bd0522e0} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 14373 | 2025.02.25 03:59:43.771802 [ 254 ] {25307ab4-765d-498c-a586-e230bd0522e0} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14374 | 2025.02.25 03:59:43.772147 [ 43 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 14375 | 2025.02.25 03:59:43.772370 [ 43 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14376 | 2025.02.25 03:59:43.772500 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14377 | 2025.02.25 03:59:43.772585 [ 254 ] {25307ab4-765d-498c-a586-e230bd0522e0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006404 sec., 9993.753903810119 rows/sec., 798.76 KiB/sec. | ||
| 14378 | 2025.02.25 03:59:43.772734 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3665 rows, containing 5 columns (5 merged, 0 gathered) in 0.006798702 sec., 539073.4878510634 rows/sec., 46.55 MiB/sec. | ||
| 14379 | 2025.02.25 03:59:43.772867 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 14380 | 2025.02.25 03:59:43.772902 [ 254 ] {25307ab4-765d-498c-a586-e230bd0522e0} <Debug> TCPHandler: Processed in 0.007003807 sec. | ||
| 14381 | 2025.02.25 03:59:43.773161 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 14382 | 2025.02.25 03:59:43.773161 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14383 | 2025.02.25 03:59:43.773178 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14384 | 2025.02.25 03:59:43.773265 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 951 rows starting from the beginning of the part | ||
| 14385 | 2025.02.25 03:59:43.773636 [ 4 ] {97180a90-42e2-4ee8-a8cc-c8bba6880674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14386 | 2025.02.25 03:59:43.773704 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 105 rows starting from the beginning of the part | ||
| 14387 | 2025.02.25 03:59:43.773886 [ 4 ] {97180a90-42e2-4ee8-a8cc-c8bba6880674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14388 | 2025.02.25 03:59:43.774241 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 64 rows starting from the beginning of the part | ||
| 14389 | 2025.02.25 03:59:43.774275 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_151_30} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14390 | 2025.02.25 03:59:43.774809 [ 197 ] {980d80a9-634a-41a6-b134-977b47780939::all_1_151_30} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 14391 | 2025.02.25 03:59:43.774812 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 104 rows starting from the beginning of the part | ||
| 14392 | 2025.02.25 03:59:43.775255 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 14393 | 2025.02.25 03:59:43.775380 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 556 rows starting from the beginning of the part | ||
| 14394 | 2025.02.25 03:59:43.775737 [ 189 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 64 rows starting from the beginning of the part | ||
| 14395 | 2025.02.25 03:59:43.777025 [ 4 ] {97180a90-42e2-4ee8-a8cc-c8bba6880674} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14396 | 2025.02.25 03:59:43.777100 [ 4 ] {97180a90-42e2-4ee8-a8cc-c8bba6880674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14397 | 2025.02.25 03:59:43.778209 [ 4 ] {97180a90-42e2-4ee8-a8cc-c8bba6880674} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 14398 | 2025.02.25 03:59:43.778668 [ 4 ] {97180a90-42e2-4ee8-a8cc-c8bba6880674} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14399 | 2025.02.25 03:59:43.778880 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1844 rows, containing 5 columns (5 merged, 0 gathered) in 0.00624492 sec., 295280.00358691544 rows/sec., 23.17 MiB/sec. | ||
| 14400 | 2025.02.25 03:59:43.779106 [ 4 ] {97180a90-42e2-4ee8-a8cc-c8bba6880674} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.005651 sec., 16988.143691382058 rows/sec., 1.18 MiB/sec. | ||
| 14401 | 2025.02.25 03:59:43.779168 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 14402 | 2025.02.25 03:59:43.779276 [ 4 ] {97180a90-42e2-4ee8-a8cc-c8bba6880674} <Debug> TCPHandler: Processed in 0.006209129 sec. | ||
| 14403 | 2025.02.25 03:59:43.779606 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14404 | 2025.02.25 03:59:43.780104 [ 254 ] {7dc0bb2b-5e03-4cb0-a412-60c2308814ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14405 | 2025.02.25 03:59:43.780335 [ 254 ] {7dc0bb2b-5e03-4cb0-a412-60c2308814ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14406 | 2025.02.25 03:59:43.780442 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_151_30} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14407 | 2025.02.25 03:59:43.780864 [ 192 ] {a3bbd656-a84c-48b8-892f-98eab661e7ad::all_1_151_30} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 14408 | 2025.02.25 03:59:43.781246 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 14409 | 2025.02.25 03:59:43.782126 [ 254 ] {7dc0bb2b-5e03-4cb0-a412-60c2308814ae} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14410 | 2025.02.25 03:59:43.782168 [ 254 ] {7dc0bb2b-5e03-4cb0-a412-60c2308814ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14411 | 2025.02.25 03:59:43.782582 [ 254 ] {7dc0bb2b-5e03-4cb0-a412-60c2308814ae} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 14412 | 2025.02.25 03:59:43.782812 [ 254 ] {7dc0bb2b-5e03-4cb0-a412-60c2308814ae} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14413 | 2025.02.25 03:59:43.782999 [ 42 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 14414 | 2025.02.25 03:59:43.783022 [ 254 ] {7dc0bb2b-5e03-4cb0-a412-60c2308814ae} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.003082 sec., 11680.726800778715 rows/sec., 806.09 KiB/sec. | ||
| 14415 | 2025.02.25 03:59:43.783082 [ 42 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14416 | 2025.02.25 03:59:43.783160 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14417 | 2025.02.25 03:59:43.783163 [ 254 ] {7dc0bb2b-5e03-4cb0-a412-60c2308814ae} <Debug> TCPHandler: Processed in 0.003755064 sec. | ||
| 14418 | 2025.02.25 03:59:43.783399 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 14419 | 2025.02.25 03:59:43.783616 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14420 | 2025.02.25 03:59:43.783667 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 7556 rows starting from the beginning of the part | ||
| 14421 | 2025.02.25 03:59:43.783870 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part | ||
| 14422 | 2025.02.25 03:59:43.784158 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 60 rows starting from the beginning of the part | ||
| 14423 | 2025.02.25 03:59:43.784464 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part | ||
| 14424 | 2025.02.25 03:59:43.784546 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 24 rows starting from the beginning of the part | ||
| 14425 | 2025.02.25 03:59:43.784622 [ 197 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 36 rows starting from the beginning of the part | ||
| 14426 | 2025.02.25 03:59:43.786777 [ 194 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7796 rows, containing 4 columns (4 merged, 0 gathered) in 0.003523549 sec., 2212541.9569871174 rows/sec., 148.63 MiB/sec. | ||
| 14427 | 2025.02.25 03:59:43.787295 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 14428 | 2025.02.25 03:59:43.787665 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_151_30} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14429 | 2025.02.25 03:59:43.787764 [ 187 ] {4c758249-05c5-4cc2-8b3a-83fbe5503776::all_1_151_30} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 14430 | 2025.02.25 03:59:43.787873 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 14431 | 2025.02.25 03:59:45.579091 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40809 | ||
| 14432 | 2025.02.25 03:59:45.579722 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14433 | 2025.02.25 03:59:45.579765 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14434 | 2025.02.25 03:59:45.580324 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 14435 | 2025.02.25 03:59:45.580579 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14436 | 2025.02.25 03:59:45.580762 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 | ||
| 14437 | 2025.02.25 03:59:48.333054 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1926 | ||
| 14438 | 2025.02.25 03:59:48.337484 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14439 | 2025.02.25 03:59:48.337565 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14440 | 2025.02.25 03:59:48.339745 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 14441 | 2025.02.25 03:59:48.340195 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14442 | 2025.02.25 03:59:48.340455 [ 37 ] {} <Debug> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 14443 | 2025.02.25 03:59:48.340549 [ 37 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14444 | 2025.02.25 03:59:48.340604 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14445 | 2025.02.25 03:59:48.341304 [ 197 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::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 | ||
| 14446 | 2025.02.25 03:59:48.344560 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1926 | ||
| 14447 | 2025.02.25 03:59:48.345158 [ 197 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14448 | 2025.02.25 03:59:48.345356 [ 197 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1782 rows starting from the beginning of the part | ||
| 14449 | 2025.02.25 03:59:48.346112 [ 197 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 22 rows starting from the beginning of the part | ||
| 14450 | 2025.02.25 03:59:48.346758 [ 197 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 44 rows starting from the beginning of the part | ||
| 14451 | 2025.02.25 03:59:48.347388 [ 197 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 20 rows starting from the beginning of the part | ||
| 14452 | 2025.02.25 03:59:48.347917 [ 197 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 22 rows starting from the beginning of the part | ||
| 14453 | 2025.02.25 03:59:48.348469 [ 197 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 36 rows starting from the beginning of the part | ||
| 14454 | 2025.02.25 03:59:48.358998 [ 194 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1926 rows, containing 72 columns (72 merged, 0 gathered) in 0.018259028 sec., 105482.06618665572 rows/sec., 81.38 MiB/sec. | ||
| 14455 | 2025.02.25 03:59:48.362055 [ 202 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 14456 | 2025.02.25 03:59:48.363273 [ 202 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_66_13} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14457 | 2025.02.25 03:59:48.363413 [ 202 ] {277e28d5-d02c-4a14-a203-e93efd09fbd4::all_1_66_13} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 14458 | 2025.02.25 03:59:48.363994 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB. | ||
| 14459 | 2025.02.25 03:59:48.560382 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 14460 | 2025.02.25 03:59:48.596064 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14461 | 2025.02.25 03:59:48.596151 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14462 | 2025.02.25 03:59:48.608083 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 14463 | 2025.02.25 03:59:48.609347 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14464 | 2025.02.25 03:59:48.613974 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 14465 | 2025.02.25 03:59:48.773485 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14466 | 2025.02.25 03:59:48.773813 [ 4 ] {95d32175-63d7-41ae-8be3-698c0af673e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14467 | 2025.02.25 03:59:48.773923 [ 4 ] {95d32175-63d7-41ae-8be3-698c0af673e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14468 | 2025.02.25 03:59:48.775225 [ 4 ] {95d32175-63d7-41ae-8be3-698c0af673e9} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14469 | 2025.02.25 03:59:48.775295 [ 4 ] {95d32175-63d7-41ae-8be3-698c0af673e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14470 | 2025.02.25 03:59:48.776018 [ 4 ] {95d32175-63d7-41ae-8be3-698c0af673e9} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 14471 | 2025.02.25 03:59:48.776441 [ 4 ] {95d32175-63d7-41ae-8be3-698c0af673e9} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14472 | 2025.02.25 03:59:48.776789 [ 4 ] {95d32175-63d7-41ae-8be3-698c0af673e9} <Debug> executeQuery: Read 156 rows, 13.89 KiB in 0.003066 sec., 50880.626223091975 rows/sec., 4.42 MiB/sec. | ||
| 14473 | 2025.02.25 03:59:48.776881 [ 4 ] {95d32175-63d7-41ae-8be3-698c0af673e9} <Debug> TCPHandler: Processed in 0.00360099 sec. | ||
| 14474 | 2025.02.25 03:59:48.777181 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14475 | 2025.02.25 03:59:48.777425 [ 254 ] {db2ee76d-cc37-4bae-afad-ebf375cf08db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14476 | 2025.02.25 03:59:48.777509 [ 254 ] {db2ee76d-cc37-4bae-afad-ebf375cf08db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14477 | 2025.02.25 03:59:48.778376 [ 254 ] {db2ee76d-cc37-4bae-afad-ebf375cf08db} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14478 | 2025.02.25 03:59:48.778433 [ 254 ] {db2ee76d-cc37-4bae-afad-ebf375cf08db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14479 | 2025.02.25 03:59:48.778984 [ 254 ] {db2ee76d-cc37-4bae-afad-ebf375cf08db} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 14480 | 2025.02.25 03:59:48.779367 [ 254 ] {db2ee76d-cc37-4bae-afad-ebf375cf08db} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14481 | 2025.02.25 03:59:48.779695 [ 254 ] {db2ee76d-cc37-4bae-afad-ebf375cf08db} <Debug> executeQuery: Read 50 rows, 3.76 KiB in 0.002312 sec., 21626.29757785467 rows/sec., 1.59 MiB/sec. | ||
| 14482 | 2025.02.25 03:59:48.779729 [ 224 ] {} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): 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] | ||
| 14483 | 2025.02.25 03:59:48.779808 [ 254 ] {db2ee76d-cc37-4bae-afad-ebf375cf08db} <Debug> TCPHandler: Processed in 0.002748052 sec. | ||
| 14484 | 2025.02.25 03:59:48.779843 [ 224 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): 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] | ||
| 14485 | 2025.02.25 03:59:48.780046 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14486 | 2025.02.25 03:59:48.780241 [ 4 ] {8eff7012-bcf3-4bf2-8ff6-07942880a757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14487 | 2025.02.25 03:59:48.780334 [ 4 ] {8eff7012-bcf3-4bf2-8ff6-07942880a757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14488 | 2025.02.25 03:59:48.782288 [ 4 ] {8eff7012-bcf3-4bf2-8ff6-07942880a757} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14489 | 2025.02.25 03:59:48.782362 [ 4 ] {8eff7012-bcf3-4bf2-8ff6-07942880a757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14490 | 2025.02.25 03:59:48.783301 [ 4 ] {8eff7012-bcf3-4bf2-8ff6-07942880a757} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 14491 | 2025.02.25 03:59:48.783948 [ 4 ] {8eff7012-bcf3-4bf2-8ff6-07942880a757} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14492 | 2025.02.25 03:59:48.784409 [ 4 ] {8eff7012-bcf3-4bf2-8ff6-07942880a757} <Debug> executeQuery: Read 120 rows, 9.63 KiB in 0.004202 sec., 28557.829604950024 rows/sec., 2.24 MiB/sec. | ||
| 14493 | 2025.02.25 03:59:48.784486 [ 4 ] {8eff7012-bcf3-4bf2-8ff6-07942880a757} <Debug> TCPHandler: Processed in 0.004534942 sec. | ||
| 14494 | 2025.02.25 03:59:48.784711 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14495 | 2025.02.25 03:59:48.784989 [ 254 ] {6c2abd9d-744e-497c-bc83-ae58f4ef0379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14496 | 2025.02.25 03:59:48.785149 [ 254 ] {6c2abd9d-744e-497c-bc83-ae58f4ef0379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14497 | 2025.02.25 03:59:48.786166 [ 224 ] {} <Debug> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): 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] | ||
| 14498 | 2025.02.25 03:59:48.786758 [ 254 ] {6c2abd9d-744e-497c-bc83-ae58f4ef0379} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14499 | 2025.02.25 03:59:48.786867 [ 254 ] {6c2abd9d-744e-497c-bc83-ae58f4ef0379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14500 | 2025.02.25 03:59:48.787964 [ 254 ] {6c2abd9d-744e-497c-bc83-ae58f4ef0379} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 14501 | 2025.02.25 03:59:48.788342 [ 254 ] {6c2abd9d-744e-497c-bc83-ae58f4ef0379} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14502 | 2025.02.25 03:59:48.788667 [ 254 ] {6c2abd9d-744e-497c-bc83-ae58f4ef0379} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003765 sec., 42496.67994687915 rows/sec., 2.96 MiB/sec. | ||
| 14503 | 2025.02.25 03:59:48.788771 [ 254 ] {6c2abd9d-744e-497c-bc83-ae58f4ef0379} <Debug> TCPHandler: Processed in 0.004158143 sec. | ||
| 14504 | 2025.02.25 03:59:48.789021 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14505 | 2025.02.25 03:59:48.789227 [ 4 ] {f2fc097f-8793-418d-bdf3-db8cdcd7e43d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14506 | 2025.02.25 03:59:48.789363 [ 4 ] {f2fc097f-8793-418d-bdf3-db8cdcd7e43d} <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 | ||
| 14507 | 2025.02.25 03:59:48.791394 [ 4 ] {f2fc097f-8793-418d-bdf3-db8cdcd7e43d} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14508 | 2025.02.25 03:59:48.791447 [ 4 ] {f2fc097f-8793-418d-bdf3-db8cdcd7e43d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14509 | 2025.02.25 03:59:48.792692 [ 4 ] {f2fc097f-8793-418d-bdf3-db8cdcd7e43d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 14510 | 2025.02.25 03:59:48.793120 [ 4 ] {f2fc097f-8793-418d-bdf3-db8cdcd7e43d} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14511 | 2025.02.25 03:59:48.793463 [ 4 ] {f2fc097f-8793-418d-bdf3-db8cdcd7e43d} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.004286 sec., 11665.888940737284 rows/sec., 20.90 MiB/sec. | ||
| 14512 | 2025.02.25 03:59:48.793643 [ 4 ] {f2fc097f-8793-418d-bdf3-db8cdcd7e43d} <Debug> TCPHandler: Processed in 0.004716205 sec. | ||
| 14513 | 2025.02.25 03:59:48.793849 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14514 | 2025.02.25 03:59:48.794003 [ 254 ] {4b4cbcb0-986b-4cb6-b973-8537f995047e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 14515 | 2025.02.25 03:59:48.794071 [ 254 ] {4b4cbcb0-986b-4cb6-b973-8537f995047e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14516 | 2025.02.25 03:59:48.794674 [ 254 ] {4b4cbcb0-986b-4cb6-b973-8537f995047e} <Trace> oximeter.measurements_i64 (6622a483-988c-49c9-afb2-37a36537a461): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14517 | 2025.02.25 03:59:48.794723 [ 254 ] {4b4cbcb0-986b-4cb6-b973-8537f995047e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14518 | 2025.02.25 03:59:48.795367 [ 254 ] {4b4cbcb0-986b-4cb6-b973-8537f995047e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 14519 | 2025.02.25 03:59:48.795732 [ 254 ] {4b4cbcb0-986b-4cb6-b973-8537f995047e} <Trace> oximeter.measurements_i64 (6622a483-988c-49c9-afb2-37a36537a461): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14520 | 2025.02.25 03:59:48.796062 [ 254 ] {4b4cbcb0-986b-4cb6-b973-8537f995047e} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.002066 sec., 4356.2439496611805 rows/sec., 335.13 KiB/sec. | ||
| 14521 | 2025.02.25 03:59:48.796313 [ 254 ] {4b4cbcb0-986b-4cb6-b973-8537f995047e} <Debug> TCPHandler: Processed in 0.002535667 sec. | ||
| 14522 | 2025.02.25 03:59:48.796539 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14523 | 2025.02.25 03:59:48.796701 [ 4 ] {99ba5008-d1cb-4529-a472-17972bb814b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14524 | 2025.02.25 03:59:48.796770 [ 4 ] {99ba5008-d1cb-4529-a472-17972bb814b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14525 | 2025.02.25 03:59:48.797431 [ 4 ] {99ba5008-d1cb-4529-a472-17972bb814b9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14526 | 2025.02.25 03:59:48.797487 [ 4 ] {99ba5008-d1cb-4529-a472-17972bb814b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14527 | 2025.02.25 03:59:48.798050 [ 4 ] {99ba5008-d1cb-4529-a472-17972bb814b9} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 14528 | 2025.02.25 03:59:48.798398 [ 4 ] {99ba5008-d1cb-4529-a472-17972bb814b9} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14529 | 2025.02.25 03:59:48.798648 [ 4 ] {99ba5008-d1cb-4529-a472-17972bb814b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001983 sec., 30257.186081694403 rows/sec., 2.04 MiB/sec. | ||
| 14530 | 2025.02.25 03:59:48.798713 [ 4 ] {99ba5008-d1cb-4529-a472-17972bb814b9} <Debug> TCPHandler: Processed in 0.002251111 sec. | ||
| 14531 | 2025.02.25 03:59:49.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.06 MiB, peak 279.06 MiB, free memory in arenas 0.00 B, will set to 260.94 MiB (RSS), difference: -1.12 MiB | ||
| 14532 | 2025.02.25 03:59:52.123146 [ 225 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): 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] | ||
| 14533 | 2025.02.25 03:59:52.123228 [ 225 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): 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] | ||
| 14534 | 2025.02.25 03:59:52.125456 [ 225 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): 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] | ||
| 14535 | 2025.02.25 03:59:52.786888 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14536 | 2025.02.25 03:59:52.786941 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14537 | 2025.02.25 03:59:53.081874 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41297 | ||
| 14538 | 2025.02.25 03:59:53.082763 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14539 | 2025.02.25 03:59:53.082811 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14540 | 2025.02.25 03:59:53.083371 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 14541 | 2025.02.25 03:59:53.083651 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14542 | 2025.02.25 03:59:53.083853 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41297 | ||
| 14543 | 2025.02.25 03:59:53.136514 [ 221 ] {} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 14544 | 2025.02.25 03:59:53.136587 [ 221 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 14545 | 2025.02.25 03:59:53.138662 [ 221 ] {} <Debug> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): 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] | ||
| 14546 | 2025.02.25 03:59:53.766360 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14547 | 2025.02.25 03:59:53.766574 [ 4 ] {a64d66dc-6e25-4737-af6d-16462428f295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14548 | 2025.02.25 03:59:53.766654 [ 4 ] {a64d66dc-6e25-4737-af6d-16462428f295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14549 | 2025.02.25 03:59:53.767452 [ 4 ] {a64d66dc-6e25-4737-af6d-16462428f295} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14550 | 2025.02.25 03:59:53.767500 [ 4 ] {a64d66dc-6e25-4737-af6d-16462428f295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14551 | 2025.02.25 03:59:53.767949 [ 4 ] {a64d66dc-6e25-4737-af6d-16462428f295} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 14552 | 2025.02.25 03:59:53.768259 [ 4 ] {a64d66dc-6e25-4737-af6d-16462428f295} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14553 | 2025.02.25 03:59:53.768462 [ 4 ] {a64d66dc-6e25-4737-af6d-16462428f295} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001947 sec., 28762.19825372368 rows/sec., 2.20 MiB/sec. | ||
| 14554 | 2025.02.25 03:59:53.768528 [ 4 ] {a64d66dc-6e25-4737-af6d-16462428f295} <Debug> TCPHandler: Processed in 0.002305272 sec. | ||
| 14555 | 2025.02.25 03:59:53.768695 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14556 | 2025.02.25 03:59:53.768842 [ 254 ] {2818b0be-a0b6-45af-9687-8b76c012b9eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14557 | 2025.02.25 03:59:53.768900 [ 254 ] {2818b0be-a0b6-45af-9687-8b76c012b9eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14558 | 2025.02.25 03:59:53.769478 [ 254 ] {2818b0be-a0b6-45af-9687-8b76c012b9eb} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14559 | 2025.02.25 03:59:53.769516 [ 254 ] {2818b0be-a0b6-45af-9687-8b76c012b9eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14560 | 2025.02.25 03:59:53.769892 [ 254 ] {2818b0be-a0b6-45af-9687-8b76c012b9eb} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 14561 | 2025.02.25 03:59:53.770152 [ 254 ] {2818b0be-a0b6-45af-9687-8b76c012b9eb} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14562 | 2025.02.25 03:59:53.770334 [ 254 ] {2818b0be-a0b6-45af-9687-8b76c012b9eb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001526 sec., 41939.7116644823 rows/sec., 3.27 MiB/sec. | ||
| 14563 | 2025.02.25 03:59:53.770387 [ 254 ] {2818b0be-a0b6-45af-9687-8b76c012b9eb} <Debug> TCPHandler: Processed in 0.00176374 sec. | ||
| 14564 | 2025.02.25 03:59:53.770521 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14565 | 2025.02.25 03:59:53.770629 [ 4 ] {df369107-9457-4453-92ec-eb22d88642b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14566 | 2025.02.25 03:59:53.770679 [ 4 ] {df369107-9457-4453-92ec-eb22d88642b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14567 | 2025.02.25 03:59:53.771188 [ 4 ] {df369107-9457-4453-92ec-eb22d88642b7} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14568 | 2025.02.25 03:59:53.771224 [ 4 ] {df369107-9457-4453-92ec-eb22d88642b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14569 | 2025.02.25 03:59:53.771619 [ 4 ] {df369107-9457-4453-92ec-eb22d88642b7} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 14570 | 2025.02.25 03:59:53.771867 [ 4 ] {df369107-9457-4453-92ec-eb22d88642b7} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14571 | 2025.02.25 03:59:53.772040 [ 4 ] {df369107-9457-4453-92ec-eb22d88642b7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001434 sec., 111576.01115760113 rows/sec., 7.77 MiB/sec. | ||
| 14572 | 2025.02.25 03:59:53.772089 [ 4 ] {df369107-9457-4453-92ec-eb22d88642b7} <Debug> TCPHandler: Processed in 0.001620836 sec. | ||
| 14573 | 2025.02.25 03:59:53.772233 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14574 | 2025.02.25 03:59:53.772365 [ 254 ] {6707ec2e-a08a-4dd3-b73f-b09b121dbafe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14575 | 2025.02.25 03:59:53.772420 [ 254 ] {6707ec2e-a08a-4dd3-b73f-b09b121dbafe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14576 | 2025.02.25 03:59:53.772937 [ 254 ] {6707ec2e-a08a-4dd3-b73f-b09b121dbafe} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14577 | 2025.02.25 03:59:53.772977 [ 254 ] {6707ec2e-a08a-4dd3-b73f-b09b121dbafe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14578 | 2025.02.25 03:59:53.773354 [ 254 ] {6707ec2e-a08a-4dd3-b73f-b09b121dbafe} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 14579 | 2025.02.25 03:59:53.773588 [ 254 ] {6707ec2e-a08a-4dd3-b73f-b09b121dbafe} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14580 | 2025.02.25 03:59:53.773793 [ 254 ] {6707ec2e-a08a-4dd3-b73f-b09b121dbafe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001442 sec., 41608.87656033287 rows/sec., 2.80 MiB/sec. | ||
| 14581 | 2025.02.25 03:59:53.773857 [ 254 ] {6707ec2e-a08a-4dd3-b73f-b09b121dbafe} <Debug> TCPHandler: Processed in 0.001687248 sec. | ||
| 14582 | 2025.02.25 03:59:53.773911 [ 221 ] {} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 14583 | 2025.02.25 03:59:53.773983 [ 221 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 14584 | 2025.02.25 03:59:53.775948 [ 221 ] {} <Debug> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): 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] | ||
| 14585 | 2025.02.25 03:59:54.136344 [ 223 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): 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] | ||
| 14586 | 2025.02.25 03:59:54.136387 [ 223 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): 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] | ||
| 14587 | 2025.02.25 03:59:54.138269 [ 223 ] {} <Debug> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): 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] | ||
| 14588 | 2025.02.25 03:59:54.245721 [ 222 ] {} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 14589 | 2025.02.25 03:59:54.245780 [ 222 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 14590 | 2025.02.25 03:59:54.247696 [ 222 ] {} <Debug> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): 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] | ||
| 14591 | 2025.02.25 03:59:54.361172 [ 209 ] {} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 14592 | 2025.02.25 03:59:54.361226 [ 209 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 14593 | 2025.02.25 03:59:54.363281 [ 209 ] {} <Debug> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): 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] | ||
| 14594 | 2025.02.25 03:59:55.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.94 MiB, peak 279.06 MiB, free memory in arenas 0.00 B, will set to 260.94 MiB (RSS), difference: 4.00 MiB | ||
| 14595 | 2025.02.25 03:59:56.115027 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679 | ||
| 14596 | 2025.02.25 03:59:56.137996 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14597 | 2025.02.25 03:59:56.138071 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14598 | 2025.02.25 03:59:56.145841 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 14599 | 2025.02.25 03:59:56.146752 [ 243 ] {} <Trace> system.metric_log (d603c549-1b0c-4c3d-8676-9af50e7e1b45): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14600 | 2025.02.25 03:59:56.151030 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679 | ||
| 14601 | 2025.02.25 03:59:58.345776 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1948 | ||
| 14602 | 2025.02.25 03:59:58.348669 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14603 | 2025.02.25 03:59:58.348721 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14604 | 2025.02.25 03:59:58.350220 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14605 | 2025.02.25 03:59:58.350552 [ 242 ] {} <Trace> system.query_log (277e28d5-d02c-4a14-a203-e93efd09fbd4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14606 | 2025.02.25 03:59:58.351992 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1948 | ||
| 14607 | 2025.02.25 03:59:58.770126 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14608 | 2025.02.25 03:59:58.770322 [ 4 ] {0cbaff7e-dae7-44f3-9fa8-cbcf51a715c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14609 | 2025.02.25 03:59:58.770399 [ 4 ] {0cbaff7e-dae7-44f3-9fa8-cbcf51a715c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14610 | 2025.02.25 03:59:58.771161 [ 4 ] {0cbaff7e-dae7-44f3-9fa8-cbcf51a715c3} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14611 | 2025.02.25 03:59:58.771211 [ 4 ] {0cbaff7e-dae7-44f3-9fa8-cbcf51a715c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14612 | 2025.02.25 03:59:58.771714 [ 4 ] {0cbaff7e-dae7-44f3-9fa8-cbcf51a715c3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 14613 | 2025.02.25 03:59:58.771986 [ 4 ] {0cbaff7e-dae7-44f3-9fa8-cbcf51a715c3} <Trace> oximeter.fields_ipaddr (499813d5-c841-4141-9420-e02818928f28): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14614 | 2025.02.25 03:59:58.772229 [ 4 ] {0cbaff7e-dae7-44f3-9fa8-cbcf51a715c3} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001942 sec., 6179.196704428425 rows/sec., 503.87 KiB/sec. | ||
| 14615 | 2025.02.25 03:59:58.772592 [ 4 ] {0cbaff7e-dae7-44f3-9fa8-cbcf51a715c3} <Debug> TCPHandler: Processed in 0.002597388 sec. | ||
| 14616 | 2025.02.25 03:59:58.772961 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14617 | 2025.02.25 03:59:58.773130 [ 254 ] {f6a6b049-d03f-450e-84ae-a6be9d52be07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14618 | 2025.02.25 03:59:58.773180 [ 254 ] {f6a6b049-d03f-450e-84ae-a6be9d52be07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14619 | 2025.02.25 03:59:58.774451 [ 254 ] {f6a6b049-d03f-450e-84ae-a6be9d52be07} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14620 | 2025.02.25 03:59:58.774493 [ 254 ] {f6a6b049-d03f-450e-84ae-a6be9d52be07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14621 | 2025.02.25 03:59:58.774889 [ 254 ] {f6a6b049-d03f-450e-84ae-a6be9d52be07} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 14622 | 2025.02.25 03:59:58.775160 [ 254 ] {f6a6b049-d03f-450e-84ae-a6be9d52be07} <Trace> oximeter.fields_string (980d80a9-634a-41a6-b134-977b47780939): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14623 | 2025.02.25 03:59:58.775377 [ 254 ] {f6a6b049-d03f-450e-84ae-a6be9d52be07} <Debug> executeQuery: Read 170 rows, 15.08 KiB in 0.002271 sec., 74856.89123734037 rows/sec., 6.49 MiB/sec. | ||
| 14624 | 2025.02.25 03:59:58.775434 [ 254 ] {f6a6b049-d03f-450e-84ae-a6be9d52be07} <Debug> TCPHandler: Processed in 0.00267822 sec. | ||
| 14625 | 2025.02.25 03:59:58.775612 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14626 | 2025.02.25 03:59:58.775771 [ 4 ] {9ff3a9f1-3e65-47cf-8780-5993b9e5618a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14627 | 2025.02.25 03:59:58.775840 [ 4 ] {9ff3a9f1-3e65-47cf-8780-5993b9e5618a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14628 | 2025.02.25 03:59:58.776495 [ 4 ] {9ff3a9f1-3e65-47cf-8780-5993b9e5618a} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14629 | 2025.02.25 03:59:58.776535 [ 4 ] {9ff3a9f1-3e65-47cf-8780-5993b9e5618a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14630 | 2025.02.25 03:59:58.776903 [ 4 ] {9ff3a9f1-3e65-47cf-8780-5993b9e5618a} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 14631 | 2025.02.25 03:59:58.777235 [ 4 ] {9ff3a9f1-3e65-47cf-8780-5993b9e5618a} <Trace> oximeter.fields_u16 (914bdcce-c3a0-4586-a057-ca42cbb2827e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14632 | 2025.02.25 03:59:58.777500 [ 4 ] {9ff3a9f1-3e65-47cf-8780-5993b9e5618a} <Debug> executeQuery: Read 66 rows, 4.90 KiB in 0.001752 sec., 37671.232876712325 rows/sec., 2.73 MiB/sec. | ||
| 14633 | 2025.02.25 03:59:58.777575 [ 4 ] {9ff3a9f1-3e65-47cf-8780-5993b9e5618a} <Debug> TCPHandler: Processed in 0.002026856 sec. | ||
| 14634 | 2025.02.25 03:59:58.777818 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14635 | 2025.02.25 03:59:58.777993 [ 254 ] {93631b20-4c67-426e-8613-5eec8f2f1acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14636 | 2025.02.25 03:59:58.778051 [ 254 ] {93631b20-4c67-426e-8613-5eec8f2f1acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14637 | 2025.02.25 03:59:58.778654 [ 254 ] {93631b20-4c67-426e-8613-5eec8f2f1acc} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14638 | 2025.02.25 03:59:58.778695 [ 254 ] {93631b20-4c67-426e-8613-5eec8f2f1acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14639 | 2025.02.25 03:59:58.779075 [ 254 ] {93631b20-4c67-426e-8613-5eec8f2f1acc} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 14640 | 2025.02.25 03:59:58.779323 [ 254 ] {93631b20-4c67-426e-8613-5eec8f2f1acc} <Trace> oximeter.fields_uuid (a3bbd656-a84c-48b8-892f-98eab661e7ad): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14641 | 2025.02.25 03:59:58.779534 [ 254 ] {93631b20-4c67-426e-8613-5eec8f2f1acc} <Debug> executeQuery: Read 136 rows, 10.87 KiB in 0.001557 sec., 87347.46307000642 rows/sec., 6.82 MiB/sec. | ||
| 14642 | 2025.02.25 03:59:58.779645 [ 254 ] {93631b20-4c67-426e-8613-5eec8f2f1acc} <Debug> TCPHandler: Processed in 0.001955284 sec. | ||
| 14643 | 2025.02.25 03:59:58.779850 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14644 | 2025.02.25 03:59:58.780099 [ 4 ] {faecf3a8-32ad-46cf-8afd-f0d4fba75736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14645 | 2025.02.25 03:59:58.780160 [ 4 ] {faecf3a8-32ad-46cf-8afd-f0d4fba75736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14646 | 2025.02.25 03:59:58.780738 [ 4 ] {faecf3a8-32ad-46cf-8afd-f0d4fba75736} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14647 | 2025.02.25 03:59:58.780778 [ 4 ] {faecf3a8-32ad-46cf-8afd-f0d4fba75736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14648 | 2025.02.25 03:59:58.781231 [ 4 ] {faecf3a8-32ad-46cf-8afd-f0d4fba75736} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 14649 | 2025.02.25 03:59:58.781487 [ 4 ] {faecf3a8-32ad-46cf-8afd-f0d4fba75736} <Trace> oximeter.measurements_cumulativeu64 (6931977f-1ce8-41f3-a880-095a41dfc22e): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14650 | 2025.02.25 03:59:58.781776 [ 4 ] {faecf3a8-32ad-46cf-8afd-f0d4fba75736} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.001723 sec., 96343.5867672664 rows/sec., 6.71 MiB/sec. | ||
| 14651 | 2025.02.25 03:59:58.781858 [ 4 ] {faecf3a8-32ad-46cf-8afd-f0d4fba75736} <Debug> TCPHandler: Processed in 0.002116607 sec. | ||
| 14652 | 2025.02.25 03:59:58.782090 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14653 | 2025.02.25 03:59:58.782392 [ 254 ] {e69df845-03a0-4383-94d2-0a141dd1641c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14654 | 2025.02.25 03:59:58.782707 [ 254 ] {e69df845-03a0-4383-94d2-0a141dd1641c} <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 | ||
| 14655 | 2025.02.25 03:59:58.784265 [ 254 ] {e69df845-03a0-4383-94d2-0a141dd1641c} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14656 | 2025.02.25 03:59:58.784306 [ 254 ] {e69df845-03a0-4383-94d2-0a141dd1641c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14657 | 2025.02.25 03:59:58.785048 [ 254 ] {e69df845-03a0-4383-94d2-0a141dd1641c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 14658 | 2025.02.25 03:59:58.785320 [ 254 ] {e69df845-03a0-4383-94d2-0a141dd1641c} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14659 | 2025.02.25 03:59:58.785510 [ 46 ] {} <Debug> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 14660 | 2025.02.25 03:59:58.785581 [ 254 ] {e69df845-03a0-4383-94d2-0a141dd1641c} <Debug> executeQuery: Read 54 rows, 99.09 KiB in 0.003294 sec., 16393.44262295082 rows/sec., 29.38 MiB/sec. | ||
| 14661 | 2025.02.25 03:59:58.785590 [ 46 ] {} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14662 | 2025.02.25 03:59:58.785665 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14663 | 2025.02.25 03:59:58.786001 [ 254 ] {e69df845-03a0-4383-94d2-0a141dd1641c} <Debug> TCPHandler: Processed in 0.00404656 sec. | ||
| 14664 | 2025.02.25 03:59:58.786008 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::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 | ||
| 14665 | 2025.02.25 03:59:58.786201 [ 4 ] {} <Trace> TCP-Session: b96f8dee-4b56-4563-b2bc-19a118b57958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14666 | 2025.02.25 03:59:58.786455 [ 4 ] {63bb9141-54c8-46cc-a586-5574d223b78e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47977) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 14667 | 2025.02.25 03:59:58.786574 [ 4 ] {63bb9141-54c8-46cc-a586-5574d223b78e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14668 | 2025.02.25 03:59:58.786847 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14669 | 2025.02.25 03:59:58.787118 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2271 rows starting from the beginning of the part | ||
| 14670 | 2025.02.25 03:59:58.787924 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 39 rows starting from the beginning of the part | ||
| 14671 | 2025.02.25 03:59:58.788689 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 39 rows starting from the beginning of the part | ||
| 14672 | 2025.02.25 03:59:58.788733 [ 4 ] {63bb9141-54c8-46cc-a586-5574d223b78e} <Trace> oximeter.measurements_i64 (6622a483-988c-49c9-afb2-37a36537a461): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14673 | 2025.02.25 03:59:58.788820 [ 4 ] {63bb9141-54c8-46cc-a586-5574d223b78e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14674 | 2025.02.25 03:59:58.789347 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::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 | ||
| 14675 | 2025.02.25 03:59:58.790005 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 50 rows starting from the beginning of the part | ||
| 14676 | 2025.02.25 03:59:58.790199 [ 4 ] {63bb9141-54c8-46cc-a586-5574d223b78e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 14677 | 2025.02.25 03:59:58.790617 [ 190 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::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 | ||
| 14678 | 2025.02.25 03:59:58.791133 [ 4 ] {63bb9141-54c8-46cc-a586-5574d223b78e} <Trace> oximeter.measurements_i64 (6622a483-988c-49c9-afb2-37a36537a461): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14679 | 2025.02.25 03:59:58.792023 [ 4 ] {63bb9141-54c8-46cc-a586-5574d223b78e} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.005643 sec., 1063.264221158958 rows/sec., 70.09 KiB/sec. | ||
| 14680 | 2025.02.25 03:59:58.792197 [ 4 ] {63bb9141-54c8-46cc-a586-5574d223b78e} <Debug> TCPHandler: Processed in 0.006097667 sec. | ||
| 14681 | 2025.02.25 03:59:58.792372 [ 254 ] {} <Trace> TCP-Session: f43f2c94-22b7-41b2-baae-2220b1bc4022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14682 | 2025.02.25 03:59:58.792623 [ 254 ] {25fcec49-c925-44b2-bffb-03f046423f38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61213) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14683 | 2025.02.25 03:59:58.792758 [ 254 ] {25fcec49-c925-44b2-bffb-03f046423f38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14684 | 2025.02.25 03:59:58.793667 [ 254 ] {25fcec49-c925-44b2-bffb-03f046423f38} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14685 | 2025.02.25 03:59:58.793709 [ 254 ] {25fcec49-c925-44b2-bffb-03f046423f38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14686 | 2025.02.25 03:59:58.794121 [ 254 ] {25fcec49-c925-44b2-bffb-03f046423f38} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 14687 | 2025.02.25 03:59:58.794422 [ 254 ] {25fcec49-c925-44b2-bffb-03f046423f38} <Trace> oximeter.measurements_u64 (4c758249-05c5-4cc2-8b3a-83fbe5503776): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14688 | 2025.02.25 03:59:58.794710 [ 254 ] {25fcec49-c925-44b2-bffb-03f046423f38} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002185 sec., 27459.95423340961 rows/sec., 1.85 MiB/sec. | ||
| 14689 | 2025.02.25 03:59:58.794786 [ 254 ] {25fcec49-c925-44b2-bffb-03f046423f38} <Debug> TCPHandler: Processed in 0.002488716 sec. | ||
| 14690 | 2025.02.25 03:59:58.801413 [ 198 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2493 rows, containing 19 columns (19 merged, 0 gathered) in 0.015612099 sec., 159683.84520236516 rows/sec., 286.15 MiB/sec. | ||
| 14691 | 2025.02.25 03:59:58.803654 [ 191 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 14692 | 2025.02.25 03:59:58.804170 [ 191 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14693 | 2025.02.25 03:59:58.804266 [ 191 ] {70dd4ca8-46ae-4094-b9f7-3cb57382d5f5::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (70dd4ca8-46ae-4094-b9f7-3cb57382d5f5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 14694 | 2025.02.25 03:59:58.804443 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.46 MiB. | ||
| 14695 | 2025.02.25 03:59:59.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.56 MiB, peak 279.06 MiB, free memory in arenas 0.00 B, will set to 262.68 MiB (RSS), difference: 1.12 MiB | ||
| 14696 | 2025.02.25 04:00:00.584983 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41724 | ||
| 14697 | 2025.02.25 04:00:00.585652 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14698 | 2025.02.25 04:00:00.585703 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14699 | 2025.02.25 04:00:00.586366 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14700 | 2025.02.25 04:00:00.586654 [ 244 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14701 | 2025.02.25 04:00:00.586895 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 | ||
| 14702 | 2025.02.25 04:00:00.586896 [ 97 ] {} <Debug> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14703 | 2025.02.25 04:00:00.586973 [ 97 ] {} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14704 | 2025.02.25 04:00:00.586998 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 14705 | 2025.02.25 04:00:00.587115 [ 188 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 14706 | 2025.02.25 04:00:00.587213 [ 188 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14707 | 2025.02.25 04:00:00.587246 [ 188 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39467 rows starting from the beginning of the part | ||
| 14708 | 2025.02.25 04:00:00.587309 [ 188 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 14709 | 2025.02.25 04:00:00.587424 [ 188 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 14710 | 2025.02.25 04:00:00.587510 [ 188 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 14711 | 2025.02.25 04:00:00.587674 [ 188 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 14712 | 2025.02.25 04:00:00.587781 [ 188 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::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 | ||
| 14713 | 2025.02.25 04:00:00.590981 [ 198 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.003909368 sec., 10672824.865809511 rows/sec., 152.68 MiB/sec. | ||
| 14714 | 2025.02.25 04:00:00.591205 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14715 | 2025.02.25 04:00:00.591508 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_91_18} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14716 | 2025.02.25 04:00:00.591586 [ 196 ] {a5ad3f18-9906-4c25-ada3-5607ac2bb139::all_1_91_18} <Trace> system.asynchronous_metric_log (a5ad3f18-9906-4c25-ada3-5607ac2bb139) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14717 | 2025.02.25 04:00:00.591669 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||